prague-blockchain-week/utils/schema/1/chain.yaml

24 řádky
363 B
YAML

type: object
title: Blockchain
additionalProperties: false
required:
- id
- name
properties:
id:
type: string
pattern: "^[a-z0-9-]+$"
title: Blockchain ID
hash:
type: string
name:
type: string
symbol:
type: string
logo:
type: string
links:
type: object
additionalProperties:
type: string
format: uri