From 88011b40c258774a3b43c80de0319f9353a87b84 Mon Sep 17 00:00:00 2001 From: Ignaz Kraft Date: Tue, 7 Nov 2023 16:55:27 +0100 Subject: [PATCH] Allow $schema in capabilities.json --- schema.capabilities.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema.capabilities.json b/schema.capabilities.json index 64c7b41..9b6382f 100644 --- a/schema.capabilities.json +++ b/schema.capabilities.json @@ -1,6 +1,9 @@ { "type": "object", "properties": { + "$schema": { + "type": "string" + }, "privileges": { "type": "array", "description": "Defines required privileges for the visual",