JSON Schemas

We provide a series of JSON Schema documents to allow implementors of the standard ensure their documents follow the structure specified by the standard.

https://gitlab.com/cowcerts/schemas/tree/master/cowcerts/

> In that folder, choose a version folder, and you’ll find the schemas inside > the jsonschema folder

You can use our Python script to check a document against our schema.

Just run

python -m validator.py

For more information.