explorer-data/schema/phase.yaml
2024-09-20 12:25:09 +02:00

11 lines
155 B
YAML

type: object
additionalProperties: false
required:
- id
- name
properties:
id:
type: string
pattern: '^[a-z0-9-]+$'
name:
type: string