Merge pull request #107 from diaspora/schema-reshare-patch

federation_entities.json: reshare root is optional
This commit is contained in:
Benjamin Neff 2018-10-05 21:46:26 +02:00
commit a69b498bb0
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -232,7 +232,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"]