json schema updates
This commit is contained in:
parent
0f3fa05ad5
commit
d000c17f67
@ -48,6 +48,9 @@
|
|||||||
"text_light": {
|
"text_light": {
|
||||||
"$ref": "#/definitions/css_color"
|
"$ref": "#/definitions/css_color"
|
||||||
},
|
},
|
||||||
|
"text_accent": {
|
||||||
|
"$ref": "#/definitions/css_color"
|
||||||
|
},
|
||||||
"text_link": {
|
"text_link": {
|
||||||
"$ref": "#/definitions/css_color",
|
"$ref": "#/definitions/css_color",
|
||||||
"description": "The default color of hyperlinks"
|
"description": "The default color of hyperlinks"
|
||||||
|
@ -64,6 +64,9 @@ properties:
|
|||||||
text_light:
|
text_light:
|
||||||
$ref: "#/definitions/css_color"
|
$ref: "#/definitions/css_color"
|
||||||
# todo: description
|
# todo: description
|
||||||
|
text_accent:
|
||||||
|
$ref: "#/definitions/css_color"
|
||||||
|
# todo: description
|
||||||
text_link:
|
text_link:
|
||||||
$ref: "#/definitions/css_color"
|
$ref: "#/definitions/css_color"
|
||||||
description: The default color of hyperlinks
|
description: The default color of hyperlinks
|
||||||
|
@ -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",
|
"external_url": "https://example.com/example-event-document",
|
||||||
|
|
||||||
// The presence of the `_rsvp` field implies that this Item in the Feed
|
// 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": {
|
"_rsvp": {
|
||||||
// Points to the v1.json file here
|
// 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",
|
"$schema": "https://gitea.jbrumond.me/minimal/docs/raw/branch/master/json-schema/json-feed/extensions/rsvps/v1.json",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user