{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mews-systems/refs/heads/main/json-structure/booking-engine-availability-block-structure.json", "name": "AvailabilityBlock", "description": "AvailabilityBlock schema from the Mews API.", "required": [ "EndUtc", "Id", "RateId", "ServiceId", "StartUtc" ], "type": "object", "properties": {}, "additionalProperties": false, "x-schema-id": "AvailabilityBlock" }