Skip to content

Commit ea20fa2

Browse files
committed
fix validation errors in openapi specs
1 parent efee8b3 commit ea20fa2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

tests/Example.OpenApi30/openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"openapi": "3.0.0",
33
"info": {
44
"title": "Example API",
5-
"version": "2025-11-05"
5+
"version": "2025-11-05",
6+
"description": "Foo API"
67
},
78
"paths": {
89
"/foo/{FooId}": {

tests/Example.OpenApi31/openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"openapi": "3.1.0",
33
"info": {
44
"title": "Example API",
5-
"version": "2025-11-05"
5+
"version": "2025-11-05",
6+
"description": "Foo API"
67
},
78
"paths": {
89
"/foo/{FooId}": {

0 commit comments

Comments
 (0)