mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 12:37:44 +00:00
Update src/models/producer/tag-key.yaml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user