utxo-prague/utils/schema/1/event.yaml

46 řádky
708 B
YAML
Surový Normální zobrazení Historie

2022-04-12 13:08:19 +02:00
type: object
additionalProperties: false
required:
- id
- type
- name
properties:
id:
type: string
pattern: "^[a-z0-9-]+$"
type:
type: string
enum:
- workshop
- talk
- panel
- lightning
- other
track:
type: string
pattern: "^[a-z0-9-]+$"
name:
type: string
speakers:
type: array
items:
type: string
pattern: "^[a-z0-9-]+$"
duration:
type: number
description:
type: string
after:
type: array
items:
type: string
pattern: "^[a-z0-9-]+$"
rightAfter:
type: string
pattern: "^[a-z0-9-]+$"
properties:
type: object
parent:
2022-04-12 13:11:35 +02:00
type: string
2022-04-12 13:08:19 +02:00
pattern: "^[a-z0-9-]+$"