21 lines
330 B
JSON
21 lines
330 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"username": {
|
|
"type": "string"
|
|
},
|
|
"password": {
|
|
"type": "string"
|
|
},
|
|
"grant_type":{
|
|
"type":"string"
|
|
|
|
}
|
|
|
|
},
|
|
"required": [
|
|
"username",
|
|
"password",
|
|
"grant_type"
|
|
]
|
|
} |