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

16 lines
239 B
JSON

{
"description": "Test response",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"message": {
"type": "string"
}
}
}
}
}
}