24 lines
459 B
JSON
24 lines
459 B
JSON
{
|
|
"fields": {
|
|
"auth2FA": {
|
|
"type": "bool"
|
|
},
|
|
"auth2FAMethod": {
|
|
"type": "enum"
|
|
},
|
|
"auth2FATotpSecret": {
|
|
"type": "varchar",
|
|
"maxLength": 32
|
|
},
|
|
"auth2FAEmailAddress": {
|
|
"type": "varchar"
|
|
}
|
|
},
|
|
"links": {
|
|
"user": {
|
|
"type": "belongsTo",
|
|
"entity": "User"
|
|
}
|
|
}
|
|
}
|