-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1818 from benjamin-confino/update-openapi-version…
…-string Update openapi version string
- Loading branch information
Showing
302 changed files
with
315 additions
and
10,609 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
/** | ||
* Constants related to Schema | ||
* | ||
* @see <a href="https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#schemaObject">schemaObject</a> | ||
* @see <a href="https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#schema-object">schema-object</a> | ||
* | ||
* @author Phillip Kruger ([email protected]) | ||
* @author Eric Wittmann ([email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_callbacks/callbacks1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"paths": { | ||
"/foo": { | ||
"get": { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_callbacks/callbacks2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"paths": { | ||
"/foo": { | ||
"get": { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_callbacks/merged.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"paths": { | ||
"/foo": { | ||
"get": { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_extensions/extensions1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_extensions/extensions2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_extensions/merged.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_info/info1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_info/info2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_info/merged.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_opTags/merged.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"paths": { | ||
"/foo": { | ||
"summary": "Foo Resource", | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_opTags/opTags1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"paths": { | ||
"/foo": { | ||
"summary": "Foo Resource", | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_opTags/opTags2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"paths": { | ||
"/foo": { | ||
"summary": "Foo Resource", | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_pathDefault/merged.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"paths": { | ||
"/foo": { | ||
"get": { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_pathDefault/pathDefault1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"paths": { | ||
"/foo": { | ||
"get": { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_pathDefault/pathDefault2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"paths": { | ||
"/foo": { | ||
"get": { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_pathDocs/merged.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"paths": { | ||
"/foo": { | ||
"summary": "Foo Resource", | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_pathDocs/path1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"paths": { | ||
"/foo": { | ||
"get": { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_pathDocs/path2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"paths": { | ||
"/foo": { | ||
"summary": "Foo Resource", | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_pathEmpty/merged.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"paths": { | ||
"/foo": { | ||
"get": { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_pathEmpty/pathEmpty1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"paths": { | ||
"/foo": { | ||
"get": { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_pathEmpty/pathEmpty2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"paths": { | ||
"/foo": { | ||
"get": { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_security/merged.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi" : "3.0.0", | ||
"openapi" : "3.1.0", | ||
"security" : [ | ||
{ | ||
"BASIC": [] | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_security/security1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi" : "3.0.0", | ||
"openapi" : "3.1.0", | ||
"security" : [ | ||
{ | ||
"BASIC": [] | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_security/security2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi" : "3.0.0", | ||
"openapi" : "3.1.0", | ||
"security" : [ | ||
{ | ||
"JWT": [], | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_servers/merged.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"servers": [ | ||
{ | ||
"url": "https://development.gigantic-server.com/v1", | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_servers/servers1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"servers": [ | ||
{ | ||
"url": "https://development.gigantic-server.com/v1", | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_servers/servers2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"servers": [ | ||
{ | ||
"url": "https://staging.gigantic-server.com/v1", | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_tags/merged.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi" : "3.0.0", | ||
"openapi" : "3.1.0", | ||
"tags" : [ | ||
{ | ||
"name": "tag1", | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_tags/tags1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi" : "3.0.0", | ||
"openapi" : "3.1.0", | ||
"tags" : [ | ||
{ | ||
"name": "tag1", | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/_tags/tags2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi" : "3.0.0", | ||
"openapi" : "3.1.0", | ||
"tags" : [ | ||
{ | ||
"name": "tag1", | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/filter-after.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/api/util/filter-before.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/_everything.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/_everything.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/components-callbacks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"components": { | ||
"callbacks": { | ||
"Callback1": { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/components-empty.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"components": { | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/components-examples.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"components": { | ||
"examples": { | ||
"Example1": { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/components-headers.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"components": { | ||
"headers": { | ||
"Header1": { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/components-links.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"components": { | ||
"links": { | ||
"Link1": { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/components-parameters.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"components": { | ||
"parameters": { | ||
"Param1": { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/components-requestBodies.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"components": { | ||
"requestBodies": { | ||
"Body1": { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/components-responses.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"components": { | ||
"responses": { | ||
"PetResponse": { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/components-schemas.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"components": { | ||
"schemas": { | ||
"MySchema1" : { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/components-securitySchemes.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"components": { | ||
"securitySchemes": { | ||
"BASIC": { | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/extensions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/externalDocs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/info.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/openapi-fragment-header.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
openapi: 3.0.0 | ||
openapi: 3.1.0 | ||
info: | ||
title: Proxy App | ||
version: "1.0" | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/paths-all-operations.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"paths": { | ||
"/foo": { | ||
"summary": "Foo Resource", | ||
|
2 changes: 1 addition & 1 deletion
2
core/src/test/resources/io/smallrye/openapi/runtime/io/paths-empty.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"openapi": "3.1.0", | ||
"paths" : { | ||
} | ||
} |
Oops, something went wrong.