feat(import): add deterministic OpenAPI normalized IR
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"openapi": "3.1.0",
|
||||
"info": { "title": "Fixture OpenAPI 3.1" },
|
||||
"paths": {
|
||||
"/health": {
|
||||
"get": { "responses": { "200": { "description": "OK" } } }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user