MyRapidi
MyRapidi

Search our Wiki

REST API JSON Schema

JSON Schema is a vocabulary that allows you to annotate and validate JSON documents.

The JSON Schema

  • describes your existing data format
  • clear, human- and machine-readable documentation
  • complete structural validation, useful for
    • automated testing
    • validating client-submitted data

Display the JSON Schema

curl -v -H "Accept: application/json" https://api.myrapidi.com/api/v2/schema

You can find more information on http://json-schema.org