explorer-data/schema/ecosystem.yaml

14 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