{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SuccessResponse",
"type": "object",
"description": "Schema for all the success responses returned by the server.",
"properties": {
"status": {
"type": "string",
"description": "Message returned by the server."
}
}
}