Searched refs:jsonschema (Results 1 – 4 of 4) sorted by relevance
1 jsonschema==4.*
16 "jsonschema==4.*"
10 jsonschema = None variable454 global jsonschema459 if jsonschema is None:460 jsonschema = importlib.import_module("jsonschema")462 jsonschema.validate(self.yaml, schema)
50 The definition of the schemas (in ``jsonschema``) can be found