{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/hotel-search-hotel-product-rate-family-structure.json", "title": "HotelProduct_RateFamily", "description": "The estimated rate code family of the offer. Grouping various rate plan codes that belongs to the same family and indicates the type of the rate", "type": "object", "properties": { "code": { "type": "string", "description": "The estimated rate family (PRO,FAM,GOV)" }, "type": { "type": "string", "description": "The type of the rate (public=P, negotiated=N, conditional=C)" } } }