UNPKG

312 BJSONView Raw
1{
2 "$id": "mfa.detach",
3 "type": "object",
4 "required": [
5 "totp"
6 ],
7 "properties": {
8 "username": {
9 "$ref": "common.json#/definitions/userId"
10 },
11 "totp": {
12 "$ref": "common.json#/definitions/totp"
13 },
14 "remoteip": {
15 "type": "string",
16 "format": "ipv4"
17 }
18 }
19}