federation_entities.json: reshare root is optional
root_author and root_guid are optional for the reshare
This commit is contained in:
parent
cfbb89da6e
commit
655325b82c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue