json schema updates

This commit is contained in:
James Brumond 2022-12-17 17:27:15 -08:00
parent 0f3fa05ad5
commit d000c17f67
Signed by: james
GPG Key ID: 24BA25B8B303B023
3 changed files with 7 additions and 1 deletions

View File

@ -48,6 +48,9 @@
"text_light": {
"$ref": "#/definitions/css_color"
},
"text_accent": {
"$ref": "#/definitions/css_color"
},
"text_link": {
"$ref": "#/definitions/css_color",
"description": "The default color of hyperlinks"

View File

@ -64,6 +64,9 @@ properties:
text_light:
$ref: "#/definitions/css_color"
# todo: description
text_accent:
$ref: "#/definitions/css_color"
# todo: description
text_link:
$ref: "#/definitions/css_color"
description: The default color of hyperlinks

View File

@ -22,7 +22,7 @@ This extension adds a new, optional `_rsvp` field on each Item in a JSON Feed do
"external_url": "https://example.com/example-event-document",
// The presence of the `_rsvp` field implies that this Item in the Feed
// represents an event, and it contains additional event-related metadata
// represents an RSVP, and it contains additional RSVP-related metadata
"_rsvp": {
// Points to the v1.json file here
"$schema": "https://gitea.jbrumond.me/minimal/docs/raw/branch/master/json-schema/json-feed/extensions/rsvps/v1.json",