response_error

A set of errors

ContentDestinationMediaPhotosPoints of InterestTourismTravel

Properties

Name Type Description
errors array
View JSON Schema on GitHub

JSON Schema

location-score-response_error-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/location-score-response_error-schema.json",
  "title": "response_error",
  "description": "A set of errors",
  "type": "object",
  "properties": {
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/errors"
      }
    }
  }
}