Amadeus Traveler Media · JSON Structure

Travel Recommendations Response_Error Structure

A set of errors

Type: object Properties: 1
ContentDestinationMediaPhotosPoints of InterestTourismTravel

response_error is a JSON Structure definition published by Amadeus Traveler Media, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

errors

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-traveler-media/refs/heads/main/json-structure/travel-recommendations-response_error-structure.json",
  "name": "response_error",
  "description": "A set of errors",
  "type": "object",
  "properties": {
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Errors"
      }
    }
  }
}