From 6a539bcdcc86643afa3dd6e683cd6d8bca0c5d1f Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 16 Aug 2023 10:33:28 +0300 Subject: [PATCH] schema --- schema/metadata/clientDefs.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/schema/metadata/clientDefs.json b/schema/metadata/clientDefs.json index 6faec20d8c..c538db17a4 100644 --- a/schema/metadata/clientDefs.json +++ b/schema/metadata/clientDefs.json @@ -411,7 +411,15 @@ "type": "object", "properties": { "type": { - "type": "string" + "type": "string", + "description": "A type. E.g. list, listSmall." + }, + "dataAttributeList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Data attributes." } } }