17 lines
303 B
JSON
17 lines
303 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"resultCode": {
|
|
"type": "string"
|
|
},
|
|
"resultDescription": {
|
|
"type": "string",
|
|
"example": "Authentication successful"
|
|
},
|
|
"token": {
|
|
"type": "string",
|
|
"example": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
|
|
}
|
|
}
|
|
}
|