diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index 67a65516a..6bd480e3c 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -150,6 +150,9 @@ }, "webhook": { "$ref": "#/$defs/Webhook" + }, + "opencolletive": { + "$ref": "#/$defs/OpenCollective" } }, "additionalProperties": false, @@ -1892,6 +1895,24 @@ "additionalProperties": false, "type": "object" }, + "OpenCollective": { + "properties": { + "enabled": { + "type": "boolean" + }, + "slug": { + "type": "string" + }, + "title_template": { + "type": "string" + }, + "message_template": { + "type": "string" + } + }, + "additionalProperties": false, + "type": "object" + }, "Project": { "properties": { "project_name": {