Skip to content
Snippets Groups Projects
Verified Commit 5e1024af authored by Daniel Hornung's avatar Daniel Hornung
Browse files

ENH: Latest json schema metaschema.

parent 2fc6bf13
No related branches found
No related tags found
2 merge requests!89ENH: JsonSchemaExporter accepts do_not_create parameter.,!84F more jsonschema export
......@@ -442,7 +442,7 @@ out : dict
"properties": sub_schemas,
"required": required,
"additionalProperties": False,
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$schema": "https://json-schema.org/draft/2020-12/schema",
}
return result
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment