{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/pos-terminal-find-terminal-request-schema.json", "title": "FindTerminalRequest", "description": "FindTerminalRequest schema from Adyen API", "type": "object", "properties": { "terminal": { "description": "The unique terminal ID in the format `[Device model]-[Serial number]`. \n\nFor example, **V400m-324689776**.", "type": "string" } }, "required": [ "terminal" ] }