federation_entities.json: reshare root is optional

root_author and root_guid are optional for the reshare
This commit is contained in:
Senya 2018-10-05 12:48:04 +03:00 committed by GitHub
parent cfbb89da6e
commit 655325b82c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -231,7 +231,7 @@
"root_author": {"type": "string"},
"root_guid": {"$ref": "#/definitions/guid"}
},
"required": ["author", "guid", "created_at", "root_author", "root_guid"]
"required": ["author", "guid", "created_at"]
}
},
"required": ["entity_type", "entity_data"]