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

19 lines
340 B
JSON

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