From 6cb97c1429d1258cf726013e3b60515e8b844d94 Mon Sep 17 00:00:00 2001 From: actions-user Date: Mon, 12 Jun 2023 12:05:17 +0000 Subject: [PATCH] chore: docs auto-update --- www/docs/static/schema.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index a11376acf..81ac0e64a 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -2755,12 +2755,18 @@ "name": { "type": "string" }, + "title": { + "type": "string" + }, "summary": { "type": "string" }, "description": { "type": "string" }, + "icon": { + "type": "string" + }, "base": { "type": "string" }, @@ -2779,6 +2785,12 @@ "confinement": { "type": "string" }, + "assumes": { + "items": { + "type": "string" + }, + "type": "array" + }, "layout": { "patternProperties": { ".*": { @@ -2795,6 +2807,9 @@ }, "type": "object" }, + "hooks": { + "type": "object" + }, "plugs": { "type": "object" },