{
  "$schema": "http://json-schema.org/draft-03/schema",
  "properties": {
    "code": {
      "description": "Temporary code that grants access to the access token for a specific client.",
      "required": true,
      "type": "string"
    },
    "client_id": {
      "description": "The client id.",
      "required": true,
      "type": "number"
    },
    "client_secret": {
      "description": "The client id.",
      "required": true,
      "type": "number"
    }
  }
}
