Basetrip · Schema

ErrorResponse

CitiesCountriesHealthSafetyTravelVisa

Properties

Name Type Description
error string
message string
statusCode integer
View JSON Schema on GitHub

JSON Schema

errorresponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/basetrip/refs/heads/main/json-schema/errorresponse.json",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "error": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "statusCode": {
      "type": "integer"
    }
  }
}