diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index e894e6edf..61a61efbe 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -121,6 +121,9 @@ "twitter": { "$ref": "#/$defs/Twitter" }, + "mastodon": { + "$ref": "#/$defs/Mastodon" + }, "reddit": { "$ref": "#/$defs/Reddit" }, @@ -1292,6 +1295,18 @@ "additionalProperties": false, "type": "object" }, + "Mastodon": { + "properties": { + "enabled": { + "type": "boolean" + }, + "message_template": { + "type": "string" + } + }, + "additionalProperties": false, + "type": "object" + }, "Mattermost": { "properties": { "enabled": {