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

47 řádky
798 B
YAML
Surový Normální zobrazení Historie

2022-01-27 08:56:34 +01:00
type: array
items:
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
2022-03-23 09:18:51 +01:00
after:
type: array
items:
type: string
pattern: "^[a-z0-9-]+$"
2022-01-27 09:40:29 +01:00
rightAfter:
type: string
pattern: "^[a-z0-9-]+$"
2022-02-07 23:30:48 +01:00
properties:
type: object
2022-04-06 17:56:48 +02:00
parent:
pattern: "^[a-z0-9-]+$"