Skip to main content

ODCheckerObjectStructureOptions interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This interface has the options for ODCheckerObjectStructure!

View Source

References

    Properties


    optional children array {checker:api.ODCheckerStructure, key:string, optional:boolean, priority:number}[]

    Add a checker for a property in an object (can also be optional)

    View Source


    inherited optional custom function (checker:api.ODChecker, value:api.ODValidJsonType, locationTrace:api.ODCheckerLocationTrace, locationId:api.ODId, locationDocs:null|string) => boolean

    Add a custom checker function. Returns true when valid.

    View Source


    inherited optional docs string string

    Set the url to the documentation of this variable.

    View Source