Error_500

Error_500 schema

ContentDestinationMediaPhotosPoints of InterestTourismTravel

Properties

Name Type Description
errors array
View JSON Schema on GitHub

JSON Schema

points-of-interest-error_500-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-traveler-media/refs/heads/main/json-schema/points-of-interest-error_500-schema.json",
  "title": "Error_500",
  "description": "Error_500 schema",
  "properties": {
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/Issue"
      }
    }
  },
  "required": [
    "errors"
  ],
  "example": {
    "errors": [
      {
        "status": 500,
        "code": 141,
        "title": "SYSTEM ERROR HAS OCCURRED"
      }
    ]
  },
  "type": "object"
}