From efb2ce9ba30996b7611b2effb58694d1e50d3d24 Mon Sep 17 00:00:00 2001 From: Yurii Date: Fri, 6 Feb 2026 12:54:01 +0200 Subject: [PATCH] schema --- schema/metadata/entityDefs.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index c5d0eb7b52..132863863d 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -433,6 +433,27 @@ } } }, + { + "if": { + "properties": { + "type": { + "anyOf": [ + {"const": "enum"}, + {"const": "multiEnum"}, + {"const": "checklist"} + ] + } + } + }, + "then": { + "properties": { + "isSorted": { + "type": "boolean", + "description": "Sort the dropdown options alphabetically." + } + } + } + }, { "if": { "properties": {