Merge pull request #107 from diaspora/schema-reshare-patch
federation_entities.json: reshare root is optional
This commit is contained in:
commit
a69b498bb0
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@
|
||||||
"root_author": {"type": "string"},
|
"root_author": {"type": "string"},
|
||||||
"root_guid": {"$ref": "#/definitions/guid"}
|
"root_guid": {"$ref": "#/definitions/guid"}
|
||||||
},
|
},
|
||||||
"required": ["author", "guid", "created_at", "root_author", "root_guid"]
|
"required": ["author", "guid", "created_at"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["entity_type", "entity_data"]
|
"required": ["entity_type", "entity_data"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue