apoc.graph.validateDocument

Procedure

apoc.graph.validateDocument({json}, {config}) yield row - validates the json, return the result of the validation

Signature

apoc.graph.validateDocument(json :: ANY?, config = {} :: MAP?) :: (row :: MAP?)

Input parameters

Name Type Default

json

ANY?

null

config

MAP?

{}

Output parameters