explorer-data/schema/ecosystem.yaml
2024-09-13 12:48:25 +02:00

13 lines
180 B
YAML

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