Amadeus · JSON Structure

Safe Place Links Structure

Links structure from Safe Place

Type: object Properties: 3 Required: 1
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Safe Place Links Structure is a JSON Structure definition published by Amadeus, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

href methods count

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/safe-place-links-structure.json",
  "title": "Links",
  "description": "Links structure from Safe Place",
  "type": "object",
  "properties": {
    "href": {
      "type": "string",
      "format": "uri"
    },
    "methods": {
      "type": "array"
    },
    "count": {
      "type": "integer"
    }
  },
  "required": [
    "href"
  ]
}