We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efee8b3 commit ea20fa2Copy full SHA for ea20fa2
2 files changed
tests/Example.OpenApi30/openapi.json
@@ -2,7 +2,8 @@
2
"openapi": "3.0.0",
3
"info": {
4
"title": "Example API",
5
- "version": "2025-11-05"
+ "version": "2025-11-05",
6
+ "description": "Foo API"
7
},
8
"paths": {
9
"/foo/{FooId}": {
tests/Example.OpenApi31/openapi.json
"openapi": "3.1.0",
0 commit comments