This commit is contained in:
Yuri Kuznetsov
2023-08-16 10:33:28 +03:00
parent c43830cd6a
commit 6a539bcdcc
+9 -1
View File
@@ -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."
}
}
}