apoc.graph.validateDocument
Procedure APOC Core
apoc.graph.validateDocument({json}, {config}) yield row - validates the json, return the result of the validation
Usage Examples
CALL apoc.graph.validateDocument('[{"foo": "foo"}, {"bar": "bar", "id": 1, "type": "label"}, {"fooBar": "fooBar", "id": 1}]');
row |
---|
{message: "The object |
{message: "The object |