utxo-prague/utils/schema/1/practical-info.yaml

17 řádky
236 B
YAML
Surový Normální zobrazení Historie

2022-05-27 03:16:35 +02:00
type: array
items:
type: object
additionalProperties: false
required:
- id
- name
- text
properties:
id:
type: string
pattern: "^[a-z0-9-]+$"
name:
type: string
text:
type: string