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

11 lines
167 B
JSON

{
"description": "Resource not found",
"content": {
"application/json": {
"schema": {
"$ref": "../schemas/error-schema.json"
}
}
}
}