explorer-data/schema/categories.yaml

14 lines
188 B
YAML

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