{
"type": "object",
"properties": {
"passkey": {
"type": "string"
},
"credentials": {
"type": "object",
"properties": {
"username": {
"type": "string"
},
"password": {
"type": "string"
}
}
}
}
}