This commit is contained in:
tree 2022-04-12 12:33:29 +02:00
rodič 3a2e775b85
revize 5349c0b66f
2 změnil soubory, kde provedl 21 přidání a 0 odebrání

Zobrazit soubor

@ -162,6 +162,9 @@
lead: true
tracks: [ spolecnost, regulace, btc ]
country: cz
available:
- from: '2022-06-05T14:00:00'
to: '2022-06-05T23:59:59'
- id: martin-gregor
name: Martin Gregor
@ -278,6 +281,9 @@
twitter: Matyas44Cook
tracks: [ btc, spolecnost ]
country: cz
available:
- from: '2022-06-04T00:00:00'
to: '2022-06-04T23:59:59'
- id: resistance
name: RΞSISTANCΞ

Zobrazit soubor

@ -45,3 +45,18 @@ items:
pattern: "^[a-z]{2}$"
desc:
type: string
available:
type: array
items:
type: object
additionalProperties: false
required:
- from
- to
properties:
from:
type: string
format: date-time
to:
type: string
format: date-time