Files
varsity/test/responses/order-created-response.json
2025-10-01 20:01:42 +00:00

19 lines
336 B
JSON

{
"description": "Order created successfully",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"data": {
"$ref": "../schemas/order-schema.json"
},
"message": {
"type": "string"
}
}
}
}
}
}