From 67268b603b31b5ea9432bae14701c40b7f3de71b Mon Sep 17 00:00:00 2001 From: cioddi Date: Wed, 28 Feb 2024 10:53:27 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20main=20from=20=20@=206056534b6?= =?UTF-8?q?9f50fd722ef18212ac10320603e780b=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/schema/metadata.schema.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/schema/metadata.schema.json b/docs/schema/metadata.schema.json index 916f619..310dcf9 100644 --- a/docs/schema/metadata.schema.json +++ b/docs/schema/metadata.schema.json @@ -37,7 +37,16 @@ } }, "tags": { - "type": "array" + "type": "array", + "items": { + "type": "string" + } + }, + "components": { + "type": "array", + "items": { + "type": "string" + } }, "category": { "type": "string"