update schema

pull/243/head
Deborah Servili 2018-08-08 16:05:11 +02:00
parent 33a300b773
commit 803b75647e
No known key found for this signature in database
GPG Key ID: 7E3A832850D4D7D1
1 changed files with 20 additions and 1 deletions

View File

@ -37,7 +37,26 @@
"type": "string"
},
"uuid": {
"type": "string"
"type": "string",
"related": {
"type": "object",
"additionalProperties": false,
"properties": {
"dest-uuid": {
"type": "string"
},
"type": {
"type": "string"
},
"tags": {
"type": "array",
"uniqueItems": true,
"items": {
"type": "string"
}
}
}
}
},
"meta": {
"type": "object",