From 1ac0961f3abc10d4aa963b253b9eb177dbb9b3be Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 19 Mar 2020 10:36:37 +0100 Subject: [PATCH] added missing version_id to master version schema --- schema/master_version-1.0.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/schema/master_version-1.0.json b/schema/master_version-1.0.json index 991594648b..9dff570b3a 100644 --- a/schema/master_version-1.0.json +++ b/schema/master_version-1.0.json @@ -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",