fix list for array
This commit is contained in:
parent
1b90d6966b
commit
23c081502e
|
@ -7,7 +7,7 @@
|
|||
{
|
||||
"value": "Allow to be issuer",
|
||||
"lang": "en"
|
||||
},
|
||||
}
|
||||
],
|
||||
"type": "object",
|
||||
"allOf": [
|
||||
|
@ -36,7 +36,7 @@
|
|||
},
|
||||
"allowedSchemas": {
|
||||
"description": "List of schemas",
|
||||
"type": "@list"
|
||||
"type": "array"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
Loading…
Reference in New Issue