explorer-data/schema/categories.yaml

14 lines
188 B
YAML
Raw Normal View History

2023-10-06 16:36:04 +02:00
type: array
required:
- id
- name
additionalProperties: false
items:
type: object
properties:
id:
type: string
pattern: '^[a-z0-9-]+$'
name:
type: string