{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-terminal-action-schedule-detail-schema.json", "title": "TerminalActionScheduleDetail", "description": "TerminalActionScheduleDetail schema from Adyen API", "type": "object", "properties": { "id": { "description": "The ID of the action on the specified terminal.", "type": "string" }, "terminalId": { "description": "The unique ID of the terminal that the action applies to.", "type": "string" } } }