Update src/models/producer/tag-key.yaml

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Jason Landbridge
2025-06-03 14:00:11 +02:00
committed by GitHub
parent 687a36687b
commit f072678c08

View File

@@ -1,9 +1,15 @@
type: object type: object
required: required:
- tagKey - tagKey
properties:
tagKey:
properties: properties:
tagKey: tagKey:
description: "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
maxLength: 24
type: string
pattern: "^[a-fA-F0-9]{24}$"
type: string type: string
pattern: "^[a-fA-F0-9]{24}$" pattern: "^[a-fA-F0-9]{24}$"
example: "5d77683d85719b001f3a535e" example: "5d77683d85719b001f3a535e"