{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/tours-and-activities-error-500-structure.json", "title": "Error_500", "description": "Error_500 structure from Tours and Activities", "type": "object", "properties": { "errors": { "type": "array" } }, "required": [ "errors" ] }