update json feed extensions with about field;

update json feed event extension to rename fields to not have `date_` prefix
This commit is contained in:
2022-11-23 12:17:08 -08:00
parent 8bec2df86e
commit 7150219ca5
4 changed files with 22 additions and 4 deletions

View File

@@ -4,6 +4,11 @@
"type": "object",
"description": "Contains additional Item metadata for Items that represent RSVPs to events",
"properties": {
"about": {
"type": "string",
"format": "uri",
"description": "URI pointing to more information about this \"_rsvp\" extension"
},
"rsvp": {
"type": "string",
"enum": [

View File

@@ -3,6 +3,10 @@ $id: https://gitea.jbrumond.me/minimal/docs/raw/branch/master/json-schema/json-f
type: object
description: Contains additional Item metadata for Items that represent RSVPs to events
properties:
about:
type: string
format: uri
description: URI pointing to more information about this "_rsvp" extension
rsvp:
type: string
enum: