Amadeus · JSON Structure

Tours And Activities Activity Structure

Activity description

Type: object Properties: 12
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Tours And Activities Activity Structure is a JSON Structure definition published by Amadeus, describing 12 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

type id self name shortDescription description geoCode rating price pictures bookingLink minimumDuration

Meta-schema: https://json-structure.org/draft/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/tours-and-activities-activity-structure.json",
  "title": "Activity",
  "description": "Activity description",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "the ressource name"
    },
    "id": {
      "type": "string",
      "description": "unique id of the ressource"
    },
    "self": {
      "type": "object"
    },
    "name": {
      "type": "string",
      "description": "activity name"
    },
    "shortDescription": {
      "type": "string",
      "description": "short description of the activity"
    },
    "description": {
      "type": "string",
      "description": "full description of the activity"
    },
    "geoCode": {
      "type": "object",
      "description": "geo position"
    },
    "rating": {
      "type": "string",
      "description": "rating of the activity"
    },
    "price": {
      "type": "object",
      "description": "elementaryPrice"
    },
    "pictures": {
      "type": "array",
      "description": "link to picture related to the activity"
    },
    "bookingLink": {
      "type": "string",
      "description": "url to book the activity"
    },
    "minimumDuration": {
      "type": "string",
      "description": "Minimum recommended duration for the activity"
    }
  }
}