-
Notifications
You must be signed in to change notification settings - Fork 10
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 #48 from mike-oakley/u/mike/oas-bump
OpenAPI 3.0.4 and 3.1.1 support
- Loading branch information
Showing
81 changed files
with
109 additions
and
110 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
from .parser import parse_obj as parse_obj | ||
from .v3_1_0 import XML as XML | ||
from .v3_1_0 import Callback as Callback | ||
from .v3_1_0 import Components as Components | ||
from .v3_1_0 import Contact as Contact | ||
from .v3_1_0 import DataType as DataType | ||
from .v3_1_0 import Discriminator as Discriminator | ||
from .v3_1_0 import Encoding as Encoding | ||
from .v3_1_0 import Example as Example | ||
from .v3_1_0 import ExternalDocumentation as ExternalDocumentation | ||
from .v3_1_0 import Header as Header | ||
from .v3_1_0 import Info as Info | ||
from .v3_1_0 import License as License | ||
from .v3_1_0 import Link as Link | ||
from .v3_1_0 import MediaType as MediaType | ||
from .v3_1_0 import OAuthFlow as OAuthFlow | ||
from .v3_1_0 import OAuthFlows as OAuthFlows | ||
from .v3_1_0 import OpenAPI as OpenAPI | ||
from .v3_1_0 import Operation as Operation | ||
from .v3_1_0 import Parameter as Parameter | ||
from .v3_1_0 import ParameterLocation as ParameterLocation | ||
from .v3_1_0 import PathItem as PathItem | ||
from .v3_1_0 import Paths as Paths | ||
from .v3_1_0 import Reference as Reference | ||
from .v3_1_0 import RequestBody as RequestBody | ||
from .v3_1_0 import Response as Response | ||
from .v3_1_0 import Responses as Responses | ||
from .v3_1_0 import Schema as Schema | ||
from .v3_1_0 import SecurityRequirement as SecurityRequirement | ||
from .v3_1_0 import SecurityScheme as SecurityScheme | ||
from .v3_1_0 import Server as Server | ||
from .v3_1_0 import ServerVariable as ServerVariable | ||
from .v3_1_0 import Tag as Tag | ||
from .v3_1_0 import schema_validate as schema_validate | ||
from .v3_1 import XML as XML | ||
from .v3_1 import Callback as Callback | ||
from .v3_1 import Components as Components | ||
from .v3_1 import Contact as Contact | ||
from .v3_1 import DataType as DataType | ||
from .v3_1 import Discriminator as Discriminator | ||
from .v3_1 import Encoding as Encoding | ||
from .v3_1 import Example as Example | ||
from .v3_1 import ExternalDocumentation as ExternalDocumentation | ||
from .v3_1 import Header as Header | ||
from .v3_1 import Info as Info | ||
from .v3_1 import License as License | ||
from .v3_1 import Link as Link | ||
from .v3_1 import MediaType as MediaType | ||
from .v3_1 import OAuthFlow as OAuthFlow | ||
from .v3_1 import OAuthFlows as OAuthFlows | ||
from .v3_1 import OpenAPI as OpenAPI | ||
from .v3_1 import Operation as Operation | ||
from .v3_1 import Parameter as Parameter | ||
from .v3_1 import ParameterLocation as ParameterLocation | ||
from .v3_1 import PathItem as PathItem | ||
from .v3_1 import Paths as Paths | ||
from .v3_1 import Reference as Reference | ||
from .v3_1 import RequestBody as RequestBody | ||
from .v3_1 import Response as Response | ||
from .v3_1 import Responses as Responses | ||
from .v3_1 import Schema as Schema | ||
from .v3_1 import SecurityRequirement as SecurityRequirement | ||
from .v3_1 import SecurityScheme as SecurityScheme | ||
from .v3_1 import Server as Server | ||
from .v3_1 import ServerVariable as ServerVariable | ||
from .v3_1 import Tag as Tag | ||
from .v3_1 import schema_validate as schema_validate |
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
openapi_pydantic/v3/v3_0_3/README.md → openapi_pydantic/v3/v3_0/README.md
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,4 +1,4 @@ | ||
# OpenAPI v3.0.3 schema classes | ||
# OpenAPI v3.0 schema classes | ||
|
||
## Alias | ||
|
||
|
6 changes: 3 additions & 3 deletions
6
openapi_pydantic/v3/v3_1_0/__init__.py → openapi_pydantic/v3/v3_0/__init__.py
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
openapi_pydantic/v3/v3_1_0/README.md → openapi_pydantic/v3/v3_1/README.md
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,4 +1,4 @@ | ||
# OpenAPI v3.1.0 schema classes | ||
# OpenAPI v3.1 schema classes | ||
|
||
## Alias | ||
|
||
|
6 changes: 3 additions & 3 deletions
6
openapi_pydantic/v3/v3_0_3/__init__.py → openapi_pydantic/v3/v3_1/__init__.py
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
tests/v3_0_3/test_config_example.py → tests/v3_0/test_config_example.py
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
Oops, something went wrong.