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

87 řádky
1.4 KiB
YAML
Surový Normální zobrazení Historie

2022-04-12 13:08:19 +02:00
type: object
2022-04-12 13:24:25 +02:00
title: Událost
2022-04-12 13:08:19 +02:00
additionalProperties: false
required:
- id
- type
- name
2022-05-15 19:26:26 +02:00
- duration
2022-04-12 13:08:19 +02:00
properties:
id:
type: string
pattern: "^[a-z0-9-]+$"
2022-04-12 13:24:25 +02:00
title: ID události
name:
type: string
title: Název události
2022-04-12 13:08:19 +02:00
type:
type: string
enum:
- workshop
- talk
- panel
2022-04-26 06:40:09 +02:00
- lightning-series
2022-04-12 13:08:19 +02:00
- lightning
2022-05-10 02:51:55 +02:00
- campfire
2022-04-12 13:08:19 +02:00
- other
2022-04-12 13:24:25 +02:00
title: Typ události
2022-04-12 13:08:19 +02:00
track:
type: string
pattern: "^[a-z0-9-]+$"
2022-04-12 13:24:25 +02:00
title: Programové sekce
2022-04-12 13:08:19 +02:00
speakers:
type: array
items:
type: string
pattern: "^[a-z0-9-]+$"
2022-04-12 13:24:25 +02:00
title: Přednášející
2022-04-12 13:08:19 +02:00
duration:
type: number
2022-04-12 13:24:25 +02:00
title: Doba trvání
2022-04-12 13:08:19 +02:00
description:
type: string
2022-04-12 13:24:25 +02:00
title: Popis události
2022-04-12 13:08:19 +02:00
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-]+$"
2022-04-12 13:24:25 +02:00
title: Nadřazená událost
2022-04-12 16:37:25 +02:00
tags:
type: array
items:
type: string
2022-04-18 00:56:26 +02:00
difficulty:
type: string
enum:
- beginner
- advanced
- expert
2022-05-14 18:15:08 +02:00
fixed:
type: object
additionalProperties: false
properties:
time:
type: string
stage:
type: string
2022-05-25 04:57:15 +02:00
stages:
type: array
items:
type: string
2022-05-15 18:42:41 +02:00
date:
type: string
2022-04-18 00:56:26 +02:00
2022-05-24 23:29:53 +02:00
popularity:
type: number
minimum: 0
maximum: 1