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

41 řádky
654 B
YAML
Surový Normální zobrazení Historie

2022-01-03 13:44:08 +01:00
type: object
additionalProperties: false
properties:
id:
type: string
pattern: ^[a-z0-9]+$
name:
type: string
shortname:
type: string
description:
type: string
dates:
type: array
minItems: 1
items:
type: string
pattern: "^\\d{4}-\\d{2}-\\d{2}$"
place:
type: string
country:
type: string
links:
type: object
additionalProperties:
type: string
format: uri
specDef:
type: array
items:
type: object
additionalProperties: false
properties:
type:
type: string
pattern: "[a-z]+"
2022-01-28 17:07:43 +01:00
schemaVersion:
type: number
2022-01-03 13:44:08 +01:00