fix list for array
This commit is contained in:
parent
1b90d6966b
commit
23c081502e
|
@ -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": [
|
||||||
|
|
Loading…
Reference in New Issue