Example applicationΒΆ

Run example development server:

$ pip install -e .[all]
$ cd examples
$ ./app-setup.sh
$ python app.py

Open the schema from web:

$ curl http://localhost:5000/schemas/record_schema.json
$ curl http://localhost:5000/schemas/biology/animal_record_schema.json

Teardown the application:

$ ./app-teardown.sh