JSON Schemas for CCE Data Interoperability

This content has moved to the https://docs.2to8.cc/cce-data-interop, however the validation endpoint is still provided at this location. See below.

Using the validation endpoint

This site provides an endpoint to validate JSON transmissions against the schema. To use the endpoint, send a POST request to http://schemas.io.2to8.cc/validate with a JSON request body to be evaluated. The response will be a JSON object containing a field named valid, with values of either true or false. If the payload fails to validate, additional information will be provided in the details field. Call the endpoint as follows:

curl -X POST -H "Content-Type: application/json" -d @example.json http://schemas.io.2to8.cc/validate