jschon.vocabulary.core

class jschon.vocabulary.core.AnchorKeyword(parentschema, value)
Parameters
__init__(parentschema, value)
Parameters
json: JSON
key: str = '$anchor'
parentschema: JSONSchema
static: bool = True
class jschon.vocabulary.core.CommentKeyword(parentschema, value)
Parameters
json: JSON
key: str = '$comment'
parentschema: JSONSchema
static: bool = True
class jschon.vocabulary.core.DefsKeyword(parentschema, value)
Parameters
json: JSON
key: str = '$defs'
parentschema: JSONSchema
static: bool = True
class jschon.vocabulary.core.DynamicAnchorKeyword(parentschema, value)
Parameters
__init__(parentschema, value)
Parameters
json: JSON
key: str = '$dynamicAnchor'
parentschema: JSONSchema
static: bool = True
class jschon.vocabulary.core.DynamicRefKeyword(parentschema, value)
Parameters
__init__(parentschema, value)
Parameters
evaluate(instance, result)
Parameters
Return type

None

resolve()
Return type

None

json: JSON
key: str = '$dynamicRef'
parentschema: JSONSchema
class jschon.vocabulary.core.IdKeyword(parentschema, value)
Parameters
__init__(parentschema, value)
Parameters
json: JSON
key: str = '$id'
parentschema: JSONSchema
static: bool = True
class jschon.vocabulary.core.RefKeyword(parentschema, value)
Parameters
__init__(parentschema, value)
Parameters
evaluate(instance, result)
Parameters
Return type

None

resolve()
Return type

None

json: JSON
key: str = '$ref'
parentschema: JSONSchema
class jschon.vocabulary.core.SchemaKeyword(parentschema, value)
Parameters
__init__(parentschema, value)
Parameters
json: JSON
key: str = '$schema'
parentschema: JSONSchema
static: bool = True
class jschon.vocabulary.core.VocabularyKeyword(parentschema, value)
Parameters
__init__(parentschema, value)
Parameters
json: JSON
key: str = '$vocabulary'
parentschema: JSONSchema
static: bool = True