This commit is contained in:
James Brumond 2022-11-23 13:08:20 -08:00
parent 33ddec9e09
commit 0f3fa05ad5
Signed by: james
GPG Key ID: 24BA25B8B303B023
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ This extension adds a new, optional `_event` field on each Item in a JSON Feed d
"$schema": "https://gitea.jbrumond.me/minimal/docs/raw/branch/master/json-schema/json-feed/extensions/events/v1.json", "$schema": "https://gitea.jbrumond.me/minimal/docs/raw/branch/master/json-schema/json-feed/extensions/events/v1.json",
// Points to this readme doc // Points to this readme doc
"about": "https://gitea.jbrumond.me/minimal/docs/raw/branch/master/json-schema/json-feed/extensions/events/readme.md", "about": "https://gitea.jbrumond.me/minimal/docs/src/branch/master/json-schema/json-feed/extensions/events/readme.md",
// The start and end time for the event // The start and end time for the event
"start": "2022-11-20T18:00:00.000-08:00", "start": "2022-11-20T18:00:00.000-08:00",

View File

@ -28,7 +28,7 @@ This extension adds a new, optional `_rsvp` field on each Item in a JSON Feed do
"$schema": "https://gitea.jbrumond.me/minimal/docs/raw/branch/master/json-schema/json-feed/extensions/rsvps/v1.json", "$schema": "https://gitea.jbrumond.me/minimal/docs/raw/branch/master/json-schema/json-feed/extensions/rsvps/v1.json",
// Points to this readme doc // Points to this readme doc
"about": "https://gitea.jbrumond.me/minimal/docs/raw/branch/master/json-schema/json-feed/extensions/rsvps/readme.md", "about": "https://gitea.jbrumond.me/minimal/docs/src/branch/master/json-schema/json-feed/extensions/rsvps/readme.md",
// The type of RSVP response, one of "invite", "yes", "no", "maybe", or "interested" // The type of RSVP response, one of "invite", "yes", "no", "maybe", or "interested"
"rsvp": "yes" "rsvp": "yes"