explorer-data/schema/category.yaml

16 lines
213 B
YAML
Raw Normal View History

2023-10-07 20:48:35 +02:00
type: object
additionalProperties: false
required:
- id
- name
properties:
id:
type: string
pattern: '^[a-z0-9-]+$'
name:
type: string
usecases:
type: array
items:
type: string