diff --git a/json-schema/color-theme/v1.json b/json-schema/color-theme/v1.json index 990dc49..de49001 100644 --- a/json-schema/color-theme/v1.json +++ b/json-schema/color-theme/v1.json @@ -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" diff --git a/json-schema/color-theme/v1.yaml b/json-schema/color-theme/v1.yaml index 20d3cfb..8c43a11 100644 --- a/json-schema/color-theme/v1.yaml +++ b/json-schema/color-theme/v1.yaml @@ -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 diff --git a/json-schema/json-feed/extensions/rsvps/readme.md b/json-schema/json-feed/extensions/rsvps/readme.md index d111e71..4afc364 100644 --- a/json-schema/json-feed/extensions/rsvps/readme.md +++ b/json-schema/json-feed/extensions/rsvps/readme.md @@ -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",