utxo-prague/utils/schema/tracks.yaml

18 řádky
263 B
YAML
Surový Normální zobrazení Historie

2022-01-03 13:44:08 +01:00
type: array
items:
type: object
additionalProperties: false
2022-01-06 15:54:57 +01:00
required:
- id
- name
2022-01-03 13:44:08 +01:00
properties:
id:
type: string
pattern: "^[a-z0-9-]+$"
name:
type: string
2022-01-06 15:54:57 +01:00
shortname:
type: string
2022-01-03 13:44:08 +01:00
examples:
type: string