Properties
Optional $data
$data: undefined | false | true
Optional async
async: undefined | false | true
Optional compile
Optional dependencies
dependencies
: Array<string>
Optional errors
errors: boolean | string
Optional inline
inline
: undefined | ((it
: CompilationContext, keyword
: string, schema
: any, parentSchema
: object) => string)
Optional macro
macro
: undefined | ((schema
: any, parentSchema
: object, it
: CompilationContext) => object | boolean)
Optional metaSchema
metaSchema: undefined | object
Optional modifying
modifying: undefined | false | true
Optional schema
schema: undefined | false | true
Optional statements
statements: undefined | false | true
Optional type
type
: string | Array<string>
Optional valid
valid: undefined | false | true
Optional validate