fix commit merge error

This commit is contained in:
JasonLandbridge
2025-06-03 14:08:21 +02:00
parent 928c36c266
commit b8a53cb7a8

View File

@@ -3,13 +3,10 @@ required:
- tagKey - tagKey
properties: properties:
tagKey: tagKey:
properties: description: |
tagKey: A 24-character hexadecimal unique key associated with the producer's tag, used for internal identification.
description: "A 24-character hexadecimal unique key associated with the producer's tag, used for internal identification."
minLength: 24 minLength: 24
maxLength: 24 maxLength: 24
type: string type: string
pattern: "^[a-fA-F0-9]{24}$" pattern: "^[a-fA-F0-9]{24}$"
type: string
pattern: "^[a-fA-F0-9]{24}$"
example: "5d77683d85719b001f3a535e" example: "5d77683d85719b001f3a535e"