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." } } }