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

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

2022-01-03 13:44:08 +01:00
type: array
items:
type: object
additionalProperties: false
2022-01-06 06:49:50 +01:00
required:
- id
- name
2022-01-03 13:44:08 +01:00
properties:
id:
type: string
pattern: "^[a-z0-9-]+$"
name:
type: string
nickname:
type: string
twitter:
type: string
pattern: "^[a-zA-Z0-9_]+$"
2022-03-23 08:56:14 +01:00
linkedin:
type: string
pattern: "^[a-zA-Z0-9_]+$"
2022-01-03 13:44:08 +01:00
orgs:
type: string
bio:
type: string
web:
type: object
2022-01-19 01:40:28 +01:00
additionalProperties: false
2022-01-03 13:44:08 +01:00
properties:
url:
type: string
format: uri
name:
type: string
lead:
type: boolean
2022-01-03 20:24:19 +01:00
tracks:
type: array
items:
type: string
2022-01-06 06:49:50 +01:00
photos:
type: array
2022-03-14 13:55:02 +01:00
country:
type: string
pattern: "^[a-z]{2}$"