UNPKG

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