added missing version_id to master version schema

This commit is contained in:
iLLiCiTiT 2020-03-19 10:36:37 +01:00
parent c73059869e
commit 1ac0961f3a

View file

@ -9,6 +9,7 @@
"additionalProperties": true,
"required": [
"version_id",
"schema",
"type",
"parent"
@ -19,6 +20,10 @@
"description": "Document's id (database will create it's if not entered)",
"example": "ObjectId(592c33475f8c1b064c4d1696)"
},
"version_id": {
"description": "The version ID from which it was created",
"example": "ObjectId(592c33475f8c1b064c4d1695)"
},
"schema": {
"description": "The schema associated with this document",
"type": "string",