Skip to content

We require a means to validate input from the user or from external software systems, and also to validate the outputs from our own software components. This will be in a BIDS-like JSON format. This repo provides a JSON schema and validation tests.

License

gold-standard-phantoms/BIDS-JSON-Schema

Repository files navigation

BIDS JSON Schema

Master

Build status Coverage Overall test coverage

Develop

Build status Coverage Overall test coverage

Description

Schema for validating BIDS JSON sidecar

Set up

Set up the python virtualenv and install requirements

virtualenv env -p python3 --clear
source env/bin/activate
pip install -r requirements/dev.txt --upgrade

How to run

TODO...

How to develop

TODO...

About

We require a means to validate input from the user or from external software systems, and also to validate the outputs from our own software components. This will be in a BIDS-like JSON format. This repo provides a JSON schema and validation tests.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages