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

61 řádky
1.1 KiB
YAML
Surový Normální zobrazení Historie

2023-01-23 02:27:35 +01:00
type: object
title: Událost
additionalProperties: false
required:
- id
- name
properties:
id:
type: string
pattern: "^[a-z0-9-]+$"
title: Event ID
name:
type: string
title: Name of event
shortname:
type: string
title: Short name of event
org:
type: string
title: Organizator of event
dri:
type: string
title: Directly responsible individual (Github username)
date:
type: string
pattern: "^\\d{4}-\\d{2}-\\d{2}$"
title: Start date of event
days:
type: number
title: Days the event lasts
times:
type: string
title: Event times
venueName:
type: string
title: Venue name
venueAddress:
type: string
title: Venue address
venueUrl:
type: string
title: Venue map URL
attendees:
type: string
title: Max number of attendees
difficulty:
type: string
tags:
type: array
items:
type: string
logomark:
type: string
description:
type: string
links:
type: object
additionalProperties:
type: string
format: uri