Amadeus Traveler Media · JSON Structure

Points Of Interest Links Structure

Links schema

Type: object Properties: 2
ContentDestinationMediaPhotosPoints of InterestTourismTravel

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

Properties

href methods

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/points-of-interest-links-structure.json",
  "name": "Links",
  "description": "Links schema",
  "properties": {
    "href": {
      "type": "uri"
    },
    "methods": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "GET",
          "PUT",
          "DELETE",
          "POST",
          "PATCH"
        ]
      }
    }
  },
  "example": {
    "href": "string"
  },
  "type": "object"
}