fix list for array

This commit is contained in:
Cayo Puigdefabregas 2024-06-21 14:59:30 +02:00
parent 1b90d6966b
commit 23c081502e
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
{ {
"value": "Allow to be issuer", "value": "Allow to be issuer",
"lang": "en" "lang": "en"
}, }
], ],
"type": "object", "type": "object",
"allOf": [ "allOf": [
@ -36,7 +36,7 @@
}, },
"allowedSchemas": { "allowedSchemas": {
"description": "List of schemas", "description": "List of schemas",
"type": "@list" "type": "array"
} }
}, },
"required": [ "required": [