add uuid as a field

pull/159/head
Deborah Servili 2018-02-23 08:37:56 +01:00
parent 48a65e15a6
commit b50e057925
1 changed files with 9 additions and 1 deletions

View File

@ -36,6 +36,9 @@
"value": {
"type": "string"
},
"uuid": {
"type": "string"
},
"meta": {
"type": "object",
"additionalProperties": true,
@ -111,7 +114,12 @@
"items": {
"type": "string"
}
}
},
"source-uuid": {
"type": "string"
},
"target-uuid": {
"type": "string"
}
}
},