17 lines
278 B
JSON
17 lines
278 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"status": {
|
|
"type": "string",
|
|
"example": "Active"
|
|
},
|
|
"responseCode": {
|
|
"type": "string",
|
|
"example": "00"
|
|
},
|
|
"responseMessage": {
|
|
"type": "string",
|
|
"example": "Successful"
|
|
}
|
|
}
|
|
} |