atproto-ecosystem/schema/plc-directory.yaml

28 řádky
442 B
YAML

definitions:
links:
type: object
additionalProperties: false
patternProperties:
'^[a-z]+$':
type: string
format: url
type: object
additionalProperties: false
required:
- id
- name
- url
- federation
properties:
id:
type: string
pattern: '^[a-z0-9-]+$'
name:
type: string
url:
type: string
format: url
federation:
type: string
links:
$ref: '#/definitions/links'