{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/RequestTwoFactorResponse.json", "title": "RequestTwoFactorResponse", "properties": { "otpRequest": { "type": "object", "properties": { "requestToken": { "type": "string", "description": "The token to send to confirm this request" }, "secret": { "type": "string", "description": "The OTP secret" }, "uri": { "type": "string", "description": "The OTP URI" } } } } }