fix: [JSON schema] related element is an array of JSON objects

This commit is contained in:
Alexandre Dulaunoy 2018-08-09 07:52:47 +02:00
parent cff9ec6905
commit 7d4ff9730d
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -40,8 +40,11 @@
"type": "string"
},
"related": {
"type": "object",
"type": "array",
"additionalProperties": false,
"items": {
"type": "object"
},
"properties": {
"dest-uuid": {
"type": "string"