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

pull/244/head
Alexandre Dulaunoy 2018-08-09 07:52:47 +02:00
parent cff9ec6905
commit 7d4ff9730d
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 4 additions and 1 deletions

View File

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