From 0d5d1710bf9e364f731812a119e563efd39e2ec0 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 16 Oct 2025 14:49:58 +0300 Subject: [PATCH] schema --- schema/metadata/entityDefs.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index e449aaed19..6deb9ebef1 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -993,6 +993,26 @@ }, "description": "Parameters available in the Entity Manager tool when editing the field. Specify an empty array to disable all parameters." }, + "fieldManagerAdditionalParamList": { + "type": "array", + "items": { + "allOf": [ + { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "A parameter name." + } + } + }, + { + "$ref": "entityDefs.json#/definitions/fieldDefs" + } + ] + }, + "description": "Additional field parameters available in the Entity Manager." + }, "layoutAvailabilityList": { "type": "array", "items": {