17 lines
242 B
JSON
17 lines
242 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"username": {
|
|
"type": "string",
|
|
"example": "user"
|
|
},
|
|
"password": {
|
|
"type": "string",
|
|
"example": "password"
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "AuthorizeRequest"
|
|
}
|
|
}
|