mirror of
https://github.com/web3privacy/events.git
synced 2024-10-15 12:06:27 +02:00
34 lines
632 B
YAML
34 lines
632 B
YAML
|
type: array
|
||
|
items: { "$ref": "#/$defs/event" }
|
||
|
$defs:
|
||
|
event:
|
||
|
type: object
|
||
|
additionalProperties: false
|
||
|
required:
|
||
|
- id
|
||
|
- date
|
||
|
- city
|
||
|
- country
|
||
|
properties:
|
||
|
id:
|
||
|
type: string
|
||
|
date:
|
||
|
type: string
|
||
|
city:
|
||
|
type: string
|
||
|
country:
|
||
|
type: string
|
||
|
pattern: "^\\w{2}$"
|
||
|
coincidence:
|
||
|
type: string
|
||
|
lead:
|
||
|
type: string
|
||
|
visitors:
|
||
|
type: number
|
||
|
links:
|
||
|
type: object
|
||
|
additionalProperties: false
|
||
|
patternProperties:
|
||
|
"^[\\w]+":
|
||
|
type: string
|
||
|
format: uri
|