atproto-ecosystem/schema/bgs-instance.yaml

14 řádky
194 B
YAML

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