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

32 řádky
530 B
YAML
Surový Normální zobrazení Historie

2022-01-19 01:15:57 +01:00
type: array
items:
type: object
additionalProperties: false
required:
- id
- name
properties:
id:
type: string
pattern: "^[a-z0-9-]+$"
name:
type: string
twitter:
type: string
pattern: "^[a-zA-Z0-9_]+$"
2022-01-19 01:40:28 +01:00
web:
type: object
additionalProperties: false
properties:
url:
type: string
format: uri
name:
type: string
2022-01-19 01:15:57 +01:00
photos:
type: array
2022-01-19 04:57:43 +01:00
tracks:
type: array
items:
type: string