CollectionMeta

CollectionMeta schema

ContentDestinationMediaPhotosPoints of InterestTourismTravel

Properties

Name Type Description
count integer
links object
View JSON Schema on GitHub

JSON Schema

hotel-ratings-collection-meta-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/hotel-ratings-collection-meta-schema.json",
  "title": "CollectionMeta",
  "description": "CollectionMeta schema",
  "properties": {
    "count": {
      "type": "integer",
      "example": 1
    },
    "links": {
      "$ref": "#/definitions/CollectionLinks"
    }
  },
  "type": "object"
}