Schemavalidator

Latest version: v0.1.0b12

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.1.0b5

Bugfixes

0.1.0b4

Make id's in subdirs relative to main directory.
A schema in `sub/test.json` has `id` `sub/test.json`. This makes relative paths and id's interchangeable.

0.1.0b3

Add support for schemas in sub directories
- Schemas in directories that are children of the `schema_base_path`
directory are now also found and parsed. You can use `"$ref":
"subdir/schema.json"` to refer to these schemas.
- `id` field value now has to be identical to file_name, as we're now
indexing the schemas by `[subdir/]file_name` instead of `id`.
- Dropping support for `Python 3.4`. So we can use the recursive feature
of `glob`.

0.1.0b1

First beta release

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.