{ "$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 }