{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TokenQrRequestSofort",
"title": "TokenQrRequestSofort",
"type": "object",
"properties": {
"token": {
"type": "string",
"description": "The token passed from a site or read from a QR code.",
"readOnly": false,
"writeOnly": true
}
},
"required": [
"token"
]
}