24 lines
475 B
JSON
24 lines
475 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"data": {
|
|
"type": "string",
|
|
"example": ""
|
|
},
|
|
"statusCode": {
|
|
"type": "integer",
|
|
"example": 200
|
|
},
|
|
"IsSuccessful": {
|
|
"type": "boolean",
|
|
"example": true
|
|
},
|
|
"errorMessage": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"example": null
|
|
}
|
|
}
|
|
} |