explorer-data/schema/ecosystem.yaml

14 lines
180 B
YAML
Raw Normal View History

type: object
additionalProperties: false
required:
- id
- name
properties:
id:
type: string
pattern: '^[a-z0-9-]+$'
name:
type: string
2024-09-12 15:35:55 +02:00
icon:
type: string