Skip to content

validate() callback arguments

Tom edited this page Feb 26, 2015 · 1 revision

This page defines the arguments that will be passed to the callbacks given to ShEx-validators validate() function


schemaParsed(schema)

schema = {
    rules : [
        rule : 'andRule' | 'orRule'
        triple: RDF.Triple
    ]
}

schemaParseError

etc etc. WIP

Clone this wiki locally