prague-blockchain-week/utils/schema/1/place.yaml

47 řádky
741 B
YAML

type: object
title: Place
additionalProperties: false
required:
- id
- name
properties:
id:
type: string
pattern: "^[a-z0-9-]+$"
title: Event Union ID
hash:
type: string
pattern: "^[a-f0-9]+$"
name:
type: string
title: Name of Event Union
eventTypes:
type: array
items:
type: string
enum:
- conference
- hackathon
- meetup
- workshop
- expo
- party
- other
capacity:
type: number
address:
type: string
mapUrl:
type: string
format: uri
description:
type: string
__markdown: true
photo:
type: string
links:
type: object
additionalProperties:
type: string
format: uri