Amadeus · Schema

Score

Integer between 0 and 100. It represents the score for a specific category or the overall rating for a given Hotel.

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights
View JSON Schema on GitHub

JSON Schema

hotel-ratings-score-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/hotel-ratings-score-schema.json",
  "title": "Score",
  "description": "Integer between 0 and 100. It represents the score for a specific category or the overall rating for a given Hotel.",
  "type": "integer",
  "example": 82
}