From 115465f017946ee407d4ec111d239f16f72302d6 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 20 Feb 2025 21:17:54 +0200 Subject: [PATCH] schema --- schema/metadata/integrations.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/schema/metadata/integrations.json b/schema/metadata/integrations.json index dc75960db2..0eaf8941a6 100644 --- a/schema/metadata/integrations.json +++ b/schema/metadata/integrations.json @@ -6,7 +6,10 @@ "type": "object", "properties": { "fields": { - "$ref": "./entityDefs.json#/properties/fields", + "type": "object", + "additionalProperties": { + "$ref": "./entityDefs.json#/definitions/fieldDefs" + }, "description": "Field definitions for the integration (to be available at Administration > Integrations)." }, "allowUserAccounts": {