explorer-data/schema/phase.yaml

12 lines
155 B
YAML
Raw Normal View History

2024-09-19 16:44:42 +02:00
type: object
additionalProperties: false
required:
- id
- name
properties:
id:
type: string
pattern: '^[a-z0-9-]+$'
name:
type: string