From 86b77266bb74bdec6704cb47c1952b0cd836dc05 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 15 Jul 2024 12:28:24 +0300 Subject: [PATCH] schema --- schema/metadata/clientDefs.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/schema/metadata/clientDefs.json b/schema/metadata/clientDefs.json index ab2ceacc6a..c199908e2b 100644 --- a/schema/metadata/clientDefs.json +++ b/schema/metadata/clientDefs.json @@ -1113,7 +1113,13 @@ "data": { "type": "object", "description": "Additional data. Not used for logic.", - "additionalProperties": true + "additionalProperties": true, + "properties": { + "field": { + "type": "string", + "description": "A field." + } + } } }, "required": ["type"]