16 lines
306 B
JSON
16 lines
306 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"username": {
|
|
"type": "string",
|
|
"example": "testaccount"
|
|
},
|
|
"password": {
|
|
"type": "string",
|
|
"example": "merms.user.panel"
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "LoginRequest"
|
|
}
|
|
} |