{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TerminalActionScheduleDetail",
"title": "TerminalActionScheduleDetail",
"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"
}
},
"type": "object"
}