{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListExternalTerminalActionsResponse", "title": "ListExternalTerminalActionsResponse", "properties": { "data": { "description": "The list of terminal actions.", "items": { "$ref": "#/components/schemas/ExternalTerminalAction" }, "type": "array" } }, "type": "object" }