{ "type": "object", "properties": { "data": { "type": "string", "example": "" }, "statusCode": { "type": "integer", "example": 200 }, "IsSuccessful": { "type": "boolean", "example": true }, "errorMessage": { "type": [ "string", "null" ], "example": null } } }