{
"success": true,
"data": {
"name": "Mock Food Ordering API",
"version": "1.0.0",
"description": "A mock REST API for food ordering system designed for QA testing",
"endpoints": {
"property1": "string",
"property2": "string"
},
"documentation": "See README.md for detailed API documentation and test cases"
},
"error": {
"code": "VALIDATION_ERROR",
"message": "Customer name is required",
"details": null
},
"meta": {
"total": 0,
"page": 0,
"limit": 0,
"offset": 0
}
}