18 lines
584 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://gitea.jbrumond.me/minimal/docs/raw/branch/master/json-schema/json-feed-extensions/events/v1.json",
"type": "object",
"description": "Contains additional Item metadata for Items that represent events",
"properties": {
"date_start": {
"type": "string",
"format": "date-time",
"description": "The date and time that the event starts"
},
"date_end": {
"type": "string",
"format": "date-time",
"description": "The date and time that the event ends"
}
}
}