FAIRtracks JSON Validator
Project description
FAIRification Genomic Data Tracks JSON Schema validation, Python edition
The JSON schema should be compliant with JSON Schema Draft04, Draft06 or Draft07 specifications.
So, this validation program uses libraries compliant with that specification.
The installation instructions are in INSTALL.md .
History
The roots of this code come from https://github.com/inab/benchmarking-data-model/tree/0.4.0/toolsForValidation.
Its development was later followed at [https://github.com/fairtracks/fairtracks_validator/], where implementations in other programming languages were also hosted. Python code gained traction and real modularisation there.
As this Python code is relevant to several research projects, it has been split from its latest repo, keeping the core and original extensions at https://github.com/inab/python-extended-json-schema-validator, and keeping these specific FAIRTracks extensions at https://github.com/fairtracks/fairtracks_validator_python.
Usage
python jsonValidate.py --help
usage: fairGTrackJsonValidate.py [-h] [--log-file LOGFILENAME] [--log-format LOGFORMAT] [-q] [-v] [-d] [-V] [-C CONFIGFILENAME]
[--cache-dir CACHEDIR] [--report REPORTFILENAME] [--verbose-report]
[--invalidate | --read-only] [--warm-up | --lazy-load]
json_schema_or_dir [json_file_or_dir [json_file_or_dir ...]]
Validate JSON against JSON Schemas with extensions (version 0.9.7)
positional arguments:
json_schema_or_dir The JSON Schema file or directory to validate and use
json_file_or_dir The JSON files or directories to be validated
optional arguments:
-h, --help show this help message and exit
--log-file LOGFILENAME
Store messages in a file instead of using standard error and standard output
--log-format LOGFORMAT
Format of log messages
-q, --quiet Only show engine warnings and errors
-v, --verbose Show verbose (informational) messages
-d, --debug Show debug messages (use with care, as it could potentially disclose sensitive contents)
-V, --version show program's version number and exit
-C CONFIGFILENAME, --config CONFIGFILENAME
Configuration file (used by extensions)
--cache-dir CACHEDIR Caching directory (used by extensions)
--report REPORTFILENAME
Store validation report (in JSON format) in a file
--verbose-report When this flag is enabled, the report also embeds the json contents which were validated
--invalidate Caches are invalidated on startup
--read-only When this flag is enabled, the caches are read-only, avoiding expensive operations related to the caches
--warm-up Caches are warmed up on startup
--lazy-load Caches are warmed up in a lazy way
Next lines run validations using test data:
git clone https://github.com/fairtracks/fairtracks_validator/
python fairGTrackJsonValidate.py fairtracks_validator/test-data/foreignProperty_simple/schemas/ fairtracks_validator/test-data/foreignProperty_simple/good_validation/
python fairGTrackJsonValidate.py fairtracks_validator/test-data/foreignProperty_simple/schemas/ fairtracks_validator/test-data/foreignProperty_simple/bad_validation/
And this is an asciinema recording a previous version of FAIRTracks Validator:
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fairtracks_validator-0.9.7.tar.gz.
File metadata
- Download URL: fairtracks_validator-0.9.7.tar.gz
- Upload date:
- Size: 28.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5655e94b1705c77dd8347063670e7525c84940027d04cb20aab3031c8b560cb7
|
|
| MD5 |
eebee931d016f8e0072b9bb4b44bb8f3
|
|
| BLAKE2b-256 |
6647fc4e3e667a6ba333342c5544d5cca81270144327e4cd11debc143a520349
|
File details
Details for the file fairtracks_validator-0.9.7-py3-none-any.whl.
File metadata
- Download URL: fairtracks_validator-0.9.7-py3-none-any.whl
- Upload date:
- Size: 31.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cc9695865e9932d5436d78eb844173755e874fd2de23e5de279c6fb056a462b
|
|
| MD5 |
108e621db96e7b2bc96776ce0cadb311
|
|
| BLAKE2b-256 |
ffe850407c5dbad1d95de1aafb04b4dfb81747134db01fcba1f8d715cc315362
|