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