Files
digifi-BankEmulator/app/swagger/schemas/eco/AuthenticationRequest.json
T
2025-07-30 05:16:47 +01:00

13 lines
181 B
JSON

{
"type": "object",
"required": ["username", "password"],
"properties": {
"username": {
"type": "string"
},
"password": {
"type": "string"
}
}
}