15 lines
197 B
JSON
15 lines
197 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"resultCode": {
|
|
"type": "string"
|
|
},
|
|
"resultDescription": {
|
|
"type": "string"
|
|
},
|
|
"token": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|