Files
api-codegen/tests/fixtures/invalid.json
2025-10-28 09:58:44 +03:00

10 lines
110 B
JSON

{
"openapi": "3.0.0",
"paths": {
"/test": {
"get": {
"responses": {}
}
}
}
}