10 lines
177 B
JSON
10 lines
177 B
JSON
{
|
|
"openapi": "3.1.0",
|
|
"info": { "title": "Fixture OpenAPI 3.1" },
|
|
"paths": {
|
|
"/health": {
|
|
"get": { "responses": { "200": { "description": "OK" } } }
|
|
}
|
|
}
|
|
}
|