Get a free API key

The published schema

The canonical risk object, the documents every verb answers with, and the map from response to schema. Fetch any of them here: no account, no key, no install. These are the same files Craton validates its own responses against, served byte for byte as the release carries them.

The file name carries the version line: risk-object.v0 reads every 0.x.y document, so a minor version never invalidates an object you already hold. /schema.json is the short URL for the risk object; validate.py validates a document against it with nothing but a Python 3 and this directory.

FileWhat it isEmitted version
risk-object.v0.schema.jsonCEDE canonical risk object, v00.1.0
account.v0.schema.jsonCEDE account, v00.1.0
accumulation.v0.schema.jsonCEDE accumulation rollup, v00.1.0
analysis.v0.schema.jsonCEDE analyse run, v00.1.0
backtest-response.v0.schema.jsonCEDE backtest artifact, v00.3.0
error.v0.schema.jsonCEDE error response, v00.1.0
event-catalogue.v0.schema.jsonCEDE public event catalogue page, v00.1.0
event-footprint.v0.schema.jsonCEDE event footprint, v00.1.0
feed-data.v0.schema.jsonCEDE feed data document, v00.1.0
feed-index.v0.schema.jsonCEDE feed registry index, v00.1.0
feed-object.v0.schema.jsonCEDE feed object, v00.1.0
hazard.v0.schema.jsonCEDE point hazard lookup, v00.1.0
job.v0.schema.jsonCEDE job resource, v00.4.0
model-object.v0.schema.jsonCEDE model object, v00.2.0
model-primitives.v0.schema.jsonCEDE model builder primitives, v00.1.0
model-run.v0.schema.jsonCEDE model run result, v00.1.0
monitoring-index.v0.schema.jsonCEDE monitoring index, v00.1.0
monitoring-notification.v0.schema.jsonCEDE monitoring notification, v00.1.0
monitoring-webhook-index.v0.schema.jsonCEDE monitoring webhook index, v00.1.0
monitoring-webhook.v0.schema.jsonCEDE monitoring webhook registration, v00.1.0
monitoring.v0.schema.jsonCEDE monitoring record, v00.1.0
package.v0.schema.jsonCEDE submission pack, v00.2.0
price-response.v0.schema.jsonCEDE price response, v00.1.0
service-info.v0.schema.jsonCEDE service info, v00.1.0
structure.v0.schema.jsonCEDE structure resource, v00.1.0
usage.v0.schema.jsonCEDE usage, v00.1.0
api-contract.v0.jsonCede API response contract, v0
README.mdThe CEDE canonical risk object schema
validate.py!/usr/bin/env python3