MCPcopy Index your code
hub / github.com/python-jsonschema/jsonschema / dynamicRef

Function dynamicRef

jsonschema/_keywords.py:278–279  ·  view source on GitHub ↗
(validator, dynamicRef, instance, schema)

Source from the content-addressed store, hash-verified

276
277
278def dynamicRef(validator, dynamicRef, instance, schema):
279 yield from validator._validate_reference(ref=dynamicRef, instance=instance)
280
281
282def type(validator, types, instance, schema):

Callers

nothing calls this directly

Calls 1

_validate_referenceMethod · 0.80

Tested by

no test coverage detected