add uuid as a field

This commit is contained in:
Deborah Servili 2018-02-23 08:37:56 +01:00
parent 48a65e15a6
commit b50e057925

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"
}
}
},