Using the "$schema" without any specific version has been deprecated[1] and will lead to warnings like: DeprecationWarning: The metaschema specified by $schema was not found. Using the latest draft to validate, but this will raise an error in the future Fix this by pointing $schema to "draft-07", which is the latest version fully supported the jsonschema python package, that is being used internally. [1] "The possibility to declare $schema without specific version (http://json-schema.org/schema#) was deprecated after Draft 4 and should no longer be used." https://json-schema.org/understanding-json-schema/reference/schema.html |
||
|---|---|---|
| .. | ||
| osbuild1.json | ||