UNPKG

290 BJSONView Raw
1{
2 "$id": "mfa.regenerate-codes",
3 "type": "object",
4 "properties": {
5 "username": {
6 "$ref": "common.json#/definitions/userId"
7 },
8 "totp": {
9 "$ref": "common.json#/definitions/totp"
10 },
11 "remoteip": {
12 "type": "string",
13 "format": "ipv4"
14 }
15 }
16}