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

16 lines
258 B
JSON

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