From 3ae9a6e8a5b8c2c397dd021987161b898f929c14 Mon Sep 17 00:00:00 2001 From: actions-user Date: Sat, 19 Mar 2022 20:46:08 +0000 Subject: [PATCH] docs: update --- www/docs/static/schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index 4971f2573..f9682b7c1 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -2548,6 +2548,12 @@ }, "type": "array" }, + "exts": { + "items": { + "type": "string" + }, + "type": "array" + }, "target": { "type": "string" },