utxo-prague/utils/schema/1/tracks.yaml

20 řádky
295 B
YAML

type: array
items:
type: object
additionalProperties: false
required:
- id
- name
properties:
id:
type: string
pattern: "^[a-z0-9-]+$"
name:
type: string
shortname:
type: string
examples:
type: string
hidden:
type: boolean