diff --git a/samples/client/3_0_3_unit_test/java/.openapi-generator/FILES b/samples/client/3_0_3_unit_test/java/.openapi-generator/FILES index fb6c2ec5ba4..2ae8ae4665a 100644 --- a/samples/client/3_0_3_unit_test/java/.openapi-generator/FILES +++ b/samples/client/3_0_3_unit_test/java/.openapi-generator/FILES @@ -87,7 +87,7 @@ docs/components/schemas/UniqueitemsValidation.md docs/components/schemas/UriFormat.md docs/components/schemas/UriReferenceFormat.md docs/components/schemas/UriTemplateFormat.md -docs/servers/Server0.md +docs/servers/RootServer0.md pom.xml src/main/java/org/openapijsonschematools/client/RootServerInfo.java src/main/java/org/openapijsonschematools/client/apiclient/ApiClient.java @@ -313,8 +313,8 @@ src/main/java/org/openapijsonschematools/client/schemas/validation/UniqueItemsVa src/main/java/org/openapijsonschematools/client/schemas/validation/UnsetAnyTypeJsonSchema.java src/main/java/org/openapijsonschematools/client/schemas/validation/ValidationData.java src/main/java/org/openapijsonschematools/client/schemas/validation/ValidationMetadata.java +src/main/java/org/openapijsonschematools/client/servers/RootServer0.java src/main/java/org/openapijsonschematools/client/servers/Server.java -src/main/java/org/openapijsonschematools/client/servers/Server0.java src/main/java/org/openapijsonschematools/client/servers/ServerProvider.java src/main/java/org/openapijsonschematools/client/servers/ServerWithVariables.java src/main/java/org/openapijsonschematools/client/servers/ServerWithoutVariables.java diff --git a/samples/client/3_0_3_unit_test/java/README.md b/samples/client/3_0_3_unit_test/java/README.md index f099f0a5a49..181a1f40c9c 100644 --- a/samples/client/3_0_3_unit_test/java/README.md +++ b/samples/client/3_0_3_unit_test/java/README.md @@ -1,11 +1,11 @@ -# +# petstore sample spec for testing openapi functionality, built from json schema tests for draft6 This Java package is automatically generated by the [OpenAPI JSON Schema Generator](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) project: -- API version: 0.0.1 -- Package version: -- Build package: JavaClientGenerator +- OpenAPI document version: 0.0.1 +- Java Package version: 0.0.1 +- OpenAPI JSON Schema Generator, Generator: JavaClientGenerator ## Requirements @@ -149,7 +149,7 @@ allowed input and output types. ## Servers | server_index | Class | Description | | ------------ | ----- | ----------- | -| 0 | [Server0](docs/servers/Server0.md) | | +| 0 | [RootServer0](docs/servers/RootServer0.md) | | ## Endpoints All URIs are relative to the selected server diff --git a/samples/client/3_0_3_unit_test/java/docs/RootServerInfo.md b/samples/client/3_0_3_unit_test/java/docs/RootServerInfo.md index cc1e29df040..46c3ca818e6 100644 --- a/samples/client/3_0_3_unit_test/java/docs/RootServerInfo.md +++ b/samples/client/3_0_3_unit_test/java/docs/RootServerInfo.md @@ -23,12 +23,12 @@ A class that stores servers and allows one to be returned with a ServerIndex ins ### Constructor Summary | Constructor and Description | | --------------------------- | -| RootServerInfo1(@Nullable [Server0](servers/Server0.md) server0)
Creates an instance using passed in servers | +| RootServerInfo1(@Nullable [RootServer0](servers/RootServer0.md) server0)
Creates an instance using passed in servers | ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [Server0](servers/Server0.md) | server0 | +| [RootServer0](servers/RootServer0.md) | server0 | ### Method Summary | Modifier and Type | Method and Description | @@ -47,7 +47,7 @@ a builder for [RootServerInfo1](#rootserverinfo1) ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [RootServerInfoBuilder](#rootserverinfobuilder) | server0([Server0](servers/Server0.md) server0)
sets the server | +| [RootServerInfoBuilder](#rootserverinfobuilder) | rootServer0([RootServer0](servers/RootServer0.md) server0)
sets the server | | [RootServerInfo1](#rootserverinfo1) | build() | ## ServerIndex diff --git a/samples/client/3_0_3_unit_test/java/docs/servers/Server0.md b/samples/client/3_0_3_unit_test/java/docs/servers/RootServer0.md similarity index 74% rename from samples/client/3_0_3_unit_test/java/docs/servers/Server0.md rename to samples/client/3_0_3_unit_test/java/docs/servers/RootServer0.md index 91b84467efa..08ddb1be947 100644 --- a/samples/client/3_0_3_unit_test/java/docs/servers/Server0.md +++ b/samples/client/3_0_3_unit_test/java/docs/servers/RootServer0.md @@ -1,13 +1,13 @@ -org.openapijsonschematools.client.servers.Server0 -# Server Server0 -public class Server0 +org.openapijsonschematools.client.servers.RootServer0 +# Server RootServer0 +public class RootServer0 A class that stores a server url ### Constructor Summary | Constructor and Description | | --------------------------- | -| Server0()
Creates a server | +| RootServer0()
Creates a server | ### Field Summary | Modifier and Type | Field and Description | diff --git a/samples/client/3_0_3_unit_test/java/src/main/java/org/openapijsonschematools/client/RootServerInfo.java b/samples/client/3_0_3_unit_test/java/src/main/java/org/openapijsonschematools/client/RootServerInfo.java index 2e2c3d87885..f7e35bcb79d 100644 --- a/samples/client/3_0_3_unit_test/java/src/main/java/org/openapijsonschematools/client/RootServerInfo.java +++ b/samples/client/3_0_3_unit_test/java/src/main/java/org/openapijsonschematools/client/RootServerInfo.java @@ -1,6 +1,6 @@ package org.openapijsonschematools.client; -import org.openapijsonschematools.client.servers.Server0; +import org.openapijsonschematools.client.servers.RootServer0; import org.openapijsonschematools.client.servers.Server; import org.openapijsonschematools.client.servers.ServerProvider; import org.checkerframework.checker.nullness.qual.Nullable; @@ -9,12 +9,12 @@ public class RootServerInfo { public static class RootServerInfo1 implements ServerProvider { - private final Server0 server0; + private final RootServer0 server0; RootServerInfo1( - @Nullable Server0 server0 + @Nullable RootServer0 server0 ) { - this.server0 = Objects.requireNonNullElseGet(server0, Server0::new); + this.server0 = Objects.requireNonNullElseGet(server0, RootServer0::new); } @Override @@ -24,11 +24,11 @@ public Server getServer(ServerIndex serverIndex) { } public static class RootServerInfoBuilder { - private @Nullable Server0 server0; + private @Nullable RootServer0 server0; public RootServerInfoBuilder() {} - public RootServerInfoBuilder server0(Server0 server0) { + public RootServerInfoBuilder rootServer0(RootServer0 server0) { this.server0 = server0; return this; } diff --git a/samples/client/3_0_3_unit_test/java/src/main/java/org/openapijsonschematools/client/configurations/ApiConfiguration.java b/samples/client/3_0_3_unit_test/java/src/main/java/org/openapijsonschematools/client/configurations/ApiConfiguration.java index 8eb5fd403ff..f623a36498b 100644 --- a/samples/client/3_0_3_unit_test/java/src/main/java/org/openapijsonschematools/client/configurations/ApiConfiguration.java +++ b/samples/client/3_0_3_unit_test/java/src/main/java/org/openapijsonschematools/client/configurations/ApiConfiguration.java @@ -14,17 +14,20 @@ public class ApiConfiguration { private final ServerInfo serverInfo; private final ServerIndexInfo serverIndexInfo; private final @Nullable Duration timeout; + private final Map> defaultHeaders; public ApiConfiguration() { serverInfo = new ServerInfoBuilder().build(); serverIndexInfo = new ServerIndexInfoBuilder().build(); timeout = null; + defaultHeaders = new HashMap<>(); } - public ApiConfiguration(ServerInfo serverInfo, ServerIndexInfo serverIndexInfo, Duration timeout) { + public ApiConfiguration(ServerInfo serverInfo, ServerIndexInfo serverIndexInfo, Duration timeout, Map> defaultHeaders) { this.serverInfo = serverInfo; this.serverIndexInfo = serverIndexInfo; this.timeout = timeout; + this.defaultHeaders = defaultHeaders; } public static class ServerInfo { @@ -89,7 +92,7 @@ public Server getServer(RootServerInfo. @Nullable ServerIndex serverIndex) { } public Map> getDefaultHeaders() { - return new HashMap<>(); + return defaultHeaders; } public @Nullable Duration getTimeout() { diff --git a/samples/client/3_0_3_unit_test/java/src/main/java/org/openapijsonschematools/client/servers/Server0.java b/samples/client/3_0_3_unit_test/java/src/main/java/org/openapijsonschematools/client/servers/RootServer0.java similarity index 67% rename from samples/client/3_0_3_unit_test/java/src/main/java/org/openapijsonschematools/client/servers/Server0.java rename to samples/client/3_0_3_unit_test/java/src/main/java/org/openapijsonschematools/client/servers/RootServer0.java index f74d6d47db4..6bb94f3f1a8 100644 --- a/samples/client/3_0_3_unit_test/java/src/main/java/org/openapijsonschematools/client/servers/Server0.java +++ b/samples/client/3_0_3_unit_test/java/src/main/java/org/openapijsonschematools/client/servers/RootServer0.java @@ -2,8 +2,8 @@ import org.openapijsonschematools.client.servers.ServerWithoutVariables; -public class Server0 extends ServerWithoutVariables { - public Server0() { +public class RootServer0 extends ServerWithoutVariables { + public RootServer0() { super("https://someserver.com/v1"); } } diff --git a/samples/client/3_0_3_unit_test/python/README.md b/samples/client/3_0_3_unit_test/python/README.md index 1423dc78f22..c782d21bbe4 100644 --- a/samples/client/3_0_3_unit_test/python/README.md +++ b/samples/client/3_0_3_unit_test/python/README.md @@ -3,9 +3,9 @@ sample spec for testing openapi functionality, built from json schema tests for This Python package is automatically generated by the [OpenAPI JSON Schema Generator](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) project: -- API version: 0.0.1 -- Package version: 1.0.0 -- Build package: PythonClientGenerator +- OpenAPI document version: 0.0.1 +- Python Package version: 1.0.0 +- OpenAPI JSON Schema Generator, Generator: PythonClientGenerator ## Requirements diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body.py index b7e019f5b7e..3b29f05cb0c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body.py index 6e983e991f9..ad7e405fd75 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body.py index 92d4d5179ee..b29b083286b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body.py index 8ba7d8d83f9..73020e4dfc8 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_combined_with_anyof_oneof_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_combined_with_anyof_oneof_request_body.py index 5cf28ee67a1..fc0b7ee11f7 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_combined_with_anyof_oneof_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_combined_with_anyof_oneof_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_request_body.py index 40fc32ebe01..e033a598d88 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_simple_types_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_simple_types_request_body.py index 323cb9679fe..b70aacdab98 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_simple_types_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_simple_types_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_base_schema_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_base_schema_request_body.py index ecd5157a289..98028bb7b47 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_base_schema_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_base_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_one_empty_schema_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_one_empty_schema_request_body.py index ad10d5a8f8d..a70a0475f8a 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_one_empty_schema_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_one_empty_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_the_first_empty_schema_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_the_first_empty_schema_request_body.py index 1b75bad476d..aae05b0b0e5 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_the_first_empty_schema_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_the_first_empty_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_the_last_empty_schema_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_the_last_empty_schema_request_body.py index bb0f6b9e7b1..5f46d3fbec4 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_the_last_empty_schema_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_the_last_empty_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_two_empty_schemas_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_two_empty_schemas_request_body.py index 932f3248e9d..4396a374083 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_two_empty_schemas_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_two_empty_schemas_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_complex_types_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_complex_types_request_body.py index 3f0361eec96..6908e8e63b0 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_complex_types_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_complex_types_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_request_body.py index a57df8ca64b..4f5a0ac8177 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_with_base_schema_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_with_base_schema_request_body.py index a9f4b98d7fb..75a34e9fd95 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_with_base_schema_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_with_base_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_with_one_empty_schema_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_with_one_empty_schema_request_body.py index 27506cbcf91..3797d615175 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_with_one_empty_schema_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_with_one_empty_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_array_type_matches_arrays_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_array_type_matches_arrays_request_body.py index 389e22ba247..4f3b1a986cc 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_array_type_matches_arrays_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_array_type_matches_arrays_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_boolean_type_matches_booleans_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_boolean_type_matches_booleans_request_body.py index aa0ed30c80a..0bef18bdf49 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_boolean_type_matches_booleans_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_boolean_type_matches_booleans_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_int_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_int_request_body.py index f3e6af260a6..62165160d3d 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_int_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_int_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_number_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_number_request_body.py index 04568064c09..bdcdf4949d1 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_number_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_number_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_small_number_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_small_number_request_body.py index 5b701ac16d6..e0dc3aef1ab 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_small_number_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_small_number_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_date_time_format_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_date_time_format_request_body.py index f79d7b8a1eb..d2009ec5da1 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_date_time_format_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_date_time_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_email_format_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_email_format_request_body.py index 12040ebc5eb..eb4088c2940 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_email_format_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_email_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with0_does_not_match_false_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with0_does_not_match_false_request_body.py index 384864618ed..17ac68787dc 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with0_does_not_match_false_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with0_does_not_match_false_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with1_does_not_match_true_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with1_does_not_match_true_request_body.py index 05cf72a1191..a8e0990a911 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with1_does_not_match_true_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with1_does_not_match_true_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_escaped_characters_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_escaped_characters_request_body.py index 3e94ce392eb..bc67400eda3 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_escaped_characters_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_escaped_characters_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_false_does_not_match0_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_false_does_not_match0_request_body.py index 82bf414c1f5..cf5974e7016 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_false_does_not_match0_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_false_does_not_match0_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_true_does_not_match1_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_true_does_not_match1_request_body.py index 4b9821c7e71..d7e762864ff 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_true_does_not_match1_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_true_does_not_match1_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enums_in_properties_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enums_in_properties_request_body.py index 2efddf5ccf1..4bb21d8dce3 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enums_in_properties_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enums_in_properties_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_forbidden_property_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_forbidden_property_request_body.py index 40dbe759a22..40d6d2d09c4 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_forbidden_property_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_forbidden_property_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_hostname_format_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_hostname_format_request_body.py index d3cd1714731..6fad1b0a451 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_hostname_format_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_hostname_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_integer_type_matches_integers_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_integer_type_matches_integers_request_body.py index 3e17751c6b9..7a64a590995 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_integer_type_matches_integers_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_integer_type_matches_integers_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.py index 9bd06ab85c0..c65c443e159 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_invalid_string_value_for_default_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_invalid_string_value_for_default_request_body.py index f514a095722..8413621430a 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_invalid_string_value_for_default_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_invalid_string_value_for_default_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ipv4_format_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ipv4_format_request_body.py index 4491812a33b..5e46a34f2f2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ipv4_format_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ipv4_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ipv6_format_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ipv6_format_request_body.py index dbb286bade2..1f57ae67ecf 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ipv6_format_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ipv6_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_json_pointer_format_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_json_pointer_format_request_body.py index 0ea474c691d..abd732b6a0f 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_json_pointer_format_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_json_pointer_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maximum_validation_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maximum_validation_request_body.py index 952ee7bc288..20d31adbd9b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maximum_validation_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maximum_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body.py index bae14266251..ccbcbdee14b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxitems_validation_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxitems_validation_request_body.py index 7eaca4d516b..a7e739a4db2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxitems_validation_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxitems_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxlength_validation_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxlength_validation_request_body.py index 58f21adbf10..a14e87b835b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxlength_validation_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxlength_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body.py index 26dab002482..bf87fc768e0 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxproperties_validation_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxproperties_validation_request_body.py index 2c444daae86..d6a9f23e4cf 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxproperties_validation_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxproperties_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minimum_validation_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minimum_validation_request_body.py index 146cbc8d881..ad1ac54714e 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minimum_validation_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minimum_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minimum_validation_with_signed_integer_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minimum_validation_with_signed_integer_request_body.py index 182dcb114e0..602fe2c845e 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minimum_validation_with_signed_integer_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minimum_validation_with_signed_integer_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minitems_validation_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minitems_validation_request_body.py index ccef21b932b..8804dcca402 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minitems_validation_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minitems_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minlength_validation_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minlength_validation_request_body.py index 68ba230bbff..c185553db7d 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minlength_validation_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minlength_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minproperties_validation_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minproperties_validation_request_body.py index c2f43675161..4fee87378d0 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minproperties_validation_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minproperties_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body.py index 1c526f1faf5..1e4a91ce3c0 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body.py index 345ae35da90..2058bc78212 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_items_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_items_request_body.py index d8695372ec5..aa86990b943 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_items_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_items_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body.py index b1a87d445ae..871f3155c43 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_more_complex_schema_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_more_complex_schema_request_body.py index be8fd645188..022d1ea829c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_more_complex_schema_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_more_complex_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_request_body.py index d6c787e3fa9..65c6962c167 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nul_characters_in_strings_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nul_characters_in_strings_request_body.py index 3d510f6bb93..212d8ba6705 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nul_characters_in_strings_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nul_characters_in_strings_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_null_type_matches_only_the_null_object_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_null_type_matches_only_the_null_object_request_body.py index f946999b01e..4c4b45fcebf 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_null_type_matches_only_the_null_object_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_null_type_matches_only_the_null_object_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_number_type_matches_numbers_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_number_type_matches_numbers_request_body.py index b2501d555a2..c730cb5ffe6 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_number_type_matches_numbers_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_number_type_matches_numbers_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_object_properties_validation_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_object_properties_validation_request_body.py index d9a24073f38..fc5e751a70a 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_object_properties_validation_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_object_properties_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_object_type_matches_objects_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_object_type_matches_objects_request_body.py index 7998082ea94..e14380262ce 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_object_type_matches_objects_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_object_type_matches_objects_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_complex_types_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_complex_types_request_body.py index 7c90bd43aca..493769f9411 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_complex_types_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_complex_types_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_request_body.py index 50ce0c047fb..73d11f2fd67 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_base_schema_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_base_schema_request_body.py index 16e60735897..48eb989c129 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_base_schema_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_base_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_empty_schema_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_empty_schema_request_body.py index dd42fbd4fce..8e6ca13bdbb 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_empty_schema_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_empty_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_required_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_required_request_body.py index d3eefbfba5c..e408b3c9b7b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_required_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_required_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_pattern_is_not_anchored_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_pattern_is_not_anchored_request_body.py index b3220b3f5d0..ae0965da907 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_pattern_is_not_anchored_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_pattern_is_not_anchored_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_pattern_validation_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_pattern_validation_request_body.py index a5e00f22cf0..a5a455620d7 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_pattern_validation_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_pattern_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_with_escaped_characters_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_with_escaped_characters_request_body.py index 8d61a4129bd..e6dc379b3c9 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_with_escaped_characters_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_with_escaped_characters_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body.py index 6085a305a38..d6ebaa2b47a 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_additionalproperties_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_additionalproperties_request_body.py index feb49547023..02a21b09e4d 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_additionalproperties_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_additionalproperties_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_allof_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_allof_request_body.py index 315b7e9cfaf..e5b95e39701 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_allof_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_allof_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_anyof_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_anyof_request_body.py index 3f636c9cb02..d6728b36e04 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_anyof_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_anyof_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_items_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_items_request_body.py index addd7230dc5..e86926855af 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_items_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_items_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_not_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_not_request_body.py index 4e7b81e7895..5beb89f456b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_not_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_not_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_oneof_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_oneof_request_body.py index 6f8839cb6f5..f259867b859 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_oneof_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_oneof_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_property_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_property_request_body.py index 59f80e78c88..0051b8ff499 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_property_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ref_in_property_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_default_validation_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_default_validation_request_body.py index 9e5294924f3..1a04fed9429 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_default_validation_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_default_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_validation_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_validation_request_body.py index 0f2e07f43e3..dd6732e7fd4 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_validation_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_with_empty_array_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_with_empty_array_request_body.py index 8d85dd51ac8..2bcbbeae6f4 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_with_empty_array_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_with_empty_array_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_with_escaped_characters_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_with_escaped_characters_request_body.py index f73200fb6cc..3e2887e09ff 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_with_escaped_characters_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_with_escaped_characters_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_simple_enum_validation_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_simple_enum_validation_request_body.py index 00186db1407..7d7ef495a88 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_simple_enum_validation_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_simple_enum_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_string_type_matches_strings_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_string_type_matches_strings_request_body.py index 9255a63bb10..4ba583949eb 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_string_type_matches_strings_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_string_type_matches_strings_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.py index c76dd9f4db1..13d1e3b11a8 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_false_validation_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_false_validation_request_body.py index 7dae6a8d5d5..04ce0ed81be 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_false_validation_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_false_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_validation_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_validation_request_body.py index 3a1863d61df..768a8e116fd 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_validation_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_format_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_format_request_body.py index f3e24efbf1b..61947777c10 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_format_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_reference_format_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_reference_format_request_body.py index e714ac9d74f..13b37b80303 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_reference_format_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_reference_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_template_format_request_body.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_template_format_request_body.py index 214d90b4f2f..a6a3ab89a61 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_template_format_request_body.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_template_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.py index 01adb7cbea1..482e833e4f2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types.py index 7e117dde13c..e893ccbbe2b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types.py index 09f7fe79b00..098bc085ef1 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.py index 588172ad698..3f27eef52af 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types.py index c9d56a0877b..4a3653a76af 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_response_body_for_content_types.py index 4f792beb583..e459d79667e 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_simple_types_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_simple_types_response_body_for_content_types.py index 35c6ad64b2e..aa08fd3cb97 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_simple_types_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_simple_types_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_base_schema_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_base_schema_response_body_for_content_types.py index 8ca32ce36c3..84623511c0c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_base_schema_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_base_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types.py index eb124ef2198..d96e5da1dd4 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types.py index f4b72057d11..c9206917f48 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types.py index 7988e2fdcdb..61661c54abc 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types.py index a29e4909659..c284aa30621 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_complex_types_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_complex_types_response_body_for_content_types.py index 1c05d670dbd..8d04e1376f6 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_complex_types_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_complex_types_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_response_body_for_content_types.py index b429525960f..45b46b9a88c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types.py index ffcbc45b479..35f73738b05 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types.py index edaef8a94b1..bfad23f040b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types.py index e0a83617a45..f8cfd1e55d2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types.py index 5fe5b1df62b..c7da421f0bd 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_int_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_int_response_body_for_content_types.py index 060198860e1..0dcfe50270b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_int_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_int_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_number_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_number_response_body_for_content_types.py index 18c945cb425..2df66dca6be 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_number_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_number_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_small_number_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_small_number_response_body_for_content_types.py index a0b9f080a84..84e83829885 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_small_number_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_small_number_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_date_time_format_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_date_time_format_response_body_for_content_types.py index 4122637b647..214e180fe35 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_date_time_format_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_date_time_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_email_format_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_email_format_response_body_for_content_types.py index 84886c98388..c20beb440a5 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_email_format_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_email_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types.py index be4f5501d2f..a1cf84a435c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types.py index f0c14cef429..281009e885d 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types.py index 3e57a890ede..9f8cf98d58e 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types.py index 1d0548ee9ec..e7cda2d15c3 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types.py index 92de0e26bbd..00890dc8f6a 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enums_in_properties_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enums_in_properties_response_body_for_content_types.py index 1f4d4df40ab..76fddc8b9e7 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enums_in_properties_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enums_in_properties_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_forbidden_property_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_forbidden_property_response_body_for_content_types.py index 8fb95338282..39289334538 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_forbidden_property_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_forbidden_property_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_hostname_format_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_hostname_format_response_body_for_content_types.py index 453ce2201de..f20e4254cf9 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_hostname_format_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_hostname_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types.py index cd1cd6b8c4d..ed5f8a4f012 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.py index 447b5c0cece..01cbf843d75 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types.py index 7b16f6db317..4507e188d98 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ipv4_format_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ipv4_format_response_body_for_content_types.py index 9f3845ba2b7..fc32be869e6 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ipv4_format_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ipv4_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ipv6_format_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ipv6_format_response_body_for_content_types.py index 7120c239553..46dbc497d18 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ipv6_format_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ipv6_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_json_pointer_format_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_json_pointer_format_response_body_for_content_types.py index ef63e6fc019..e5e70187ac7 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_json_pointer_format_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_json_pointer_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maximum_validation_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maximum_validation_response_body_for_content_types.py index 76c6bb7fd8c..1d0b2bd6773 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maximum_validation_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maximum_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types.py index a4b9016d0f7..7280ae739cd 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxitems_validation_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxitems_validation_response_body_for_content_types.py index ab0fe2be9fe..0355836d085 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxitems_validation_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxitems_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxlength_validation_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxlength_validation_response_body_for_content_types.py index 095d7d28868..15fb9f9c7ca 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxlength_validation_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxlength_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.py index ab5d7078337..52ac960ab5b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxproperties_validation_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxproperties_validation_response_body_for_content_types.py index 72a03e0e92f..94da0242dc5 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxproperties_validation_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxproperties_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minimum_validation_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minimum_validation_response_body_for_content_types.py index 0d31e576c48..d39a7b2efd4 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minimum_validation_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minimum_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types.py index a96168691ef..fd82f585509 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minitems_validation_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minitems_validation_response_body_for_content_types.py index c8f6f235dd0..a6292645e58 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minitems_validation_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minitems_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minlength_validation_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minlength_validation_response_body_for_content_types.py index ff62dd9a681..9409de1535a 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minlength_validation_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minlength_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minproperties_validation_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minproperties_validation_response_body_for_content_types.py index 70935cc379c..9068b74cdfd 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minproperties_validation_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minproperties_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types.py index c2cc9c5f101..8022d2707e4 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.py index cbdc3fc0ac4..a2abcf41a89 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_items_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_items_response_body_for_content_types.py index 92f91512c78..4c436adefc9 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_items_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_items_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.py index c5fc2c83d66..d7780f9c6b3 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_more_complex_schema_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_more_complex_schema_response_body_for_content_types.py index 935ee85c634..7ae5a217dff 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_more_complex_schema_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_more_complex_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_response_body_for_content_types.py index cdf3c84d0b2..a216e0b0fb8 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types.py index 33b3ab4b2ba..282363a7fb4 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types.py index d7dc8de83b2..ec52d62a0a3 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types.py index 6fbcd853cc1..0d081aa8782 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_object_properties_validation_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_object_properties_validation_response_body_for_content_types.py index b93ea3c46a4..35448c298bb 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_object_properties_validation_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_object_properties_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_object_type_matches_objects_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_object_type_matches_objects_response_body_for_content_types.py index fa214f8ac42..b507b351fde 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_object_type_matches_objects_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_object_type_matches_objects_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_complex_types_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_complex_types_response_body_for_content_types.py index e201c2f985e..8bc0cf50706 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_complex_types_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_complex_types_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_response_body_for_content_types.py index 2c24683285d..3eb199a78f4 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types.py index a469b0bb56c..3e51aa37b13 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types.py index 791bbb1dcba..aa06f054f1b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_required_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_required_response_body_for_content_types.py index 3f8649a6a88..390e429a1aa 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_required_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_required_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types.py index 925bd30817e..9081d04772a 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_pattern_validation_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_pattern_validation_response_body_for_content_types.py index 91b66405f8e..20ce3373e38 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_pattern_validation_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_pattern_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types.py index bf99a45c46c..a582560f6a1 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.py index 3e3ccee30c1..0ab12c0575c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types.py index ce8fd7f32f5..eb037b56550 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_allof_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_allof_response_body_for_content_types.py index 5dbfa3cef56..5f476d3a85b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_allof_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_allof_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_anyof_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_anyof_response_body_for_content_types.py index 6b6eec4a24a..aef7fa04b11 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_anyof_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_anyof_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_items_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_items_response_body_for_content_types.py index 28a66a7c0aa..0bb25184863 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_items_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_items_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_not_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_not_response_body_for_content_types.py index 88f69b1fc14..749c4228f6e 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_not_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_not_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_oneof_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_oneof_response_body_for_content_types.py index 60a14df9b91..85bb8364966 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_oneof_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_oneof_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_property_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_property_response_body_for_content_types.py index 53a5c141001..187c0075ebb 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_property_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ref_in_property_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_default_validation_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_default_validation_response_body_for_content_types.py index 92871622d82..74ab1f4703c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_default_validation_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_default_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_validation_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_validation_response_body_for_content_types.py index c39e5e44581..16767abc510 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_validation_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_with_empty_array_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_with_empty_array_response_body_for_content_types.py index 09da017d6d4..1d2adf029a2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_with_empty_array_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_with_empty_array_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types.py index 827236250b2..2502542ea22 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_simple_enum_validation_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_simple_enum_validation_response_body_for_content_types.py index 473021e9a91..8cb7cdb8a79 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_simple_enum_validation_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_simple_enum_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_string_type_matches_strings_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_string_type_matches_strings_response_body_for_content_types.py index babbd0afc16..079897b2919 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_string_type_matches_strings_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_string_type_matches_strings_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.py index 792693cb081..18590ae34c7 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types.py index 20c9c817cfe..b3d2b95d0de 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_validation_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_validation_response_body_for_content_types.py index 4c523684246..b0964163058 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_validation_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_format_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_format_response_body_for_content_types.py index 2ce3f2afdca..5852c42fab6 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_format_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_reference_format_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_reference_format_response_body_for_content_types.py index e260d37cc01..a99fbb9e30c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_reference_format_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_reference_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_template_format_response_body_for_content_types.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_template_format_response_body_for_content_types.py index b671bda63aa..9b11212ba6e 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_template_format_response_body_for_content_types.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_template_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/_not_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/_not_api.py index 81c67c95157..4b8ac5fd4f8 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/_not_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/_not_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/additional_properties_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/additional_properties_api.py index 5486c6ad709..b73cc541dbf 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/additional_properties_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/additional_properties_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/all_of_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/all_of_api.py index d2df11f78ec..68a5de3f813 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/all_of_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/all_of_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/any_of_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/any_of_api.py index b46b025efa5..377ab90e443 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/any_of_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/any_of_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/content_type_json_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/content_type_json_api.py index ff72167992b..966509ef7ec 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/content_type_json_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/content_type_json_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/default_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/default_api.py index d998ed389d6..5186e79a183 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/default_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/default_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/enum_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/enum_api.py index e58563a2bf2..496faf180d8 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/enum_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/enum_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/format_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/format_api.py index 71e0438f511..073b8fbecaa 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/format_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/format_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/items_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/items_api.py index f0789f4af21..53bae5529da 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/items_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/items_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/max_items_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/max_items_api.py index 32f551696ad..236aa9eeca5 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/max_items_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/max_items_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/max_length_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/max_length_api.py index 914dc4dcb3c..39d4fb420ff 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/max_length_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/max_length_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/max_properties_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/max_properties_api.py index 1f00ff86a74..57ed77cf70e 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/max_properties_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/max_properties_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/maximum_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/maximum_api.py index 4a7ab5de31b..f4fc2d21ab9 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/maximum_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/maximum_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/min_items_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/min_items_api.py index 0dc3a137de7..48d1520a3dc 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/min_items_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/min_items_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/min_length_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/min_length_api.py index b1bdf36e6b0..1143812f6b5 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/min_length_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/min_length_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/min_properties_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/min_properties_api.py index c34b9bdc3d6..487c06dac8d 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/min_properties_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/min_properties_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/minimum_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/minimum_api.py index b8c46c2b839..8d06ea2c27e 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/minimum_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/minimum_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/multiple_of_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/multiple_of_api.py index 70142812239..08f1a990127 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/multiple_of_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/multiple_of_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/one_of_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/one_of_api.py index f2bcd9c1473..d33be64bb03 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/one_of_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/one_of_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/operation_request_body_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/operation_request_body_api.py index d2d74066a67..b3b7a7ecd42 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/operation_request_body_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/operation_request_body_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/path_post_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/path_post_api.py index cfd7890a889..ed915f0fefa 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/path_post_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/path_post_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/pattern_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/pattern_api.py index e7c6e489ef7..51376e9397e 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/pattern_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/pattern_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/properties_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/properties_api.py index 6ffcb59981d..23f3382843b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/properties_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/properties_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/ref_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/ref_api.py index 016134782a7..97bb3d520ff 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/ref_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/ref_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/required_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/required_api.py index 73774d562df..8b34395558c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/required_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/required_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/response_content_content_type_schema_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/response_content_content_type_schema_api.py index d9d6afb7fdf..5dc795d7ec0 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/response_content_content_type_schema_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/response_content_content_type_schema_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/type_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/type_api.py index 0a35987767c..ca2329ed67d 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/type_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/type_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/unique_items_api.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/unique_items_api.py index c127bd4023d..9b9c09faaf3 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/unique_items_api.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/apis/tags/unique_items_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post/operation.py index 3919d0459c1..b6c73310bab 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/operation.py index b99a1e03592..4da8ac063a1 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/operation.py index 87e6d559418..6e62809cd7f 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post/operation.py index 8e28a994247..31d046e3960 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/operation.py index df62c6894d1..5ff4ad1afde 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/operation.py index 364453afdf2..f3abe01b0a2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/operation.py index 167997e0be3..fc8f64b7e3b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/operation.py index 5d6e5a9417f..8e3ed68360f 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/operation.py index c41c7abb227..7cff0845e2a 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/operation.py index 7b4aa22f5c4..54637327f10 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/operation.py index 247deedb197..5bd0391f362 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/operation.py index de243529c40..7e0ea975d42 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/operation.py index c1d882fa50f..66c63e76331 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/operation.py index 5392be95ab2..35065997534 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/operation.py index 0b83156330d..c14ed6d310d 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/operation.py index 9ec95b7ec02..bd5a9a20fc1 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/operation.py index b7c44a67e0d..1a088348def 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/operation.py index 0c4bc24658c..8dbfaea52d7 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/operation.py index 7d82e25ebaf..b3fd5188df4 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/operation.py index 7e4d024e818..06b47b58615 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/operation.py index 1ebeac7c700..fb1bce5123e 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/operation.py index 28c8dc3e083..24e122809cc 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/operation.py index 8727d68b73b..2c986ee2500 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/operation.py index 6c2a295bdac..9d19e0774a1 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/operation.py index 994f98feb69..8ffd68b0c1b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/operation.py index c92dedda09a..9d88fb66de1 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/operation.py index aff23b76309..d26d251901c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/operation.py index 139fe18c966..1efcfd85c55 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/operation.py index ed6e7b81230..309580ab5ab 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/operation.py index 46217c66181..2fbdc552c9f 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/operation.py index b7d0f127816..b5e256c9ef6 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/operation.py index b8cd1a3b31f..1854ed838e1 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post/operation.py index de6b538ad87..c93dd71f716 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_string_value_for_default_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_string_value_for_default_request_body/post/operation.py index 6a1cb6817a3..83de553df53 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_string_value_for_default_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_string_value_for_default_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_string_value_for_default_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_string_value_for_default_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_string_value_for_default_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_string_value_for_default_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_string_value_for_default_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_string_value_for_default_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_string_value_for_default_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_invalid_string_value_for_default_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/operation.py index 92369d23fc3..6f5dc7b21fe 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/operation.py index f37ca537c41..d9453dfce63 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/operation.py index a0eab10a36a..485c9f7c7d7 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/operation.py index 898a1d303ed..edcc562d977 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/operation.py index 1c4f855e870..ec40c8d65bd 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/operation.py index a666fb30fdb..e309548bd6d 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/operation.py index 79d516829f0..4ffe6757b84 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/operation.py index f3b0af790a9..4594ade44d9 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/operation.py index e61260a93cc..4ce1f567f7a 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/operation.py index 80bae3df4d7..3364917c89f 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/operation.py index 1661841a2fb..858b5708e6c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/operation.py index a96c9474e2c..543a839198f 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/operation.py index 4918b3efd30..eb314b41354 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/operation.py index 98b26a84a6f..cbd00e096cf 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/operation.py index d1d165a59ed..092e0131ef7 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/operation.py index e48324ee80c..cc3a3344fbd 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/operation.py index faa7c7266d4..df7bc66220b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/operation.py index b5ef0dca00d..441e83d15ff 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/operation.py index 57849fc889d..8c0232fe111 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/operation.py index d63f15c0b8c..538a42fdf50 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/operation.py index b521f8d42c5..e5096057d6a 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/operation.py index e4b653621a0..47c71ec7d68 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/operation.py index 63ca3bef84a..64b2b8ed6e7 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/operation.py index 4c48562b936..e097d20ab4a 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/operation.py index 7075dfb67dc..57056df5927 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/operation.py index ee6a59eb03b..e2a0cf48810 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/operation.py index 2bb830e4fdc..415a20524f5 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/operation.py index cde0061a258..0635f27cc89 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/operation.py index f3611231b21..91bee258d59 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/operation.py index 45aac1b0644..1105704ff32 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/operation.py index cf6a8fc241a..c5f88cc9e5c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/operation.py index d4d620851c1..11f7c485c1b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/operation.py index b48196cc896..1a9494a953e 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/operation.py index ada223bdf12..46f6d257984 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_additionalproperties_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_additionalproperties_request_body/post/operation.py index b6432f845ea..395cea5af75 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_additionalproperties_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_additionalproperties_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_additionalproperties_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_additionalproperties_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_additionalproperties_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_additionalproperties_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_additionalproperties_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_additionalproperties_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_additionalproperties_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_additionalproperties_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_allof_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_allof_request_body/post/operation.py index c6d087a6178..897a0341a57 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_allof_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_allof_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_allof_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_allof_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_allof_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_allof_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_allof_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_allof_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_allof_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_allof_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_anyof_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_anyof_request_body/post/operation.py index d5ffe0b2ade..c8a1fbf33ff 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_anyof_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_anyof_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_anyof_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_anyof_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_anyof_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_anyof_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_anyof_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_anyof_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_anyof_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_anyof_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_items_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_items_request_body/post/operation.py index 41648e69095..ae1a1071a88 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_items_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_items_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_items_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_items_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_items_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_items_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_items_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_items_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_items_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_items_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_not_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_not_request_body/post/operation.py index a9f4bca11be..39de9093566 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_not_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_not_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_not_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_not_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_not_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_not_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_not_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_not_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_not_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_not_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_oneof_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_oneof_request_body/post/operation.py index a1bc1303f3a..44f11261d23 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_oneof_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_oneof_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_oneof_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_oneof_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_oneof_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_oneof_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_oneof_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_oneof_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_oneof_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_oneof_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_property_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_property_request_body/post/operation.py index d788cf02010..f8cffa9b30c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_property_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_property_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_property_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_property_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_property_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_property_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_property_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_property_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_property_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_ref_in_property_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/operation.py index 80c4ef28664..11d9ea9da23 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/operation.py index 292ea1ac909..920327c16c3 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/operation.py index 8313bd00fd5..a4e88f6a99e 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/operation.py index 9f84f5d435d..2f682a1a927 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/operation.py index 0734c74a9b2..adb21cd4f52 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/operation.py index 47cfc3771e9..cddf87b522a 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post/operation.py index aa3710a8391..63dc60faa88 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/operation.py index b8ae9395c4b..a50054c02d5 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/operation.py index a3bc01d48ae..ca46071ac75 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/operation.py index ae1ef69813d..c47c184cfb7 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/operation.py index 2e69c8c5e0f..7634d9d17d8 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/operation.py index 17e17846bda..e197489813d 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/request_body/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/request_body/__init__.py index 467602655d0..fd3d6e860e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/responses/response_200/__init__.py index faf4da69820..0dce64d7062 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post/operation.py index 169531f3cd6..666dce9e0c4 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post/responses/response_200/__init__.py index fd6b59ad840..80b8de695a5 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post/operation.py index 090b14d82de..f81ad7fdb34 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post/operation.py index 30fdcbd90c7..c4451ac5723 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post/responses/response_200/__init__.py index cf76c16b19f..dd9f34dbe2c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post/operation.py index 0be3c6cd84b..3f2cb88c12c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post/operation.py index 01e96ea5a8d..41635f4084a 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_response_body_for_content_types/post/operation.py index 7dc48ea05b5..5296c838793 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_simple_types_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_simple_types_response_body_for_content_types/post/operation.py index da0d46d7ad9..73465c2fa7b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_simple_types_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_simple_types_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_simple_types_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_simple_types_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_simple_types_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_simple_types_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post/operation.py index 95e82a9b74d..b012fcf804a 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post/operation.py index 6246cf73da7..b701cb6ff13 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post/operation.py index 9d0d84c8b83..cdb51fd6121 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post/operation.py index 07440623ae1..8811ac8798e 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post/operation.py index 5ddd8aba6cc..7b56b6c0d06 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post/operation.py index 564492657b6..95a81286bba 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_response_body_for_content_types/post/operation.py index 99431cc5f3b..e47068a275b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post/operation.py index 5a9ce6a0b52..9f144228f0c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 63fbad57c09..8ad3006f90f 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post/operation.py index 2238c21de72..041247971c3 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post/operation.py index e72819e1ddb..386377a6ac0 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post/responses/response_200/__init__.py index e44833e1983..6361d744ddb 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post/operation.py index a6705e72cab..f33fa8367d1 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post/responses/response_200/__init__.py index d7e8a22d1d4..f6d4a1840b7 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_int_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_int_response_body_for_content_types/post/operation.py index 097f09a881f..da9270cd855 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_int_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_int_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_int_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_int_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_int_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_int_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_number_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_number_response_body_for_content_types/post/operation.py index d40fd29a04e..4e5dc633767 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_number_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_number_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_number_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_number_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_number_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_number_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_small_number_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_small_number_response_body_for_content_types/post/operation.py index 49e765acc99..af1d184e84b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_small_number_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_small_number_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_small_number_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_small_number_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_small_number_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_by_small_number_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_date_time_format_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_date_time_format_response_body_for_content_types/post/operation.py index 20ade10b80a..ded6432575d 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_date_time_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_date_time_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_date_time_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_date_time_format_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_date_time_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_date_time_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_email_format_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_email_format_response_body_for_content_types/post/operation.py index 112a8424a30..095ec387b18 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_email_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_email_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_email_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_email_format_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_email_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_email_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post/operation.py index 7534d1d4fdd..5374889c2e4 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post/responses/response_200/__init__.py index 452ca1bfe75..115cb73d3f0 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post/operation.py index 3d89df03917..33f637666a5 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post/responses/response_200/__init__.py index 452ca1bfe75..115cb73d3f0 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post/operation.py index b8ff055d10c..8ab3f57e451 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py index e5ed3e05230..5978678d4ce 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post/operation.py index 916c091d348..387a42fc4d7 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post/responses/response_200/__init__.py index d6132013814..657c6b7a2df 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post/operation.py index eab55cb3656..5422a316b7f 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post/responses/response_200/__init__.py index 2002c2d4032..831043eac66 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enums_in_properties_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enums_in_properties_response_body_for_content_types/post/operation.py index 63dbc1d7b53..9d62357e361 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enums_in_properties_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enums_in_properties_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enums_in_properties_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enums_in_properties_response_body_for_content_types/post/responses/response_200/__init__.py index 219c773c01f..63121da4588 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enums_in_properties_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_enums_in_properties_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_forbidden_property_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_forbidden_property_response_body_for_content_types/post/operation.py index 564fa742323..760a55834d4 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_forbidden_property_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_forbidden_property_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_forbidden_property_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_forbidden_property_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_forbidden_property_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_forbidden_property_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_hostname_format_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_hostname_format_response_body_for_content_types/post/operation.py index 99ade598795..5174be14af2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_hostname_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_hostname_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_hostname_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_hostname_format_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_hostname_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_hostname_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post/operation.py index 93b66401eae..5556b83875c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post/responses/response_200/__init__.py index 9ed2d0b94fd..536c40471e7 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post/operation.py index 64105ee313a..02e6e3b200e 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post/responses/response_200/__init__.py index 9ed2d0b94fd..536c40471e7 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post/operation.py index 55db8d9d0eb..c055d18571c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_invalid_string_value_for_default_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ipv4_format_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ipv4_format_response_body_for_content_types/post/operation.py index da231a84141..59eaf80f530 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ipv4_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ipv4_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ipv4_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ipv4_format_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ipv4_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ipv4_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ipv6_format_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ipv6_format_response_body_for_content_types/post/operation.py index fb8dfd0b363..92ef11c76ef 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ipv6_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ipv6_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ipv6_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ipv6_format_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ipv6_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ipv6_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_json_pointer_format_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_json_pointer_format_response_body_for_content_types/post/operation.py index 55cd085b6b5..52d09bd8314 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_json_pointer_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_json_pointer_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_json_pointer_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_json_pointer_format_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_json_pointer_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_json_pointer_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_response_body_for_content_types/post/operation.py index fb63d32b1cc..272ba452be7 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post/operation.py index d5a88e876d0..cd1834f6323 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxitems_validation_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxitems_validation_response_body_for_content_types/post/operation.py index c080de1ae09..89e567ffe9b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxitems_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxitems_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxlength_validation_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxlength_validation_response_body_for_content_types/post/operation.py index 94fec2d28c4..050c36bc1e2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxlength_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxlength_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxlength_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxlength_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxlength_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxlength_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post/operation.py index d2a9ba4469e..aa13b2f3736 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post/operation.py index d67cb2110ae..b456dcd4e00 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_response_body_for_content_types/post/operation.py index e2806d1a61d..cc5886ae9bb 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post/operation.py index c830d5678bf..3a1dee7adbe 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minitems_validation_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minitems_validation_response_body_for_content_types/post/operation.py index 15946ad6450..199d1dce06b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minitems_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minitems_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minlength_validation_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minlength_validation_response_body_for_content_types/post/operation.py index c7464c7b38f..128bcff0ab1 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minlength_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minlength_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minlength_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minlength_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minlength_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minlength_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minproperties_validation_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minproperties_validation_response_body_for_content_types/post/operation.py index 95226b68f3d..d6f4904f568 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minproperties_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minproperties_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minproperties_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minproperties_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minproperties_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_minproperties_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post/operation.py index 578d2167c2e..0382b75fedb 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post/operation.py index b68edd3471b..de150e60a47 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_items_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_items_response_body_for_content_types/post/operation.py index e6fc6c285c9..9c4daf063a4 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_items_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_items_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_items_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_items_response_body_for_content_types/post/responses/response_200/__init__.py index e2c4b4172df..5d1806a8bb9 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_items_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_items_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post/operation.py index aa684fa8db6..90fd502e13e 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post/operation.py index 6ae647ad6f0..de50289402c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_not_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_not_response_body_for_content_types/post/operation.py index 0a73512a8b7..b19bbba9c63 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_not_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_not_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_not_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_not_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_not_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_not_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post/operation.py index d1545d7dc02..f18d0504314 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post/responses/response_200/__init__.py index 6018ccc2c1f..1d893570c37 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post/operation.py index 5c40e450c0f..c598950cf22 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post/responses/response_200/__init__.py index 54d2705ff29..1cefe58b940 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post/operation.py index 907a62f5004..f8e3b28c2fb 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post/responses/response_200/__init__.py index 452ca1bfe75..115cb73d3f0 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_object_properties_validation_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_object_properties_validation_response_body_for_content_types/post/operation.py index d28a04439db..c19dcf0f1bd 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_object_properties_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_object_properties_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_object_properties_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_object_properties_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_object_properties_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_object_properties_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post/operation.py index 08e97aa21b7..6d98428ff18 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post/responses/response_200/__init__.py index 92b57bc83c8..53c72339903 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post/operation.py index fc443417cde..ce83ba01013 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_response_body_for_content_types/post/operation.py index 085a08a618e..b994b80df36 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post/operation.py index 1fae0ff470d..45d2324600b 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 63fbad57c09..8ad3006f90f 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post/operation.py index 0f147a7dca7..9275c389b88 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_required_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_required_response_body_for_content_types/post/operation.py index a04bd8b8243..004e0ec60ec 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_required_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_required_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_required_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_required_response_body_for_content_types/post/responses/response_200/__init__.py index 92b57bc83c8..53c72339903 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_required_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_required_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post/operation.py index e4d865cd63e..7961390fa8d 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_validation_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_validation_response_body_for_content_types/post/operation.py index f271f994e3f..5b3cbe21369 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post/operation.py index 74d601d6ca6..b6d84ede86a 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post/operation.py index 222ecd2bd65..7652856ca21 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post/operation.py index b0b7510fda7..c50139bec5a 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post/responses/response_200/__init__.py index 88f7d854dcb..386cd72938e 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_additionalproperties_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_allof_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_allof_response_body_for_content_types/post/operation.py index df6ab9e0998..443b3fbc876 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_allof_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_allof_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_allof_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_allof_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_allof_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_allof_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_anyof_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_anyof_response_body_for_content_types/post/operation.py index 8fbf2b36ac6..8f41e2d10bf 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_anyof_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_anyof_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_anyof_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_anyof_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_anyof_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_anyof_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_items_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_items_response_body_for_content_types/post/operation.py index 869038af506..d8c0de52dc5 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_items_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_items_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_items_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_items_response_body_for_content_types/post/responses/response_200/__init__.py index 611e9164a7e..511aa445d6a 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_items_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_items_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_not_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_not_response_body_for_content_types/post/operation.py index c5e2ddf926c..a946e88fe69 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_not_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_not_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_not_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_not_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_not_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_not_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_oneof_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_oneof_response_body_for_content_types/post/operation.py index a296e1cd756..e7251f4bc89 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_oneof_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_oneof_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_oneof_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_oneof_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_oneof_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_oneof_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_property_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_property_response_body_for_content_types/post/operation.py index 96d196b3daf..527f5d763d3 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_property_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_property_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_property_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_property_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_property_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_ref_in_property_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_default_validation_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_default_validation_response_body_for_content_types/post/operation.py index f0905a65506..c0cd8036ffd 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_default_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_default_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_default_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_default_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_default_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_default_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_validation_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_validation_response_body_for_content_types/post/operation.py index a4ce81f6b8b..a3188f62a0c 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post/operation.py index 78ca7737667..245c307f280 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post/operation.py index 7e1bd517f1b..cd67e9ae4d2 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post/operation.py index 0f0f1c9b902..f7a25de639e 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 452ca1bfe75..115cb73d3f0 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post/operation.py index 102cea8c432..02a2f43e769 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post/responses/response_200/__init__.py index 63fbad57c09..8ad3006f90f 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post/operation.py index 6d0ec3120dd..5a8e971f88e 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post/responses/response_200/__init__.py index f0f9a67ee77..b5393599bce 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post/operation.py index d8c291ec290..6fd6af4c1cd 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post/operation.py index 85ab539389c..881b280c7f7 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_format_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_format_response_body_for_content_types/post/operation.py index 2e78f3fc368..c360e0aac08 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_format_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_reference_format_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_reference_format_response_body_for_content_types/post/operation.py index ce243405e0e..284bee34aa7 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_reference_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_reference_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_reference_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_reference_format_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_reference_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_reference_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_template_format_response_body_for_content_types/post/operation.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_template_format_response_body_for_content_types/post/operation.py index 94aa199b34a..946878dbc1a 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_template_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_template_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_template_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_template_format_response_body_for_content_types/post/responses/response_200/__init__.py index 10fe962414b..c7919ddd276 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_template_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/paths/response_body_post_uri_template_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_0_3_unit_test/python/src/unit_test_api/servers/server_0.py b/samples/client/3_0_3_unit_test/python/src/unit_test_api/servers/server_0.py index c349fe628b0..acc1938e9c1 100644 --- a/samples/client/3_0_3_unit_test/python/src/unit_test_api/servers/server_0.py +++ b/samples/client/3_0_3_unit_test/python/src/unit_test_api/servers/server_0.py @@ -1,5 +1,8 @@ # coding: utf-8 """ + openapi 3.0.3 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft6 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/java/.openapi-generator/FILES b/samples/client/3_1_0_unit_test/java/.openapi-generator/FILES index d54b57e2bf0..e00760803ba 100644 --- a/samples/client/3_1_0_unit_test/java/.openapi-generator/FILES +++ b/samples/client/3_1_0_unit_test/java/.openapi-generator/FILES @@ -143,7 +143,7 @@ docs/components/schemas/UriReferenceFormat.md docs/components/schemas/UriTemplateFormat.md docs/components/schemas/UuidFormat.md docs/components/schemas/ValidateAgainstCorrectBranchThenVsElse.md -docs/servers/Server0.md +docs/servers/RootServer0.md pom.xml src/main/java/org/openapijsonschematools/client/RootServerInfo.java src/main/java/org/openapijsonschematools/client/apiclient/ApiClient.java @@ -425,8 +425,8 @@ src/main/java/org/openapijsonschematools/client/schemas/validation/UniqueItemsVa src/main/java/org/openapijsonschematools/client/schemas/validation/UnsetAnyTypeJsonSchema.java src/main/java/org/openapijsonschematools/client/schemas/validation/ValidationData.java src/main/java/org/openapijsonschematools/client/schemas/validation/ValidationMetadata.java +src/main/java/org/openapijsonschematools/client/servers/RootServer0.java src/main/java/org/openapijsonschematools/client/servers/Server.java -src/main/java/org/openapijsonschematools/client/servers/Server0.java src/main/java/org/openapijsonschematools/client/servers/ServerProvider.java src/main/java/org/openapijsonschematools/client/servers/ServerWithVariables.java src/main/java/org/openapijsonschematools/client/servers/ServerWithoutVariables.java diff --git a/samples/client/3_1_0_unit_test/java/README.md b/samples/client/3_1_0_unit_test/java/README.md index 13c34a587c5..d72c17316bd 100644 --- a/samples/client/3_1_0_unit_test/java/README.md +++ b/samples/client/3_1_0_unit_test/java/README.md @@ -1,11 +1,11 @@ -# +# openapi-java-client sample spec for testing openapi functionality, built from json schema tests for draft2020-12 This Java package is automatically generated by the [OpenAPI JSON Schema Generator](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) project: -- API version: 0.0.1 -- Package version: -- Build package: JavaClientGenerator +- OpenAPI document version: 0.0.1 +- Java Package version: 0.0.1 +- OpenAPI JSON Schema Generator, Generator: JavaClientGenerator ## Requirements @@ -149,7 +149,7 @@ allowed input and output types. ## Servers | server_index | Class | Description | | ------------ | ----- | ----------- | -| 0 | [Server0](docs/servers/Server0.md) | | +| 0 | [RootServer0](docs/servers/RootServer0.md) | | ## Endpoints All URIs are relative to the selected server diff --git a/samples/client/3_1_0_unit_test/java/docs/RootServerInfo.md b/samples/client/3_1_0_unit_test/java/docs/RootServerInfo.md index cc1e29df040..46c3ca818e6 100644 --- a/samples/client/3_1_0_unit_test/java/docs/RootServerInfo.md +++ b/samples/client/3_1_0_unit_test/java/docs/RootServerInfo.md @@ -23,12 +23,12 @@ A class that stores servers and allows one to be returned with a ServerIndex ins ### Constructor Summary | Constructor and Description | | --------------------------- | -| RootServerInfo1(@Nullable [Server0](servers/Server0.md) server0)
Creates an instance using passed in servers | +| RootServerInfo1(@Nullable [RootServer0](servers/RootServer0.md) server0)
Creates an instance using passed in servers | ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [Server0](servers/Server0.md) | server0 | +| [RootServer0](servers/RootServer0.md) | server0 | ### Method Summary | Modifier and Type | Method and Description | @@ -47,7 +47,7 @@ a builder for [RootServerInfo1](#rootserverinfo1) ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [RootServerInfoBuilder](#rootserverinfobuilder) | server0([Server0](servers/Server0.md) server0)
sets the server | +| [RootServerInfoBuilder](#rootserverinfobuilder) | rootServer0([RootServer0](servers/RootServer0.md) server0)
sets the server | | [RootServerInfo1](#rootserverinfo1) | build() | ## ServerIndex diff --git a/samples/client/3_1_0_unit_test/java/docs/servers/Server0.md b/samples/client/3_1_0_unit_test/java/docs/servers/RootServer0.md similarity index 74% rename from samples/client/3_1_0_unit_test/java/docs/servers/Server0.md rename to samples/client/3_1_0_unit_test/java/docs/servers/RootServer0.md index 91b84467efa..08ddb1be947 100644 --- a/samples/client/3_1_0_unit_test/java/docs/servers/Server0.md +++ b/samples/client/3_1_0_unit_test/java/docs/servers/RootServer0.md @@ -1,13 +1,13 @@ -org.openapijsonschematools.client.servers.Server0 -# Server Server0 -public class Server0 +org.openapijsonschematools.client.servers.RootServer0 +# Server RootServer0 +public class RootServer0 A class that stores a server url ### Constructor Summary | Constructor and Description | | --------------------------- | -| Server0()
Creates a server | +| RootServer0()
Creates a server | ### Field Summary | Modifier and Type | Field and Description | diff --git a/samples/client/3_1_0_unit_test/java/src/main/java/org/openapijsonschematools/client/RootServerInfo.java b/samples/client/3_1_0_unit_test/java/src/main/java/org/openapijsonschematools/client/RootServerInfo.java index 2e2c3d87885..f7e35bcb79d 100644 --- a/samples/client/3_1_0_unit_test/java/src/main/java/org/openapijsonschematools/client/RootServerInfo.java +++ b/samples/client/3_1_0_unit_test/java/src/main/java/org/openapijsonschematools/client/RootServerInfo.java @@ -1,6 +1,6 @@ package org.openapijsonschematools.client; -import org.openapijsonschematools.client.servers.Server0; +import org.openapijsonschematools.client.servers.RootServer0; import org.openapijsonschematools.client.servers.Server; import org.openapijsonschematools.client.servers.ServerProvider; import org.checkerframework.checker.nullness.qual.Nullable; @@ -9,12 +9,12 @@ public class RootServerInfo { public static class RootServerInfo1 implements ServerProvider { - private final Server0 server0; + private final RootServer0 server0; RootServerInfo1( - @Nullable Server0 server0 + @Nullable RootServer0 server0 ) { - this.server0 = Objects.requireNonNullElseGet(server0, Server0::new); + this.server0 = Objects.requireNonNullElseGet(server0, RootServer0::new); } @Override @@ -24,11 +24,11 @@ public Server getServer(ServerIndex serverIndex) { } public static class RootServerInfoBuilder { - private @Nullable Server0 server0; + private @Nullable RootServer0 server0; public RootServerInfoBuilder() {} - public RootServerInfoBuilder server0(Server0 server0) { + public RootServerInfoBuilder rootServer0(RootServer0 server0) { this.server0 = server0; return this; } diff --git a/samples/client/3_1_0_unit_test/java/src/main/java/org/openapijsonschematools/client/configurations/ApiConfiguration.java b/samples/client/3_1_0_unit_test/java/src/main/java/org/openapijsonschematools/client/configurations/ApiConfiguration.java index 8eb5fd403ff..f623a36498b 100644 --- a/samples/client/3_1_0_unit_test/java/src/main/java/org/openapijsonschematools/client/configurations/ApiConfiguration.java +++ b/samples/client/3_1_0_unit_test/java/src/main/java/org/openapijsonschematools/client/configurations/ApiConfiguration.java @@ -14,17 +14,20 @@ public class ApiConfiguration { private final ServerInfo serverInfo; private final ServerIndexInfo serverIndexInfo; private final @Nullable Duration timeout; + private final Map> defaultHeaders; public ApiConfiguration() { serverInfo = new ServerInfoBuilder().build(); serverIndexInfo = new ServerIndexInfoBuilder().build(); timeout = null; + defaultHeaders = new HashMap<>(); } - public ApiConfiguration(ServerInfo serverInfo, ServerIndexInfo serverIndexInfo, Duration timeout) { + public ApiConfiguration(ServerInfo serverInfo, ServerIndexInfo serverIndexInfo, Duration timeout, Map> defaultHeaders) { this.serverInfo = serverInfo; this.serverIndexInfo = serverIndexInfo; this.timeout = timeout; + this.defaultHeaders = defaultHeaders; } public static class ServerInfo { @@ -89,7 +92,7 @@ public Server getServer(RootServerInfo. @Nullable ServerIndex serverIndex) { } public Map> getDefaultHeaders() { - return new HashMap<>(); + return defaultHeaders; } public @Nullable Duration getTimeout() { diff --git a/samples/client/3_1_0_unit_test/java/src/main/java/org/openapijsonschematools/client/servers/Server0.java b/samples/client/3_1_0_unit_test/java/src/main/java/org/openapijsonschematools/client/servers/RootServer0.java similarity index 67% rename from samples/client/3_1_0_unit_test/java/src/main/java/org/openapijsonschematools/client/servers/Server0.java rename to samples/client/3_1_0_unit_test/java/src/main/java/org/openapijsonschematools/client/servers/RootServer0.java index f74d6d47db4..6bb94f3f1a8 100644 --- a/samples/client/3_1_0_unit_test/java/src/main/java/org/openapijsonschematools/client/servers/Server0.java +++ b/samples/client/3_1_0_unit_test/java/src/main/java/org/openapijsonschematools/client/servers/RootServer0.java @@ -2,8 +2,8 @@ import org.openapijsonschematools.client.servers.ServerWithoutVariables; -public class Server0 extends ServerWithoutVariables { - public Server0() { +public class RootServer0 extends ServerWithoutVariables { + public RootServer0() { super("https://someserver.com/v1"); } } diff --git a/samples/client/3_1_0_unit_test/python/README.md b/samples/client/3_1_0_unit_test/python/README.md index 44ea6788376..9139a523b4a 100644 --- a/samples/client/3_1_0_unit_test/python/README.md +++ b/samples/client/3_1_0_unit_test/python/README.md @@ -3,9 +3,9 @@ sample spec for testing openapi functionality, built from json schema tests for This Python package is automatically generated by the [OpenAPI JSON Schema Generator](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) project: -- API version: 0.0.1 -- Package version: 1.0.0 -- Build package: PythonClientGenerator +- OpenAPI document version: 0.0.1 +- Python Package version: 1.0.0 +- OpenAPI JSON Schema Generator, Generator: PythonClientGenerator ## Requirements diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_a_schema_given_for_prefixitems_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_a_schema_given_for_prefixitems_request_body.py index 92ae50c90ab..e6311f49ef3 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_a_schema_given_for_prefixitems_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_a_schema_given_for_prefixitems_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additional_items_are_allowed_by_default_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additional_items_are_allowed_by_default_request_body.py index 1f4bc7ce11c..d707e21d5a1 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additional_items_are_allowed_by_default_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additional_items_are_allowed_by_default_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body.py index 6e983e991f9..b2fae91795c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body.py index 92d4d5179ee..a65b964662d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_does_not_look_in_applicators_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_does_not_look_in_applicators_request_body.py index b5d86d0f2de..d56f6d30b3a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_does_not_look_in_applicators_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_does_not_look_in_applicators_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_with_null_valued_instance_properties_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_with_null_valued_instance_properties_request_body.py index e3358dfb0e9..cdcdb5ac008 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_with_null_valued_instance_properties_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_with_null_valued_instance_properties_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_with_schema_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_with_schema_request_body.py index 65b5ebfcb98..d90f7b764eb 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_with_schema_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_additionalproperties_with_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_combined_with_anyof_oneof_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_combined_with_anyof_oneof_request_body.py index 5cf28ee67a1..b649b64a7e4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_combined_with_anyof_oneof_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_combined_with_anyof_oneof_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_request_body.py index 40fc32ebe01..6c5660112ad 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_simple_types_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_simple_types_request_body.py index 323cb9679fe..dcac8fa6b2f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_simple_types_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_simple_types_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_base_schema_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_base_schema_request_body.py index ecd5157a289..8c4064b6fb0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_base_schema_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_base_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_one_empty_schema_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_one_empty_schema_request_body.py index ad10d5a8f8d..f9be436cf71 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_one_empty_schema_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_one_empty_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_the_first_empty_schema_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_the_first_empty_schema_request_body.py index 1b75bad476d..3db828423fb 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_the_first_empty_schema_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_the_first_empty_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_the_last_empty_schema_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_the_last_empty_schema_request_body.py index bb0f6b9e7b1..451a93ae87a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_the_last_empty_schema_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_the_last_empty_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_two_empty_schemas_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_two_empty_schemas_request_body.py index 932f3248e9d..bfddae87807 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_two_empty_schemas_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_allof_with_two_empty_schemas_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_complex_types_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_complex_types_request_body.py index 3f0361eec96..9a545b594d8 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_complex_types_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_complex_types_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_request_body.py index a57df8ca64b..a61b5b6b785 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_with_base_schema_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_with_base_schema_request_body.py index a9f4b98d7fb..104e2b01f07 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_with_base_schema_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_with_base_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_with_one_empty_schema_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_with_one_empty_schema_request_body.py index 27506cbcf91..016c9685a0d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_with_one_empty_schema_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_anyof_with_one_empty_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_array_type_matches_arrays_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_array_type_matches_arrays_request_body.py index 389e22ba247..8dbcb5197f5 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_array_type_matches_arrays_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_array_type_matches_arrays_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_boolean_type_matches_booleans_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_boolean_type_matches_booleans_request_body.py index aa0ed30c80a..9f026679214 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_boolean_type_matches_booleans_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_boolean_type_matches_booleans_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_int_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_int_request_body.py index f3e6af260a6..7c192522d37 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_int_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_int_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_number_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_number_request_body.py index 04568064c09..9d33cef1152 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_number_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_number_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_small_number_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_small_number_request_body.py index 5b701ac16d6..afcf67df72c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_small_number_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_by_small_number_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_const_nul_characters_in_strings_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_const_nul_characters_in_strings_request_body.py index 710dec9f41a..737726a9133 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_const_nul_characters_in_strings_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_const_nul_characters_in_strings_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_contains_keyword_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_contains_keyword_validation_request_body.py index 674a59de151..c45d20b6ca2 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_contains_keyword_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_contains_keyword_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_contains_with_null_instance_elements_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_contains_with_null_instance_elements_request_body.py index d693e802fe4..4984e9bcd24 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_contains_with_null_instance_elements_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_contains_with_null_instance_elements_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_date_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_date_format_request_body.py index 793c83353e9..8152025bbbe 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_date_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_date_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_date_time_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_date_time_format_request_body.py index f79d7b8a1eb..7f557d6f9f4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_date_time_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_date_time_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_dependent_schemas_dependencies_with_escaped_characters_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_dependent_schemas_dependencies_with_escaped_characters_request_body.py index 95784705a29..ca38c72ddb5 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_dependent_schemas_dependencies_with_escaped_characters_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_dependent_schemas_dependencies_with_escaped_characters_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_request_body.py index 8e43653433d..2e59aadd533 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_dependent_schemas_single_dependency_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_dependent_schemas_single_dependency_request_body.py index b7ee1c475ca..85173af2cf3 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_dependent_schemas_single_dependency_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_dependent_schemas_single_dependency_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_duration_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_duration_format_request_body.py index a364a2214e6..06a8ac8931c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_duration_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_duration_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_email_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_email_format_request_body.py index 12040ebc5eb..7f27f1aad53 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_email_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_email_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_empty_dependents_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_empty_dependents_request_body.py index bad2248caae..cac6b227147 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_empty_dependents_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_empty_dependents_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with0_does_not_match_false_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with0_does_not_match_false_request_body.py index 384864618ed..57e580cd1eb 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with0_does_not_match_false_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with0_does_not_match_false_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with1_does_not_match_true_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with1_does_not_match_true_request_body.py index 05cf72a1191..7433828f26b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with1_does_not_match_true_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with1_does_not_match_true_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_escaped_characters_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_escaped_characters_request_body.py index 3e94ce392eb..42210fd50da 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_escaped_characters_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_escaped_characters_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_false_does_not_match0_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_false_does_not_match0_request_body.py index 82bf414c1f5..8b4ed3f95b9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_false_does_not_match0_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_false_does_not_match0_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_true_does_not_match1_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_true_does_not_match1_request_body.py index 4b9821c7e71..6ec2ac662d4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_true_does_not_match1_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enum_with_true_does_not_match1_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enums_in_properties_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enums_in_properties_request_body.py index 2efddf5ccf1..83df5d0c313 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enums_in_properties_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_enums_in_properties_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_exclusivemaximum_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_exclusivemaximum_validation_request_body.py index 4ef46e827ab..c13b4a00fa7 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_exclusivemaximum_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_exclusivemaximum_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_exclusiveminimum_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_exclusiveminimum_validation_request_body.py index 50a6608e5a9..37939810f03 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_exclusiveminimum_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_exclusiveminimum_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_float_division_inf_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_float_division_inf_request_body.py index 966ee96013e..e7e7784afac 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_float_division_inf_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_float_division_inf_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_forbidden_property_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_forbidden_property_request_body.py index 40dbe759a22..c7b22bab7db 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_forbidden_property_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_forbidden_property_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_hostname_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_hostname_format_request_body.py index d3cd1714731..94dbd1f775f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_hostname_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_hostname_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_idn_email_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_idn_email_format_request_body.py index 2acdd1f9256..a2f68238302 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_idn_email_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_idn_email_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_idn_hostname_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_idn_hostname_format_request_body.py index 13cb1625325..7b81069439c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_idn_hostname_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_idn_hostname_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_if_and_else_without_then_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_if_and_else_without_then_request_body.py index 98b33db9b23..77da758da5a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_if_and_else_without_then_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_if_and_else_without_then_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_if_and_then_without_else_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_if_and_then_without_else_request_body.py index d7ba7d3fd49..61330d462e6 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_if_and_then_without_else_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_if_and_then_without_else_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_request_body.py index 7c3b917f774..9b0355088f0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ignore_else_without_if_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ignore_else_without_if_request_body.py index d5567048dc4..e720625c5f6 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ignore_else_without_if_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ignore_else_without_if_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ignore_if_without_then_or_else_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ignore_if_without_then_or_else_request_body.py index 57a7b16cdb3..b03bae304c0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ignore_if_without_then_or_else_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ignore_if_without_then_or_else_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ignore_then_without_if_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ignore_then_without_if_request_body.py index 7af73c621ba..69725f15628 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ignore_then_without_if_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ignore_then_without_if_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_integer_type_matches_integers_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_integer_type_matches_integers_request_body.py index 3e17751c6b9..a613c900077 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_integer_type_matches_integers_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_integer_type_matches_integers_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ipv4_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ipv4_format_request_body.py index 4491812a33b..2deb52f363b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ipv4_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ipv4_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ipv6_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ipv6_format_request_body.py index dbb286bade2..d1e7f11bfda 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ipv6_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_ipv6_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_iri_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_iri_format_request_body.py index 69c0aa623e5..dc890cf228b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_iri_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_iri_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_iri_reference_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_iri_reference_format_request_body.py index 137c6831a7a..6e310d71ca9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_iri_reference_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_iri_reference_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_items_contains_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_items_contains_request_body.py index d6646a0fcba..526ac406160 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_items_contains_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_items_contains_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_items_does_not_look_in_applicators_valid_case_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_items_does_not_look_in_applicators_valid_case_request_body.py index 179a2b4cd5a..c4d83d60b2c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_items_does_not_look_in_applicators_valid_case_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_items_does_not_look_in_applicators_valid_case_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_items_with_null_instance_elements_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_items_with_null_instance_elements_request_body.py index 1e3600fae5e..9997b61fb36 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_items_with_null_instance_elements_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_items_with_null_instance_elements_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_json_pointer_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_json_pointer_format_request_body.py index 0ea474c691d..3a651370fa0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_json_pointer_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_json_pointer_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxcontains_without_contains_is_ignored_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxcontains_without_contains_is_ignored_request_body.py index 6d8a164f42a..12e56d95a6a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxcontains_without_contains_is_ignored_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxcontains_without_contains_is_ignored_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maximum_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maximum_validation_request_body.py index 952ee7bc288..0673a08f590 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maximum_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maximum_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body.py index bae14266251..41001827c88 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxitems_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxitems_validation_request_body.py index 7eaca4d516b..db9f65efd74 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxitems_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxitems_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxlength_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxlength_validation_request_body.py index 58f21adbf10..da6965304da 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxlength_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxlength_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body.py index 26dab002482..f4ddb51b849 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxproperties_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxproperties_validation_request_body.py index 2c444daae86..4f7f79bcf45 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxproperties_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_maxproperties_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_mincontains_without_contains_is_ignored_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_mincontains_without_contains_is_ignored_request_body.py index 38f5d1ba39c..5e727d6476d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_mincontains_without_contains_is_ignored_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_mincontains_without_contains_is_ignored_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minimum_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minimum_validation_request_body.py index 146cbc8d881..6169b1847c8 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minimum_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minimum_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minimum_validation_with_signed_integer_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minimum_validation_with_signed_integer_request_body.py index 182dcb114e0..6b976472369 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minimum_validation_with_signed_integer_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minimum_validation_with_signed_integer_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minitems_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minitems_validation_request_body.py index ccef21b932b..15b67243452 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minitems_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minitems_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minlength_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minlength_validation_request_body.py index 68ba230bbff..d6814180691 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minlength_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minlength_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minproperties_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minproperties_validation_request_body.py index c2f43675161..d034b4b6682 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minproperties_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_minproperties_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_multiple_dependents_required_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_multiple_dependents_required_request_body.py index 821e11d532e..eff1a2672c3 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_multiple_dependents_required_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_multiple_dependents_required_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_multiple_simultaneous_patternproperties_are_validated_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_multiple_simultaneous_patternproperties_are_validated_request_body.py index 905fe7b5d0b..9161d6acc7b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_multiple_simultaneous_patternproperties_are_validated_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_multiple_simultaneous_patternproperties_are_validated_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_multiple_types_can_be_specified_in_an_array_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_multiple_types_can_be_specified_in_an_array_request_body.py index 13a8cb54f80..ac98d2516e4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_multiple_types_can_be_specified_in_an_array_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_multiple_types_can_be_specified_in_an_array_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body.py index 1c526f1faf5..b3e0c7b05b9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body.py index 345ae35da90..77533f4b17e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_items_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_items_request_body.py index d8695372ec5..0a6f034c5f0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_items_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_items_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body.py index b1a87d445ae..ec26c58885c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_non_ascii_pattern_with_additionalproperties_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_non_ascii_pattern_with_additionalproperties_request_body.py index 55ebb28d8cd..14209b39da1 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_non_ascii_pattern_with_additionalproperties_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_non_ascii_pattern_with_additionalproperties_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_non_interference_across_combined_schemas_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_non_interference_across_combined_schemas_request_body.py index c8c7fd24d52..3663fd43f38 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_non_interference_across_combined_schemas_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_non_interference_across_combined_schemas_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_more_complex_schema_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_more_complex_schema_request_body.py index be8fd645188..60abe865575 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_more_complex_schema_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_more_complex_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_multiple_types_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_multiple_types_request_body.py index 0b700fad3b1..0670c544d95 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_multiple_types_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_multiple_types_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_request_body.py index d6c787e3fa9..a24248be9eb 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_not_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nul_characters_in_strings_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nul_characters_in_strings_request_body.py index 3d510f6bb93..7f9340c2dc5 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nul_characters_in_strings_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_nul_characters_in_strings_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_null_type_matches_only_the_null_object_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_null_type_matches_only_the_null_object_request_body.py index f946999b01e..7b5b3964ff0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_null_type_matches_only_the_null_object_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_null_type_matches_only_the_null_object_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_number_type_matches_numbers_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_number_type_matches_numbers_request_body.py index b2501d555a2..ff2be4123ca 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_number_type_matches_numbers_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_number_type_matches_numbers_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_object_properties_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_object_properties_validation_request_body.py index d9a24073f38..174e2c3e8e3 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_object_properties_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_object_properties_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_object_type_matches_objects_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_object_type_matches_objects_request_body.py index 7998082ea94..6532cb19a71 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_object_type_matches_objects_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_object_type_matches_objects_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_complex_types_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_complex_types_request_body.py index 7c90bd43aca..3c1dd43a31f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_complex_types_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_complex_types_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_request_body.py index 50ce0c047fb..a7b790e4603 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_base_schema_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_base_schema_request_body.py index 16e60735897..1f58e817b4d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_base_schema_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_base_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_empty_schema_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_empty_schema_request_body.py index dd42fbd4fce..a2f875a2840 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_empty_schema_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_empty_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_required_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_required_request_body.py index d3eefbfba5c..2bc844e98bc 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_required_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_oneof_with_required_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_pattern_is_not_anchored_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_pattern_is_not_anchored_request_body.py index b3220b3f5d0..5848ef08b55 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_pattern_is_not_anchored_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_pattern_is_not_anchored_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_pattern_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_pattern_validation_request_body.py index a5e00f22cf0..83fe1de73f8 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_pattern_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_pattern_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_patternproperties_validates_properties_matching_a_regex_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_patternproperties_validates_properties_matching_a_regex_request_body.py index 0d9f3bbf8b8..e1d0e9c4656 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_patternproperties_validates_properties_matching_a_regex_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_patternproperties_validates_properties_matching_a_regex_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_patternproperties_with_null_valued_instance_properties_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_patternproperties_with_null_valued_instance_properties_request_body.py index ce47e1801a8..a27c4e9b3c4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_patternproperties_with_null_valued_instance_properties_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_patternproperties_with_null_valued_instance_properties_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_request_body.py index e108146665c..199c65bcecb 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_prefixitems_with_null_instance_elements_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_prefixitems_with_null_instance_elements_request_body.py index 30d326ff2e5..be14c2597a2 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_prefixitems_with_null_instance_elements_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_prefixitems_with_null_instance_elements_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_patternproperties_additionalproperties_interaction_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_patternproperties_additionalproperties_interaction_request_body.py index 470e7fada5f..b8614f56dc8 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_patternproperties_additionalproperties_interaction_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_patternproperties_additionalproperties_interaction_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_whose_names_are_javascript_object_property_names_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_whose_names_are_javascript_object_property_names_request_body.py index 0db26a771e0..11097955924 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_whose_names_are_javascript_object_property_names_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_whose_names_are_javascript_object_property_names_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_with_escaped_characters_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_with_escaped_characters_request_body.py index 8d61a4129bd..01be66da78a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_with_escaped_characters_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_with_escaped_characters_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_with_null_valued_instance_properties_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_with_null_valued_instance_properties_request_body.py index 7e908eb8149..93d6d1d65d0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_with_null_valued_instance_properties_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_properties_with_null_valued_instance_properties_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body.py index 6085a305a38..b556d79ca56 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_propertynames_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_propertynames_validation_request_body.py index b90aa1f3a59..100d1e81e87 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_propertynames_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_propertynames_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_regex_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_regex_format_request_body.py index 411c4381037..17cfc1cadc0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_regex_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_regex_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_request_body.py index a37f67f180b..0f239a18b40 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_relative_json_pointer_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_relative_json_pointer_format_request_body.py index 39149b169d9..33ae2716f80 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_relative_json_pointer_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_relative_json_pointer_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_default_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_default_validation_request_body.py index 9e5294924f3..5372df6bce4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_default_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_default_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_properties_whose_names_are_javascript_object_property_names_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_properties_whose_names_are_javascript_object_property_names_request_body.py index 8981e8c1640..ab5cb0b3153 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_properties_whose_names_are_javascript_object_property_names_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_properties_whose_names_are_javascript_object_property_names_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_validation_request_body.py index 0f2e07f43e3..dfb74b456e4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_with_empty_array_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_with_empty_array_request_body.py index 8d85dd51ac8..af03aec765c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_with_empty_array_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_with_empty_array_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_with_escaped_characters_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_with_escaped_characters_request_body.py index f73200fb6cc..b2e1269340a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_with_escaped_characters_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_required_with_escaped_characters_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_simple_enum_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_simple_enum_validation_request_body.py index 00186db1407..e81b10d38da 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_simple_enum_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_simple_enum_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_single_dependency_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_single_dependency_request_body.py index 15e7252a276..4fdc90a0dca 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_single_dependency_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_single_dependency_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_small_multiple_of_large_integer_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_small_multiple_of_large_integer_request_body.py index 7b31738838e..87e03dd71da 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_small_multiple_of_large_integer_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_small_multiple_of_large_integer_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_string_type_matches_strings_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_string_type_matches_strings_request_body.py index 9255a63bb10..3806e431c34 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_string_type_matches_strings_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_string_type_matches_strings_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_time_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_time_format_request_body.py index 48455dd4aa4..07f32676e39 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_time_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_time_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_type_array_object_or_null_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_type_array_object_or_null_request_body.py index 942bbaeaca9..59d9a491db7 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_type_array_object_or_null_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_type_array_object_or_null_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_type_array_or_object_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_type_array_or_object_request_body.py index 12f10b37ae9..ad5727d0a6d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_type_array_or_object_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_type_array_or_object_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_type_as_array_with_one_item_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_type_as_array_with_one_item_request_body.py index 09cc9395e57..99f788c21cf 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_type_as_array_with_one_item_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_type_as_array_with_one_item_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluateditems_as_schema_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluateditems_as_schema_request_body.py index 2d75f572c34..4865354fca1 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluateditems_as_schema_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluateditems_as_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluateditems_depends_on_multiple_nested_contains_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluateditems_depends_on_multiple_nested_contains_request_body.py index ce05ae8e043..e7f1a81b90b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluateditems_depends_on_multiple_nested_contains_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluateditems_depends_on_multiple_nested_contains_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluateditems_with_items_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluateditems_with_items_request_body.py index 92bd98cb7ba..3e9788fe53d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluateditems_with_items_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluateditems_with_items_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluateditems_with_null_instance_elements_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluateditems_with_null_instance_elements_request_body.py index 2aabc18d3ed..8c9c010d923 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluateditems_with_null_instance_elements_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluateditems_with_null_instance_elements_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluatedproperties_not_affected_by_propertynames_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluatedproperties_not_affected_by_propertynames_request_body.py index f5ba965a421..7c90d6e2b75 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluatedproperties_not_affected_by_propertynames_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluatedproperties_not_affected_by_propertynames_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluatedproperties_schema_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluatedproperties_schema_request_body.py index b6c0611d749..14cb85bc4a8 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluatedproperties_schema_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluatedproperties_schema_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluatedproperties_with_adjacent_additionalproperties_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluatedproperties_with_adjacent_additionalproperties_request_body.py index f3fbd14de1e..f6ebd9f027e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluatedproperties_with_adjacent_additionalproperties_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluatedproperties_with_adjacent_additionalproperties_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluatedproperties_with_null_valued_instance_properties_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluatedproperties_with_null_valued_instance_properties_request_body.py index b0a4801c714..913c47035c4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluatedproperties_with_null_valued_instance_properties_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_unevaluatedproperties_with_null_valued_instance_properties_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_false_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_false_validation_request_body.py index 7dae6a8d5d5..d5fd73c8075 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_false_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_false_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_false_with_an_array_of_items_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_false_with_an_array_of_items_request_body.py index f5166d41518..27da1b5453c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_false_with_an_array_of_items_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_false_with_an_array_of_items_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_validation_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_validation_request_body.py index 3a1863d61df..54319f77504 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_validation_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_validation_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_with_an_array_of_items_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_with_an_array_of_items_request_body.py index 2ce91ad9f79..87aad3a2770 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_with_an_array_of_items_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uniqueitems_with_an_array_of_items_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_format_request_body.py index f3e24efbf1b..f74f0407f82 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_reference_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_reference_format_request_body.py index e714ac9d74f..9ce76bbd73a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_reference_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_reference_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_template_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_template_format_request_body.py index 214d90b4f2f..c4dd650e051 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_template_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uri_template_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uuid_format_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uuid_format_request_body.py index 7f6890763ee..0764116c255 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uuid_format_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_uuid_format_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_validate_against_correct_branch_then_vs_else_request_body.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_validate_against_correct_branch_then_vs_else_request_body.py index 35096fb8303..41b643316fd 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_validate_against_correct_branch_then_vs_else_request_body.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/request_body_post_validate_against_correct_branch_then_vs_else_request_body.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_a_schema_given_for_prefixitems_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_a_schema_given_for_prefixitems_response_body_for_content_types.py index cc867418649..3dcc934b1fa 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_a_schema_given_for_prefixitems_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_a_schema_given_for_prefixitems_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additional_items_are_allowed_by_default_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additional_items_are_allowed_by_default_response_body_for_content_types.py index ea017485aaf..0a3a049a76e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additional_items_are_allowed_by_default_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additional_items_are_allowed_by_default_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types.py index 7e117dde13c..21fa74014a4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types.py index 09f7fe79b00..ed63d387086 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_does_not_look_in_applicators_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_does_not_look_in_applicators_response_body_for_content_types.py index 93deebee8e4..80c48d293bc 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_does_not_look_in_applicators_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_does_not_look_in_applicators_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_with_null_valued_instance_properties_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_with_null_valued_instance_properties_response_body_for_content_types.py index 525bb094913..9cf02488e09 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_with_null_valued_instance_properties_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_with_null_valued_instance_properties_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_with_schema_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_with_schema_response_body_for_content_types.py index 8475f7d5ab2..23559d5dd2e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_with_schema_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_additionalproperties_with_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types.py index c9d56a0877b..e57263bade6 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_response_body_for_content_types.py index 4f792beb583..ec221bfabf1 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_simple_types_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_simple_types_response_body_for_content_types.py index 35c6ad64b2e..154aa5a0ca3 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_simple_types_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_simple_types_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_base_schema_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_base_schema_response_body_for_content_types.py index 8ca32ce36c3..0246a54e5fb 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_base_schema_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_base_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types.py index eb124ef2198..888286554bc 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types.py index f4b72057d11..3c63d864730 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types.py index 7988e2fdcdb..9861acc904a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types.py index a29e4909659..a61876ba9d7 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_complex_types_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_complex_types_response_body_for_content_types.py index 1c05d670dbd..7c40886b42d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_complex_types_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_complex_types_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_response_body_for_content_types.py index b429525960f..e736fbe0ac3 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types.py index ffcbc45b479..a8e89c193d7 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types.py index edaef8a94b1..bdb19177c9c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types.py index e0a83617a45..bd957015631 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types.py index 5fe5b1df62b..082510a95ae 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_int_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_int_response_body_for_content_types.py index 060198860e1..c0caf867a06 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_int_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_int_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_number_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_number_response_body_for_content_types.py index 18c945cb425..b9fc8444651 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_number_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_number_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_small_number_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_small_number_response_body_for_content_types.py index a0b9f080a84..cc6fd85c3f1 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_small_number_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_by_small_number_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_const_nul_characters_in_strings_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_const_nul_characters_in_strings_response_body_for_content_types.py index 134e66a2f81..0986bd6befd 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_const_nul_characters_in_strings_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_const_nul_characters_in_strings_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_contains_keyword_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_contains_keyword_validation_response_body_for_content_types.py index 26b6e01edd7..066232e8a08 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_contains_keyword_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_contains_keyword_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_contains_with_null_instance_elements_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_contains_with_null_instance_elements_response_body_for_content_types.py index fce1349f308..68b8edff2fd 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_contains_with_null_instance_elements_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_contains_with_null_instance_elements_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_date_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_date_format_response_body_for_content_types.py index 4c3b775e0c1..30ea1554dec 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_date_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_date_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_date_time_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_date_time_format_response_body_for_content_types.py index 4122637b647..7465845b2bc 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_date_time_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_date_time_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_dependent_schemas_dependencies_with_escaped_characters_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_dependent_schemas_dependencies_with_escaped_characters_response_body_for_content_types.py index d3f87bc4387..9f5e8c0552d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_dependent_schemas_dependencies_with_escaped_characters_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_dependent_schemas_dependencies_with_escaped_characters_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_response_body_for_content_types.py index c1000d3b5ad..57a2beb492e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_dependent_schemas_single_dependency_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_dependent_schemas_single_dependency_response_body_for_content_types.py index 886c4c76fb4..37c8be52bb7 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_dependent_schemas_single_dependency_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_dependent_schemas_single_dependency_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_duration_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_duration_format_response_body_for_content_types.py index 995d74f3a74..08a025d1d67 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_duration_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_duration_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_email_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_email_format_response_body_for_content_types.py index 84886c98388..c4094dd7188 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_email_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_email_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_empty_dependents_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_empty_dependents_response_body_for_content_types.py index fa5bf36ed50..318739d2355 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_empty_dependents_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_empty_dependents_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types.py index be4f5501d2f..30cdb9f7ddb 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types.py index f0c14cef429..654d02cdf4d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types.py index 3e57a890ede..d55794c5df4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types.py index 1d0548ee9ec..523eeb6d315 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types.py index 92de0e26bbd..a4f1748ed2a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enums_in_properties_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enums_in_properties_response_body_for_content_types.py index 1f4d4df40ab..b875d980d9f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enums_in_properties_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_enums_in_properties_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_exclusivemaximum_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_exclusivemaximum_validation_response_body_for_content_types.py index f2c83c75f01..489cef8e476 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_exclusivemaximum_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_exclusivemaximum_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_exclusiveminimum_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_exclusiveminimum_validation_response_body_for_content_types.py index db019a26ce4..66a7f7a1da9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_exclusiveminimum_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_exclusiveminimum_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_float_division_inf_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_float_division_inf_response_body_for_content_types.py index 846ab1e9aa9..f2daec5bac4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_float_division_inf_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_float_division_inf_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_forbidden_property_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_forbidden_property_response_body_for_content_types.py index 8fb95338282..b9a5204d80b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_forbidden_property_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_forbidden_property_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_hostname_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_hostname_format_response_body_for_content_types.py index 453ce2201de..e80c828f90e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_hostname_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_hostname_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_idn_email_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_idn_email_format_response_body_for_content_types.py index f34e563eae6..1d7d3772705 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_idn_email_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_idn_email_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_idn_hostname_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_idn_hostname_format_response_body_for_content_types.py index 78afae459c5..2e0eef69c01 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_idn_hostname_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_idn_hostname_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_if_and_else_without_then_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_if_and_else_without_then_response_body_for_content_types.py index d9868f15c8e..fe788ddc901 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_if_and_else_without_then_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_if_and_else_without_then_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_if_and_then_without_else_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_if_and_then_without_else_response_body_for_content_types.py index 6a0a2687712..4badcf81f42 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_if_and_then_without_else_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_if_and_then_without_else_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_response_body_for_content_types.py index a9243a188e1..a7c9502a204 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ignore_else_without_if_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ignore_else_without_if_response_body_for_content_types.py index cd84d3b2a63..5ea706eb7d0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ignore_else_without_if_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ignore_else_without_if_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ignore_if_without_then_or_else_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ignore_if_without_then_or_else_response_body_for_content_types.py index ce31ca72f00..ee338f0fd79 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ignore_if_without_then_or_else_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ignore_if_without_then_or_else_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ignore_then_without_if_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ignore_then_without_if_response_body_for_content_types.py index a0457b6927e..824a4b0511a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ignore_then_without_if_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ignore_then_without_if_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types.py index cd1cd6b8c4d..08a2ef05dd2 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ipv4_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ipv4_format_response_body_for_content_types.py index 9f3845ba2b7..9c5c22b7bf8 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ipv4_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ipv4_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ipv6_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ipv6_format_response_body_for_content_types.py index 7120c239553..03e40df8480 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ipv6_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_ipv6_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_iri_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_iri_format_response_body_for_content_types.py index cc8779b422d..dbeb23c9c54 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_iri_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_iri_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_iri_reference_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_iri_reference_format_response_body_for_content_types.py index e39ed70c05d..174bcf29408 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_iri_reference_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_iri_reference_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_items_contains_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_items_contains_response_body_for_content_types.py index 471924adf21..7df5a469078 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_items_contains_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_items_contains_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_items_does_not_look_in_applicators_valid_case_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_items_does_not_look_in_applicators_valid_case_response_body_for_content_types.py index e7be14e2ad0..2b005e0796b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_items_does_not_look_in_applicators_valid_case_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_items_does_not_look_in_applicators_valid_case_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_items_with_null_instance_elements_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_items_with_null_instance_elements_response_body_for_content_types.py index 25248a97a7a..790ca68d221 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_items_with_null_instance_elements_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_items_with_null_instance_elements_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_json_pointer_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_json_pointer_format_response_body_for_content_types.py index ef63e6fc019..80e2f7be8a7 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_json_pointer_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_json_pointer_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxcontains_without_contains_is_ignored_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxcontains_without_contains_is_ignored_response_body_for_content_types.py index e1c00c44a14..b58ba13407f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxcontains_without_contains_is_ignored_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxcontains_without_contains_is_ignored_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maximum_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maximum_validation_response_body_for_content_types.py index 76c6bb7fd8c..a03cffb9f12 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maximum_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maximum_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types.py index a4b9016d0f7..b43a0ab8edd 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxitems_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxitems_validation_response_body_for_content_types.py index ab0fe2be9fe..7d279b92ed3 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxitems_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxitems_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxlength_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxlength_validation_response_body_for_content_types.py index 095d7d28868..a559dfadfde 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxlength_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxlength_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.py index ab5d7078337..4aa8f502be6 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxproperties_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxproperties_validation_response_body_for_content_types.py index 72a03e0e92f..3466ce458c1 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxproperties_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_maxproperties_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_mincontains_without_contains_is_ignored_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_mincontains_without_contains_is_ignored_response_body_for_content_types.py index cf416dc54f4..93299d67ddd 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_mincontains_without_contains_is_ignored_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_mincontains_without_contains_is_ignored_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minimum_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minimum_validation_response_body_for_content_types.py index 0d31e576c48..b1731ec47a5 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minimum_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minimum_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types.py index a96168691ef..eaccfe8e80c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minitems_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minitems_validation_response_body_for_content_types.py index c8f6f235dd0..df71137203a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minitems_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minitems_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minlength_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minlength_validation_response_body_for_content_types.py index ff62dd9a681..111143938af 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minlength_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minlength_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minproperties_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minproperties_validation_response_body_for_content_types.py index 70935cc379c..c7e35c79fd1 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minproperties_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_minproperties_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_multiple_dependents_required_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_multiple_dependents_required_response_body_for_content_types.py index 4c542db1d12..0bd89a77db9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_multiple_dependents_required_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_multiple_dependents_required_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_multiple_simultaneous_patternproperties_are_validated_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_multiple_simultaneous_patternproperties_are_validated_response_body_for_content_types.py index 508948bc493..b2ff65babde 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_multiple_simultaneous_patternproperties_are_validated_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_multiple_simultaneous_patternproperties_are_validated_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_multiple_types_can_be_specified_in_an_array_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_multiple_types_can_be_specified_in_an_array_response_body_for_content_types.py index 255559330ea..0b9233ee38a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_multiple_types_can_be_specified_in_an_array_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_multiple_types_can_be_specified_in_an_array_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types.py index c2cc9c5f101..abb638e380f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.py index cbdc3fc0ac4..9264110a6e5 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_items_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_items_response_body_for_content_types.py index 92f91512c78..97987a9eab6 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_items_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_items_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.py index c5fc2c83d66..5a17358efbc 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_non_ascii_pattern_with_additionalproperties_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_non_ascii_pattern_with_additionalproperties_response_body_for_content_types.py index c4810e4928f..4949fe0f6d1 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_non_ascii_pattern_with_additionalproperties_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_non_ascii_pattern_with_additionalproperties_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_non_interference_across_combined_schemas_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_non_interference_across_combined_schemas_response_body_for_content_types.py index 9b5d7d8f14f..b66086342e8 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_non_interference_across_combined_schemas_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_non_interference_across_combined_schemas_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_more_complex_schema_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_more_complex_schema_response_body_for_content_types.py index 935ee85c634..dcab65abc58 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_more_complex_schema_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_more_complex_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_multiple_types_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_multiple_types_response_body_for_content_types.py index 4dcffd9ce5c..835b9d5483b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_multiple_types_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_multiple_types_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_response_body_for_content_types.py index cdf3c84d0b2..51ebf164099 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_not_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types.py index 33b3ab4b2ba..517f7955b94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types.py index d7dc8de83b2..900a2ddb9f5 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types.py index 6fbcd853cc1..8a10f9c0be1 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_object_properties_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_object_properties_validation_response_body_for_content_types.py index b93ea3c46a4..bd3930252f7 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_object_properties_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_object_properties_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_object_type_matches_objects_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_object_type_matches_objects_response_body_for_content_types.py index fa214f8ac42..606087ba43d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_object_type_matches_objects_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_object_type_matches_objects_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_complex_types_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_complex_types_response_body_for_content_types.py index e201c2f985e..7bc50fd88e4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_complex_types_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_complex_types_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_response_body_for_content_types.py index 2c24683285d..72b0bb4a548 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types.py index a469b0bb56c..b7d0e28f6d7 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types.py index 791bbb1dcba..d9441e52a09 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_required_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_required_response_body_for_content_types.py index 3f8649a6a88..02e0bbd6b3b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_required_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_oneof_with_required_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types.py index 925bd30817e..5e9afc22f39 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_pattern_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_pattern_validation_response_body_for_content_types.py index 91b66405f8e..ce3aa0cd88f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_pattern_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_pattern_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_patternproperties_validates_properties_matching_a_regex_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_patternproperties_validates_properties_matching_a_regex_response_body_for_content_types.py index 6e6e37cc824..e061309b544 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_patternproperties_validates_properties_matching_a_regex_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_patternproperties_validates_properties_matching_a_regex_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_patternproperties_with_null_valued_instance_properties_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_patternproperties_with_null_valued_instance_properties_response_body_for_content_types.py index be774fd9706..e45517b831b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_patternproperties_with_null_valued_instance_properties_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_patternproperties_with_null_valued_instance_properties_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_response_body_for_content_types.py index 5e19574ba79..b9ac841c090 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_prefixitems_with_null_instance_elements_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_prefixitems_with_null_instance_elements_response_body_for_content_types.py index 66c610f1c01..91dffb4463f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_prefixitems_with_null_instance_elements_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_prefixitems_with_null_instance_elements_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_patternproperties_additionalproperties_interaction_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_patternproperties_additionalproperties_interaction_response_body_for_content_types.py index 1a2711d79ad..add201aaaf3 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_patternproperties_additionalproperties_interaction_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_patternproperties_additionalproperties_interaction_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types.py index ba0b1c62764..bf95386dbe2 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types.py index bf99a45c46c..a7e3fae2fac 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_with_null_valued_instance_properties_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_with_null_valued_instance_properties_response_body_for_content_types.py index 3c31289377f..f55e5082c9c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_with_null_valued_instance_properties_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_properties_with_null_valued_instance_properties_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.py index 3e3ccee30c1..13705c9163b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_propertynames_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_propertynames_validation_response_body_for_content_types.py index 4da6c417550..8127176d1c9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_propertynames_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_propertynames_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_regex_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_regex_format_response_body_for_content_types.py index d6d551b75dd..19bbce4b5b1 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_regex_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_regex_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_response_body_for_content_types.py index 7d6a2e30f40..48e776ae00d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_relative_json_pointer_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_relative_json_pointer_format_response_body_for_content_types.py index a833ee4dd98..7ffaa4a5ccc 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_relative_json_pointer_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_relative_json_pointer_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_default_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_default_validation_response_body_for_content_types.py index 92871622d82..f7324bbcb55 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_default_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_default_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types.py index 170b843d375..6a8aad35be2 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_validation_response_body_for_content_types.py index c39e5e44581..c238dd4b43d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_with_empty_array_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_with_empty_array_response_body_for_content_types.py index 09da017d6d4..7b8d90b608a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_with_empty_array_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_with_empty_array_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types.py index 827236250b2..ecafb08a06a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_simple_enum_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_simple_enum_validation_response_body_for_content_types.py index 473021e9a91..a82b0f98f51 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_simple_enum_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_simple_enum_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_single_dependency_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_single_dependency_response_body_for_content_types.py index 65579f17289..40f6051c959 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_single_dependency_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_single_dependency_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_small_multiple_of_large_integer_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_small_multiple_of_large_integer_response_body_for_content_types.py index 990e758bed5..17e46ee95b4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_small_multiple_of_large_integer_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_small_multiple_of_large_integer_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_string_type_matches_strings_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_string_type_matches_strings_response_body_for_content_types.py index babbd0afc16..89a32dba4c4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_string_type_matches_strings_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_string_type_matches_strings_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_time_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_time_format_response_body_for_content_types.py index 4dccd9ab510..14cb514c68d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_time_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_time_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_type_array_object_or_null_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_type_array_object_or_null_response_body_for_content_types.py index 095e07f7a91..f2c33559452 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_type_array_object_or_null_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_type_array_object_or_null_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_type_array_or_object_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_type_array_or_object_response_body_for_content_types.py index ba94411c8d7..180f76498f8 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_type_array_or_object_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_type_array_or_object_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_type_as_array_with_one_item_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_type_as_array_with_one_item_response_body_for_content_types.py index 4a803cc81ca..e0d5223c19c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_type_as_array_with_one_item_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_type_as_array_with_one_item_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluateditems_as_schema_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluateditems_as_schema_response_body_for_content_types.py index 662a8e798c4..a5403e60b7c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluateditems_as_schema_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluateditems_as_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluateditems_depends_on_multiple_nested_contains_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluateditems_depends_on_multiple_nested_contains_response_body_for_content_types.py index cb4c940ee5a..7fa57287134 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluateditems_depends_on_multiple_nested_contains_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluateditems_depends_on_multiple_nested_contains_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluateditems_with_items_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluateditems_with_items_response_body_for_content_types.py index 7db762ae5c0..33648636b59 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluateditems_with_items_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluateditems_with_items_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluateditems_with_null_instance_elements_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluateditems_with_null_instance_elements_response_body_for_content_types.py index 23c3730fe3d..85f6273c68a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluateditems_with_null_instance_elements_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluateditems_with_null_instance_elements_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluatedproperties_not_affected_by_propertynames_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluatedproperties_not_affected_by_propertynames_response_body_for_content_types.py index a1e2af6a36f..f48148b3493 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluatedproperties_not_affected_by_propertynames_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluatedproperties_not_affected_by_propertynames_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluatedproperties_schema_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluatedproperties_schema_response_body_for_content_types.py index 94d30f8ea86..4b23a651946 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluatedproperties_schema_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluatedproperties_schema_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluatedproperties_with_adjacent_additionalproperties_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluatedproperties_with_adjacent_additionalproperties_response_body_for_content_types.py index 0b3aa8912f9..ffafcbd83ef 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluatedproperties_with_adjacent_additionalproperties_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluatedproperties_with_adjacent_additionalproperties_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluatedproperties_with_null_valued_instance_properties_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluatedproperties_with_null_valued_instance_properties_response_body_for_content_types.py index 8e86f76a57f..476cd3c24f8 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluatedproperties_with_null_valued_instance_properties_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_unevaluatedproperties_with_null_valued_instance_properties_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types.py index 20c9c817cfe..b97c3119177 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_false_with_an_array_of_items_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_false_with_an_array_of_items_response_body_for_content_types.py index b682bbf359e..66cf4a0e62b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_false_with_an_array_of_items_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_false_with_an_array_of_items_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_validation_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_validation_response_body_for_content_types.py index 4c523684246..90c799d0c69 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_validation_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_validation_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_with_an_array_of_items_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_with_an_array_of_items_response_body_for_content_types.py index 6c9915bbf80..2f6e982b107 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_with_an_array_of_items_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uniqueitems_with_an_array_of_items_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_format_response_body_for_content_types.py index 2ce3f2afdca..4986f83224d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_reference_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_reference_format_response_body_for_content_types.py index e260d37cc01..f739491cc39 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_reference_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_reference_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_template_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_template_format_response_body_for_content_types.py index b671bda63aa..1bc54f5a7d9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_template_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uri_template_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uuid_format_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uuid_format_response_body_for_content_types.py index 430dda1df61..1cc18fa8fe8 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uuid_format_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_uuid_format_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_validate_against_correct_branch_then_vs_else_response_body_for_content_types.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_validate_against_correct_branch_then_vs_else_response_body_for_content_types.py index 6ceb4d6aea3..76b2af7bf38 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_validate_against_correct_branch_then_vs_else_response_body_for_content_types.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/paths/response_body_post_validate_against_correct_branch_then_vs_else_response_body_for_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/_not_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/_not_api.py index 14e3b9f389d..d1490d77ed9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/_not_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/_not_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/additional_properties_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/additional_properties_api.py index 3bc9947083c..be4d87b5ba0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/additional_properties_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/additional_properties_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/all_of_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/all_of_api.py index d2df11f78ec..2730b2f8a3d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/all_of_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/all_of_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/any_of_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/any_of_api.py index b46b025efa5..1e8aaf0bbf8 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/any_of_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/any_of_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/const_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/const_api.py index c47a8884b5d..010ab903e9a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/const_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/const_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/contains_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/contains_api.py index 28c16b87afe..695f0ba4761 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/contains_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/contains_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/content_type_json_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/content_type_json_api.py index aebdc73b70e..fa4602a5263 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/content_type_json_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/content_type_json_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/dependent_required_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/dependent_required_api.py index 9c67d95da27..5bc4e410824 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/dependent_required_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/dependent_required_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/dependent_schemas_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/dependent_schemas_api.py index 050a2352f73..a9601287122 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/dependent_schemas_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/dependent_schemas_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/enum_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/enum_api.py index e58563a2bf2..f70950f072f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/enum_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/enum_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/exclusive_maximum_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/exclusive_maximum_api.py index df36b3f6eac..9084630e677 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/exclusive_maximum_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/exclusive_maximum_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/exclusive_minimum_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/exclusive_minimum_api.py index d63c20fa3f7..dc3f416562b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/exclusive_minimum_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/exclusive_minimum_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/format_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/format_api.py index 3fa73f3e8b8..cd755771d37 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/format_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/format_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/if_then_else_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/if_then_else_api.py index 6a50bf536a7..37ec9e81076 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/if_then_else_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/if_then_else_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/items_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/items_api.py index c41d86a6e50..04adb6809b2 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/items_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/items_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/max_contains_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/max_contains_api.py index b84ff881d58..cf3a3e042ce 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/max_contains_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/max_contains_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/max_items_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/max_items_api.py index 32f551696ad..952d475e868 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/max_items_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/max_items_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/max_length_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/max_length_api.py index 914dc4dcb3c..73f516fe053 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/max_length_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/max_length_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/max_properties_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/max_properties_api.py index 1f00ff86a74..4de527df7e9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/max_properties_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/max_properties_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/maximum_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/maximum_api.py index 4a7ab5de31b..4fcf3dccc58 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/maximum_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/maximum_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/min_contains_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/min_contains_api.py index c058ca548a1..9693d1b2ec2 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/min_contains_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/min_contains_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/min_items_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/min_items_api.py index 0dc3a137de7..2a0146c5f9b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/min_items_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/min_items_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/min_length_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/min_length_api.py index b1bdf36e6b0..eb7c4fd7d71 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/min_length_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/min_length_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/min_properties_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/min_properties_api.py index c34b9bdc3d6..c05b408b907 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/min_properties_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/min_properties_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/minimum_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/minimum_api.py index b8c46c2b839..e53928c3d58 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/minimum_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/minimum_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/multiple_of_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/multiple_of_api.py index e4e2e7ece10..01fe23ffa34 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/multiple_of_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/multiple_of_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/one_of_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/one_of_api.py index f2bcd9c1473..1d403fe30f3 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/one_of_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/one_of_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/operation_request_body_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/operation_request_body_api.py index e2d159d94d8..a7f7fc291f0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/operation_request_body_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/operation_request_body_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/path_post_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/path_post_api.py index 39ce2b531f4..b02a4294932 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/path_post_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/path_post_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/pattern_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/pattern_api.py index e7c6e489ef7..527b426fb9c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/pattern_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/pattern_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/pattern_properties_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/pattern_properties_api.py index 3fc9feb1a6e..e82ea5205aa 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/pattern_properties_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/pattern_properties_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/prefix_items_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/prefix_items_api.py index f98c708ce08..430bee3c2f5 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/prefix_items_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/prefix_items_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/properties_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/properties_api.py index 6dd52645530..2426d097c06 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/properties_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/properties_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/property_names_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/property_names_api.py index 224a07b73f9..ca7ae847be3 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/property_names_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/property_names_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/ref_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/ref_api.py index 6991d54820d..ecc2dc41923 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/ref_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/ref_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/required_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/required_api.py index 7f99ceda16a..36c8cf7b01e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/required_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/required_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/response_content_content_type_schema_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/response_content_content_type_schema_api.py index 97019d694ab..320d51ec638 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/response_content_content_type_schema_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/response_content_content_type_schema_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/type_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/type_api.py index fcb482f2333..80652131791 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/type_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/type_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/unevaluated_items_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/unevaluated_items_api.py index 8350901848a..cdec23820a3 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/unevaluated_items_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/unevaluated_items_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/unevaluated_properties_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/unevaluated_properties_api.py index 1cdc210b81b..9660c9cb96c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/unevaluated_properties_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/unevaluated_properties_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/unique_items_api.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/unique_items_api.py index dd19c4de1e8..979cdf0f6db 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/unique_items_api.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/apis/tags/unique_items_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_a_schema_given_for_prefixitems_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_a_schema_given_for_prefixitems_request_body/post/operation.py index 6d6d380e5d0..4f574e0fe10 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_a_schema_given_for_prefixitems_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_a_schema_given_for_prefixitems_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_a_schema_given_for_prefixitems_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_a_schema_given_for_prefixitems_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_a_schema_given_for_prefixitems_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_a_schema_given_for_prefixitems_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_a_schema_given_for_prefixitems_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_a_schema_given_for_prefixitems_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_a_schema_given_for_prefixitems_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_a_schema_given_for_prefixitems_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additional_items_are_allowed_by_default_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additional_items_are_allowed_by_default_request_body/post/operation.py index f3b9b87acc2..d8e30aff09b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additional_items_are_allowed_by_default_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additional_items_are_allowed_by_default_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additional_items_are_allowed_by_default_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additional_items_are_allowed_by_default_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additional_items_are_allowed_by_default_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additional_items_are_allowed_by_default_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additional_items_are_allowed_by_default_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additional_items_are_allowed_by_default_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additional_items_are_allowed_by_default_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additional_items_are_allowed_by_default_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/operation.py index b99a1e03592..857ac919ac2 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_are_allowed_by_default_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/operation.py index 87e6d559418..85e979c50c5 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_can_exist_by_itself_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_does_not_look_in_applicators_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_does_not_look_in_applicators_request_body/post/operation.py index 9c7bc76580f..fd589a5aec2 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_does_not_look_in_applicators_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_does_not_look_in_applicators_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_does_not_look_in_applicators_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_does_not_look_in_applicators_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_does_not_look_in_applicators_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_does_not_look_in_applicators_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_does_not_look_in_applicators_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_does_not_look_in_applicators_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_does_not_look_in_applicators_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_does_not_look_in_applicators_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_null_valued_instance_properties_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_null_valued_instance_properties_request_body/post/operation.py index 00100400f0d..60a4b3a4066 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_null_valued_instance_properties_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_null_valued_instance_properties_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_null_valued_instance_properties_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_null_valued_instance_properties_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_null_valued_instance_properties_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_null_valued_instance_properties_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_null_valued_instance_properties_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_null_valued_instance_properties_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_null_valued_instance_properties_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_null_valued_instance_properties_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_schema_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_schema_request_body/post/operation.py index ab77eba6c6e..b17aeca9200 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_schema_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_schema_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_schema_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_additionalproperties_with_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/operation.py index df62c6894d1..267259d27ff 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_combined_with_anyof_oneof_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/operation.py index 364453afdf2..00624f649ff 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/operation.py index 167997e0be3..c2a28855c93 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_simple_types_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/operation.py index 5d6e5a9417f..ea0824b3d38 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_base_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/operation.py index c41c7abb227..d7a3f6b8d98 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_one_empty_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/operation.py index 7b4aa22f5c4..ee26464dc40 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_first_empty_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/operation.py index 247deedb197..444deabe466 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_the_last_empty_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/operation.py index de243529c40..ce0bdff1f5d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_allof_with_two_empty_schemas_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/operation.py index c1d882fa50f..97f1c78cf51 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_complex_types_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/operation.py index 5392be95ab2..6c739b0478a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/operation.py index 0b83156330d..e53c0fd9f6e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_base_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/operation.py index 9ec95b7ec02..d57eb7c7115 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_anyof_with_one_empty_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/operation.py index 72892c80af4..10d8d4c0a0e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_array_type_matches_arrays_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/operation.py index 0c4bc24658c..1f4be22300a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_boolean_type_matches_booleans_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/operation.py index 7d82e25ebaf..cada8f4a8a4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_int_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/operation.py index 7e4d024e818..bc7e8490ba9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_number_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/operation.py index 1ebeac7c700..fd3b028f1ac 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_by_small_number_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_const_nul_characters_in_strings_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_const_nul_characters_in_strings_request_body/post/operation.py index 18369da04a2..f45644d145b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_const_nul_characters_in_strings_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_const_nul_characters_in_strings_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_const_nul_characters_in_strings_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_const_nul_characters_in_strings_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_const_nul_characters_in_strings_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_const_nul_characters_in_strings_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_const_nul_characters_in_strings_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_const_nul_characters_in_strings_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_const_nul_characters_in_strings_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_const_nul_characters_in_strings_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_keyword_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_keyword_validation_request_body/post/operation.py index 830dda4b153..260bad0e71a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_keyword_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_keyword_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_keyword_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_keyword_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_keyword_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_keyword_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_keyword_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_keyword_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_keyword_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_keyword_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_with_null_instance_elements_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_with_null_instance_elements_request_body/post/operation.py index bd41275d157..c0ca228e3c0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_with_null_instance_elements_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_with_null_instance_elements_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_with_null_instance_elements_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_with_null_instance_elements_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_with_null_instance_elements_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_with_null_instance_elements_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_with_null_instance_elements_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_with_null_instance_elements_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_with_null_instance_elements_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_contains_with_null_instance_elements_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_format_request_body/post/operation.py index ced4dc36099..91feee5ccba 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/operation.py index 28c8dc3e083..895a5292d55 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_date_time_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependencies_with_escaped_characters_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependencies_with_escaped_characters_request_body/post/operation.py index 5a1fb62f86d..f442b20001d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependencies_with_escaped_characters_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependencies_with_escaped_characters_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependencies_with_escaped_characters_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependencies_with_escaped_characters_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependencies_with_escaped_characters_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependencies_with_escaped_characters_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependencies_with_escaped_characters_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependencies_with_escaped_characters_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependencies_with_escaped_characters_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependencies_with_escaped_characters_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_request_body/post/operation.py index c3510c8d682..c6966e64708 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_single_dependency_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_single_dependency_request_body/post/operation.py index 014c233f4df..e07f6c572af 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_single_dependency_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_single_dependency_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_single_dependency_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_single_dependency_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_single_dependency_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_single_dependency_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_single_dependency_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_single_dependency_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_single_dependency_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_dependent_schemas_single_dependency_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_duration_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_duration_format_request_body/post/operation.py index 8dc7821a78c..ec59a408c4f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_duration_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_duration_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_duration_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_duration_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_duration_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_duration_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_duration_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_duration_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_duration_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_duration_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/operation.py index 8727d68b73b..e89fc63b96f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_email_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_empty_dependents_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_empty_dependents_request_body/post/operation.py index 2be9b66a1ba..12d88816104 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_empty_dependents_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_empty_dependents_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_empty_dependents_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_empty_dependents_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_empty_dependents_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_empty_dependents_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_empty_dependents_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_empty_dependents_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_empty_dependents_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_empty_dependents_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/operation.py index 6c2a295bdac..15d51b48aed 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with0_does_not_match_false_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/operation.py index 994f98feb69..3fd39c40b97 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with1_does_not_match_true_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/operation.py index c92dedda09a..a88cd4bdca3 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_escaped_characters_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/operation.py index aff23b76309..6ba9267ee7d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_false_does_not_match0_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/operation.py index 139fe18c966..5247cac4f85 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enum_with_true_does_not_match1_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/operation.py index ed6e7b81230..61bdb1bef1c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_enums_in_properties_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusivemaximum_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusivemaximum_validation_request_body/post/operation.py index edd599d735e..4a8c1181126 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusivemaximum_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusivemaximum_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusivemaximum_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusivemaximum_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusivemaximum_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusivemaximum_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusivemaximum_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusivemaximum_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusivemaximum_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusivemaximum_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusiveminimum_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusiveminimum_validation_request_body/post/operation.py index 3c7a472390b..48d13f429d7 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusiveminimum_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusiveminimum_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusiveminimum_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusiveminimum_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusiveminimum_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusiveminimum_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusiveminimum_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusiveminimum_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusiveminimum_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_exclusiveminimum_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_float_division_inf_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_float_division_inf_request_body/post/operation.py index 37591a2e5ac..62887769583 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_float_division_inf_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_float_division_inf_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_float_division_inf_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_float_division_inf_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_float_division_inf_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_float_division_inf_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_float_division_inf_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_float_division_inf_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_float_division_inf_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_float_division_inf_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/operation.py index 46217c66181..fe6a16af39f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_forbidden_property_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/operation.py index b7d0f127816..19915aff74f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_hostname_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_email_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_email_format_request_body/post/operation.py index 1c49301289f..5a4a044082b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_email_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_email_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_email_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_email_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_email_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_email_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_email_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_email_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_email_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_email_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_hostname_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_hostname_format_request_body/post/operation.py index fe88d638d22..d693ceadde3 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_hostname_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_hostname_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_hostname_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_hostname_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_hostname_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_hostname_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_hostname_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_hostname_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_hostname_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_idn_hostname_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_else_without_then_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_else_without_then_request_body/post/operation.py index dfdf96efd50..0073e94df14 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_else_without_then_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_else_without_then_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_else_without_then_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_else_without_then_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_else_without_then_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_else_without_then_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_else_without_then_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_else_without_then_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_else_without_then_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_else_without_then_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_then_without_else_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_then_without_else_request_body/post/operation.py index d25a45af6fe..9405895dced 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_then_without_else_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_then_without_else_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_then_without_else_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_then_without_else_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_then_without_else_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_then_without_else_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_then_without_else_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_then_without_else_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_then_without_else_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_and_then_without_else_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_request_body/post/operation.py index 763a8f82c65..52a37ce675b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_else_without_if_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_else_without_if_request_body/post/operation.py index 32189052e9a..5d065147b52 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_else_without_if_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_else_without_if_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_else_without_if_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_else_without_if_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_else_without_if_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_else_without_if_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_else_without_if_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_else_without_if_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_else_without_if_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_else_without_if_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_if_without_then_or_else_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_if_without_then_or_else_request_body/post/operation.py index d7c0009ac71..b9f05fde0f2 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_if_without_then_or_else_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_if_without_then_or_else_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_if_without_then_or_else_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_if_without_then_or_else_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_if_without_then_or_else_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_if_without_then_or_else_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_if_without_then_or_else_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_if_without_then_or_else_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_if_without_then_or_else_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_if_without_then_or_else_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_then_without_if_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_then_without_if_request_body/post/operation.py index 101382e7c5c..3bd96826781 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_then_without_if_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_then_without_if_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_then_without_if_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_then_without_if_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_then_without_if_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_then_without_if_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_then_without_if_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_then_without_if_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_then_without_if_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ignore_then_without_if_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/operation.py index b8cd1a3b31f..38666d8563a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_integer_type_matches_integers_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/operation.py index 92369d23fc3..c6c8a4fd0a7 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv4_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/operation.py index f37ca537c41..6c8660f296a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_ipv6_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_format_request_body/post/operation.py index 3c0480c3d55..b8c72adf80f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_reference_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_reference_format_request_body/post/operation.py index f31a62594e8..1fbf1557fe0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_reference_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_reference_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_reference_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_reference_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_reference_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_reference_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_reference_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_reference_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_reference_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_iri_reference_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_contains_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_contains_request_body/post/operation.py index 7692eaf1b4f..f5eea24491f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_contains_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_contains_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_contains_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_contains_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_contains_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_contains_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_contains_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_contains_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_contains_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_contains_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_does_not_look_in_applicators_valid_case_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_does_not_look_in_applicators_valid_case_request_body/post/operation.py index 2b98a7cec35..6b58146f69b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_does_not_look_in_applicators_valid_case_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_does_not_look_in_applicators_valid_case_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_does_not_look_in_applicators_valid_case_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_does_not_look_in_applicators_valid_case_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_does_not_look_in_applicators_valid_case_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_does_not_look_in_applicators_valid_case_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_does_not_look_in_applicators_valid_case_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_does_not_look_in_applicators_valid_case_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_does_not_look_in_applicators_valid_case_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_does_not_look_in_applicators_valid_case_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_with_null_instance_elements_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_with_null_instance_elements_request_body/post/operation.py index e4b768d2d53..e97720405ff 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_with_null_instance_elements_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_with_null_instance_elements_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_with_null_instance_elements_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_with_null_instance_elements_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_with_null_instance_elements_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_with_null_instance_elements_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_with_null_instance_elements_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_with_null_instance_elements_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_with_null_instance_elements_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_items_with_null_instance_elements_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/operation.py index a0eab10a36a..f76111cda99 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_json_pointer_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxcontains_without_contains_is_ignored_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxcontains_without_contains_is_ignored_request_body/post/operation.py index de1d349aec8..0964ab688c4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxcontains_without_contains_is_ignored_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxcontains_without_contains_is_ignored_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxcontains_without_contains_is_ignored_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxcontains_without_contains_is_ignored_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxcontains_without_contains_is_ignored_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxcontains_without_contains_is_ignored_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxcontains_without_contains_is_ignored_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxcontains_without_contains_is_ignored_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxcontains_without_contains_is_ignored_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxcontains_without_contains_is_ignored_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/operation.py index 898a1d303ed..7df6bdc1a47 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/operation.py index 1c4f855e870..4298bd2d832 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maximum_validation_with_unsigned_integer_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/operation.py index a666fb30fdb..ad7ca996f4b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxitems_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/operation.py index 79d516829f0..abcbdb716e6 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxlength_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/operation.py index f3b0af790a9..56066064c3e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties0_means_the_object_is_empty_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/operation.py index e61260a93cc..f172baa3d5c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_maxproperties_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_mincontains_without_contains_is_ignored_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_mincontains_without_contains_is_ignored_request_body/post/operation.py index 3db6e0bea17..dba6411887e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_mincontains_without_contains_is_ignored_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_mincontains_without_contains_is_ignored_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_mincontains_without_contains_is_ignored_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_mincontains_without_contains_is_ignored_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_mincontains_without_contains_is_ignored_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_mincontains_without_contains_is_ignored_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_mincontains_without_contains_is_ignored_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_mincontains_without_contains_is_ignored_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_mincontains_without_contains_is_ignored_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_mincontains_without_contains_is_ignored_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/operation.py index 80bae3df4d7..59461fcbe95 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/operation.py index 1661841a2fb..1cd5cf143fe 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minimum_validation_with_signed_integer_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/operation.py index a96c9474e2c..c6dbecf360a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minitems_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/operation.py index 4918b3efd30..f92944c5f9b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minlength_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/operation.py index 98b26a84a6f..27ec36c3c83 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_minproperties_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_dependents_required_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_dependents_required_request_body/post/operation.py index 99969069a59..7288e3c1a81 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_dependents_required_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_dependents_required_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_dependents_required_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_dependents_required_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_dependents_required_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_dependents_required_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_dependents_required_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_dependents_required_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_dependents_required_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_dependents_required_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_simultaneous_patternproperties_are_validated_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_simultaneous_patternproperties_are_validated_request_body/post/operation.py index 0917d77bbaa..8d3653f6acd 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_simultaneous_patternproperties_are_validated_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_simultaneous_patternproperties_are_validated_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_simultaneous_patternproperties_are_validated_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_simultaneous_patternproperties_are_validated_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_simultaneous_patternproperties_are_validated_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_simultaneous_patternproperties_are_validated_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_simultaneous_patternproperties_are_validated_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_simultaneous_patternproperties_are_validated_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_simultaneous_patternproperties_are_validated_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_simultaneous_patternproperties_are_validated_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_types_can_be_specified_in_an_array_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_types_can_be_specified_in_an_array_request_body/post/operation.py index 30ea017614c..633098db296 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_types_can_be_specified_in_an_array_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_types_can_be_specified_in_an_array_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_types_can_be_specified_in_an_array_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_types_can_be_specified_in_an_array_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_types_can_be_specified_in_an_array_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_types_can_be_specified_in_an_array_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_types_can_be_specified_in_an_array_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_types_can_be_specified_in_an_array_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_types_can_be_specified_in_an_array_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_multiple_types_can_be_specified_in_an_array_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/operation.py index d1d165a59ed..d9d9f8d2285 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_allof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/operation.py index e48324ee80c..45858543f13 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_anyof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/operation.py index faa7c7266d4..696c1d6eeb1 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_items_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/operation.py index b5ef0dca00d..9beb9ba48d3 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nested_oneof_to_check_validation_semantics_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_ascii_pattern_with_additionalproperties_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_ascii_pattern_with_additionalproperties_request_body/post/operation.py index ed46508e365..3379350dc8d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_ascii_pattern_with_additionalproperties_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_ascii_pattern_with_additionalproperties_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_ascii_pattern_with_additionalproperties_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_ascii_pattern_with_additionalproperties_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_ascii_pattern_with_additionalproperties_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_ascii_pattern_with_additionalproperties_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_ascii_pattern_with_additionalproperties_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_ascii_pattern_with_additionalproperties_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_ascii_pattern_with_additionalproperties_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_ascii_pattern_with_additionalproperties_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_interference_across_combined_schemas_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_interference_across_combined_schemas_request_body/post/operation.py index 6689eb0806a..16ba5e893bd 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_interference_across_combined_schemas_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_interference_across_combined_schemas_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_interference_across_combined_schemas_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_interference_across_combined_schemas_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_interference_across_combined_schemas_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_interference_across_combined_schemas_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_interference_across_combined_schemas_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_interference_across_combined_schemas_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_interference_across_combined_schemas_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_non_interference_across_combined_schemas_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/operation.py index 57849fc889d..18a174b6c76 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_more_complex_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_multiple_types_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_multiple_types_request_body/post/operation.py index 813d5df443b..b0635d41423 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_multiple_types_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_multiple_types_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_multiple_types_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_multiple_types_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_multiple_types_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_multiple_types_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_multiple_types_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_multiple_types_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_multiple_types_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_multiple_types_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/operation.py index d63f15c0b8c..931ebbe2b70 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_not_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/operation.py index b521f8d42c5..544764b1362 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_nul_characters_in_strings_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/operation.py index e4b653621a0..e0b117bffe4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_null_type_matches_only_the_null_object_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/operation.py index 63ca3bef84a..a70de1128c7 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_number_type_matches_numbers_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/operation.py index 4c48562b936..c4585bafa0e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_properties_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/operation.py index 7075dfb67dc..5d6c8429e5c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_object_type_matches_objects_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/operation.py index ee6a59eb03b..63baa97c0f2 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_complex_types_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/operation.py index 2bb830e4fdc..8143349eb7e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/operation.py index cde0061a258..bd36397944e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_base_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/operation.py index f3611231b21..230ad1b2211 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_empty_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/operation.py index 45aac1b0644..bd2680b0f5e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_oneof_with_required_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/operation.py index cf6a8fc241a..ca016df301a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_is_not_anchored_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/operation.py index d4d620851c1..432758aa46b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_pattern_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_validates_properties_matching_a_regex_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_validates_properties_matching_a_regex_request_body/post/operation.py index 2f4da875ddd..43a91612cb5 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_validates_properties_matching_a_regex_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_validates_properties_matching_a_regex_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_validates_properties_matching_a_regex_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_validates_properties_matching_a_regex_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_validates_properties_matching_a_regex_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_validates_properties_matching_a_regex_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_validates_properties_matching_a_regex_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_validates_properties_matching_a_regex_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_validates_properties_matching_a_regex_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_validates_properties_matching_a_regex_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_with_null_valued_instance_properties_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_with_null_valued_instance_properties_request_body/post/operation.py index 123440ad216..f5dbe2de325 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_with_null_valued_instance_properties_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_with_null_valued_instance_properties_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_with_null_valued_instance_properties_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_with_null_valued_instance_properties_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_with_null_valued_instance_properties_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_with_null_valued_instance_properties_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_with_null_valued_instance_properties_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_with_null_valued_instance_properties_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_with_null_valued_instance_properties_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_patternproperties_with_null_valued_instance_properties_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_request_body/post/operation.py index 0447024ed3a..3afab9946ad 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_with_null_instance_elements_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_with_null_instance_elements_request_body/post/operation.py index 8d2983fa5e5..bcf68d5f189 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_with_null_instance_elements_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_with_null_instance_elements_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_with_null_instance_elements_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_with_null_instance_elements_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_with_null_instance_elements_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_with_null_instance_elements_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_with_null_instance_elements_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_with_null_instance_elements_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_with_null_instance_elements_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_prefixitems_with_null_instance_elements_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_patternproperties_additionalproperties_interaction_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_patternproperties_additionalproperties_interaction_request_body/post/operation.py index 98a12abbda6..0a02ccec7f9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_patternproperties_additionalproperties_interaction_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_patternproperties_additionalproperties_interaction_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_patternproperties_additionalproperties_interaction_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_patternproperties_additionalproperties_interaction_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_patternproperties_additionalproperties_interaction_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_patternproperties_additionalproperties_interaction_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_patternproperties_additionalproperties_interaction_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_patternproperties_additionalproperties_interaction_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_patternproperties_additionalproperties_interaction_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_patternproperties_additionalproperties_interaction_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_whose_names_are_javascript_object_property_names_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_whose_names_are_javascript_object_property_names_request_body/post/operation.py index 0dba4a7183f..8773f507dda 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_whose_names_are_javascript_object_property_names_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_whose_names_are_javascript_object_property_names_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_whose_names_are_javascript_object_property_names_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_whose_names_are_javascript_object_property_names_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_whose_names_are_javascript_object_property_names_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_whose_names_are_javascript_object_property_names_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_whose_names_are_javascript_object_property_names_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_whose_names_are_javascript_object_property_names_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_whose_names_are_javascript_object_property_names_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_whose_names_are_javascript_object_property_names_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/operation.py index b48196cc896..258b0415b9b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_escaped_characters_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_null_valued_instance_properties_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_null_valued_instance_properties_request_body/post/operation.py index 39f1c801651..b876a5b58a0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_null_valued_instance_properties_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_null_valued_instance_properties_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_null_valued_instance_properties_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_null_valued_instance_properties_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_null_valued_instance_properties_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_null_valued_instance_properties_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_null_valued_instance_properties_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_null_valued_instance_properties_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_null_valued_instance_properties_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_properties_with_null_valued_instance_properties_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/operation.py index ada223bdf12..799512935b7 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_property_named_ref_that_is_not_a_reference_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_propertynames_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_propertynames_validation_request_body/post/operation.py index 70a26dcbec1..144d2234a27 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_propertynames_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_propertynames_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_propertynames_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_propertynames_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_propertynames_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_propertynames_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_propertynames_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_propertynames_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_propertynames_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_propertynames_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regex_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regex_format_request_body/post/operation.py index 74c6c604d0c..7a29c25c8d7 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regex_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regex_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regex_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regex_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regex_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regex_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regex_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regex_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regex_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regex_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_request_body/post/operation.py index 1a805ba7d55..48ba8ee3da1 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_relative_json_pointer_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_relative_json_pointer_format_request_body/post/operation.py index eacb7bc88e0..52126d828b4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_relative_json_pointer_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_relative_json_pointer_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_relative_json_pointer_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_relative_json_pointer_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_relative_json_pointer_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_relative_json_pointer_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_relative_json_pointer_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_relative_json_pointer_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_relative_json_pointer_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_relative_json_pointer_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/operation.py index 80c4ef28664..31347df3508 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_default_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_properties_whose_names_are_javascript_object_property_names_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_properties_whose_names_are_javascript_object_property_names_request_body/post/operation.py index 9abb4938fce..b7cf167582d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_properties_whose_names_are_javascript_object_property_names_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_properties_whose_names_are_javascript_object_property_names_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_properties_whose_names_are_javascript_object_property_names_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_properties_whose_names_are_javascript_object_property_names_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_properties_whose_names_are_javascript_object_property_names_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_properties_whose_names_are_javascript_object_property_names_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_properties_whose_names_are_javascript_object_property_names_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_properties_whose_names_are_javascript_object_property_names_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_properties_whose_names_are_javascript_object_property_names_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_properties_whose_names_are_javascript_object_property_names_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/operation.py index 292ea1ac909..eee48a423ed 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/operation.py index 8313bd00fd5..12214849b6d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_empty_array_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/operation.py index 9f84f5d435d..c748fa15236 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_required_with_escaped_characters_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/operation.py index 0734c74a9b2..aa0579b0de2 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_simple_enum_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_single_dependency_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_single_dependency_request_body/post/operation.py index 7ec7ea3090a..3ff75b06792 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_single_dependency_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_single_dependency_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_single_dependency_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_single_dependency_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_single_dependency_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_single_dependency_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_single_dependency_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_single_dependency_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_single_dependency_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_single_dependency_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_small_multiple_of_large_integer_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_small_multiple_of_large_integer_request_body/post/operation.py index 7b2ab1cc825..896ebabdd41 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_small_multiple_of_large_integer_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_small_multiple_of_large_integer_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_small_multiple_of_large_integer_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_small_multiple_of_large_integer_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_small_multiple_of_large_integer_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_small_multiple_of_large_integer_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_small_multiple_of_large_integer_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_small_multiple_of_large_integer_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_small_multiple_of_large_integer_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_small_multiple_of_large_integer_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/operation.py index 47cfc3771e9..109a84aabd6 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_string_type_matches_strings_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_time_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_time_format_request_body/post/operation.py index ae00b95534b..b31c1a12d85 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_time_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_time_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_time_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_time_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_time_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_time_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_time_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_time_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_time_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_time_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_object_or_null_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_object_or_null_request_body/post/operation.py index f792ab074b1..3e85c13aec9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_object_or_null_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_object_or_null_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_object_or_null_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_object_or_null_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_object_or_null_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_object_or_null_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_object_or_null_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_object_or_null_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_object_or_null_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_object_or_null_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_or_object_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_or_object_request_body/post/operation.py index 27a44a83efd..cf9c9afd81b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_or_object_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_or_object_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_or_object_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_or_object_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_or_object_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_or_object_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_or_object_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_or_object_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_or_object_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_array_or_object_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_as_array_with_one_item_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_as_array_with_one_item_request_body/post/operation.py index 75e3070b9b1..6f396cd0c45 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_as_array_with_one_item_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_as_array_with_one_item_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_as_array_with_one_item_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_as_array_with_one_item_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_as_array_with_one_item_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_as_array_with_one_item_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_as_array_with_one_item_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_as_array_with_one_item_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_as_array_with_one_item_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_type_as_array_with_one_item_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_as_schema_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_as_schema_request_body/post/operation.py index 72a25cff615..947d3f73680 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_as_schema_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_as_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_as_schema_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_as_schema_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_as_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_as_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_as_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_as_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_as_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_as_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_depends_on_multiple_nested_contains_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_depends_on_multiple_nested_contains_request_body/post/operation.py index 62870819cbd..e990caa02be 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_depends_on_multiple_nested_contains_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_depends_on_multiple_nested_contains_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_depends_on_multiple_nested_contains_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_depends_on_multiple_nested_contains_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_depends_on_multiple_nested_contains_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_depends_on_multiple_nested_contains_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_depends_on_multiple_nested_contains_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_depends_on_multiple_nested_contains_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_depends_on_multiple_nested_contains_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_depends_on_multiple_nested_contains_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_items_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_items_request_body/post/operation.py index 67331407422..b12c2606368 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_items_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_items_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_items_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_items_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_items_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_items_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_items_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_items_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_items_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_items_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_null_instance_elements_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_null_instance_elements_request_body/post/operation.py index cce37becda4..6ca73cb63b0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_null_instance_elements_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_null_instance_elements_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_null_instance_elements_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_null_instance_elements_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_null_instance_elements_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_null_instance_elements_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_null_instance_elements_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_null_instance_elements_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_null_instance_elements_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluateditems_with_null_instance_elements_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_not_affected_by_propertynames_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_not_affected_by_propertynames_request_body/post/operation.py index 3efc07a77fb..c7a0696a675 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_not_affected_by_propertynames_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_not_affected_by_propertynames_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_not_affected_by_propertynames_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_not_affected_by_propertynames_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_not_affected_by_propertynames_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_not_affected_by_propertynames_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_not_affected_by_propertynames_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_not_affected_by_propertynames_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_not_affected_by_propertynames_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_not_affected_by_propertynames_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_schema_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_schema_request_body/post/operation.py index ec2dfd17c42..a3ef2d456ce 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_schema_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_schema_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_schema_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_schema_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_schema_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_schema_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_schema_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_schema_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_schema_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_schema_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_adjacent_additionalproperties_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_adjacent_additionalproperties_request_body/post/operation.py index 0748058e43f..2b99c4fb898 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_adjacent_additionalproperties_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_adjacent_additionalproperties_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_adjacent_additionalproperties_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_adjacent_additionalproperties_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_adjacent_additionalproperties_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_adjacent_additionalproperties_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_adjacent_additionalproperties_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_adjacent_additionalproperties_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_adjacent_additionalproperties_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_adjacent_additionalproperties_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_null_valued_instance_properties_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_null_valued_instance_properties_request_body/post/operation.py index 332b1e3f331..50c7a2039d7 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_null_valued_instance_properties_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_null_valued_instance_properties_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_null_valued_instance_properties_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_null_valued_instance_properties_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_null_valued_instance_properties_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_null_valued_instance_properties_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_null_valued_instance_properties_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_null_valued_instance_properties_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_null_valued_instance_properties_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_unevaluatedproperties_with_null_valued_instance_properties_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/operation.py index b8ae9395c4b..aff97fe5a76 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_with_an_array_of_items_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_with_an_array_of_items_request_body/post/operation.py index fe8d5a5b7e4..e2437cff552 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_with_an_array_of_items_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_with_an_array_of_items_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_with_an_array_of_items_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_with_an_array_of_items_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_with_an_array_of_items_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_with_an_array_of_items_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_with_an_array_of_items_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_with_an_array_of_items_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_with_an_array_of_items_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_false_with_an_array_of_items_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/operation.py index a3bc01d48ae..005212211fe 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_validation_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_with_an_array_of_items_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_with_an_array_of_items_request_body/post/operation.py index e2cc98e366d..0569aa07923 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_with_an_array_of_items_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_with_an_array_of_items_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_with_an_array_of_items_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_with_an_array_of_items_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_with_an_array_of_items_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_with_an_array_of_items_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_with_an_array_of_items_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_with_an_array_of_items_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_with_an_array_of_items_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uniqueitems_with_an_array_of_items_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/operation.py index ae1ef69813d..00614289459 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/operation.py index 2e69c8c5e0f..ef58d4d874c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_reference_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/operation.py index 17e17846bda..9f92916bc7e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uri_template_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uuid_format_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uuid_format_request_body/post/operation.py index a8d9d683a6f..5a050c81b6c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uuid_format_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uuid_format_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uuid_format_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uuid_format_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uuid_format_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uuid_format_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uuid_format_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uuid_format_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uuid_format_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_uuid_format_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_validate_against_correct_branch_then_vs_else_request_body/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_validate_against_correct_branch_then_vs_else_request_body/post/operation.py index e14d8693879..411365bd23a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_validate_against_correct_branch_then_vs_else_request_body/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_validate_against_correct_branch_then_vs_else_request_body/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_validate_against_correct_branch_then_vs_else_request_body/post/request_body/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_validate_against_correct_branch_then_vs_else_request_body/post/request_body/__init__.py index 499cda37855..4e4f868fb94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_validate_against_correct_branch_then_vs_else_request_body/post/request_body/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_validate_against_correct_branch_then_vs_else_request_body/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_validate_against_correct_branch_then_vs_else_request_body/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_validate_against_correct_branch_then_vs_else_request_body/post/responses/response_200/__init__.py index faf4da69820..8901f67d786 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_validate_against_correct_branch_then_vs_else_request_body/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/request_body_post_validate_against_correct_branch_then_vs_else_request_body/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_a_schema_given_for_prefixitems_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_a_schema_given_for_prefixitems_response_body_for_content_types/post/operation.py index 319d03afcd8..74d6c5ee19c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_a_schema_given_for_prefixitems_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_a_schema_given_for_prefixitems_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_a_schema_given_for_prefixitems_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_a_schema_given_for_prefixitems_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_a_schema_given_for_prefixitems_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_a_schema_given_for_prefixitems_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additional_items_are_allowed_by_default_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additional_items_are_allowed_by_default_response_body_for_content_types/post/operation.py index 97c0119aa1a..12f28d4548c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additional_items_are_allowed_by_default_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additional_items_are_allowed_by_default_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additional_items_are_allowed_by_default_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additional_items_are_allowed_by_default_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additional_items_are_allowed_by_default_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additional_items_are_allowed_by_default_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post/operation.py index 090b14d82de..e07b81b810e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post/operation.py index 30fdcbd90c7..985420497e1 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post/responses/response_200/__init__.py index d97b1d45dc6..675b1572e96 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_does_not_look_in_applicators_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_does_not_look_in_applicators_response_body_for_content_types/post/operation.py index 1805e4ef1b5..0b1a418433b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_does_not_look_in_applicators_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_does_not_look_in_applicators_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_does_not_look_in_applicators_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_does_not_look_in_applicators_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_does_not_look_in_applicators_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_does_not_look_in_applicators_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_with_null_valued_instance_properties_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_with_null_valued_instance_properties_response_body_for_content_types/post/operation.py index 64af8229144..bd166d4ca09 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_with_null_valued_instance_properties_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_with_null_valued_instance_properties_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_with_null_valued_instance_properties_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_with_null_valued_instance_properties_response_body_for_content_types/post/responses/response_200/__init__.py index 857ab1749c9..37f66603a57 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_with_null_valued_instance_properties_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_with_null_valued_instance_properties_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_with_schema_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_with_schema_response_body_for_content_types/post/operation.py index ded000f1660..f489b9f57aa 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_with_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_with_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_with_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_with_schema_response_body_for_content_types/post/responses/response_200/__init__.py index c829cef057a..51b1a25980d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_with_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_additionalproperties_with_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post/operation.py index 01e96ea5a8d..203d6cc7d6b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_response_body_for_content_types/post/operation.py index 7dc48ea05b5..a624aef3b4e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_simple_types_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_simple_types_response_body_for_content_types/post/operation.py index da0d46d7ad9..b0e93bcadac 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_simple_types_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_simple_types_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_simple_types_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_simple_types_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_simple_types_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_simple_types_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post/operation.py index 95e82a9b74d..ea2ce2ef13b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post/operation.py index 6246cf73da7..decde79e4c0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post/operation.py index 9d0d84c8b83..484754a0b90 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post/operation.py index 07440623ae1..205d717b4bb 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post/operation.py index 5ddd8aba6cc..78ce20885b1 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post/operation.py index 564492657b6..71442c4ada8 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_complex_types_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_response_body_for_content_types/post/operation.py index 99431cc5f3b..06a0d4beac1 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post/operation.py index 5a9ce6a0b52..e10d6c51fd0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 3cf51f1225b..7468b61c396 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post/operation.py index 2238c21de72..ddc126cda60 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post/operation.py index e72819e1ddb..051ac17f721 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post/responses/response_200/__init__.py index 4226a7c1a81..d0076c37ac9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_array_type_matches_arrays_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post/operation.py index a6705e72cab..f13db2007a9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post/responses/response_200/__init__.py index 8750f0a1711..5e02d41e2d9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_int_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_int_response_body_for_content_types/post/operation.py index 097f09a881f..fd9e56d7f96 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_int_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_int_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_int_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_int_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_int_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_int_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_number_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_number_response_body_for_content_types/post/operation.py index d40fd29a04e..5d092d874f3 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_number_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_number_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_number_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_number_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_number_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_number_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_small_number_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_small_number_response_body_for_content_types/post/operation.py index 49e765acc99..0bcbfcbb6ea 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_small_number_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_small_number_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_small_number_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_small_number_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_small_number_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_by_small_number_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_const_nul_characters_in_strings_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_const_nul_characters_in_strings_response_body_for_content_types/post/operation.py index 82b09a8caeb..a595e486867 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_const_nul_characters_in_strings_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_const_nul_characters_in_strings_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_const_nul_characters_in_strings_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_const_nul_characters_in_strings_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_const_nul_characters_in_strings_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_const_nul_characters_in_strings_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_contains_keyword_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_contains_keyword_validation_response_body_for_content_types/post/operation.py index 566cf9d7feb..9c57e2bb765 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_contains_keyword_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_contains_keyword_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_contains_keyword_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_contains_keyword_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_contains_keyword_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_contains_keyword_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_contains_with_null_instance_elements_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_contains_with_null_instance_elements_response_body_for_content_types/post/operation.py index e79c3d855bd..cd5e23d5049 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_contains_with_null_instance_elements_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_contains_with_null_instance_elements_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_contains_with_null_instance_elements_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_contains_with_null_instance_elements_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_contains_with_null_instance_elements_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_contains_with_null_instance_elements_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_date_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_date_format_response_body_for_content_types/post/operation.py index c50910e73b7..6ce18c03c32 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_date_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_date_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_date_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_date_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_date_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_date_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_date_time_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_date_time_format_response_body_for_content_types/post/operation.py index 20ade10b80a..42d1cb406b9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_date_time_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_date_time_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_date_time_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_date_time_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_date_time_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_date_time_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_dependencies_with_escaped_characters_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_dependencies_with_escaped_characters_response_body_for_content_types/post/operation.py index c79175c1d7b..528409ff8b2 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_dependencies_with_escaped_characters_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_dependencies_with_escaped_characters_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_dependencies_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_dependencies_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_dependencies_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_dependencies_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_response_body_for_content_types/post/operation.py index 42cd9b0021f..13d95df909e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_dependent_subschema_incompatible_with_root_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_single_dependency_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_single_dependency_response_body_for_content_types/post/operation.py index db90565fec6..4b202a45b25 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_single_dependency_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_single_dependency_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_single_dependency_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_single_dependency_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_single_dependency_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_dependent_schemas_single_dependency_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_duration_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_duration_format_response_body_for_content_types/post/operation.py index 107fa16baea..d1c7fcccb0d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_duration_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_duration_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_duration_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_duration_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_duration_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_duration_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_email_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_email_format_response_body_for_content_types/post/operation.py index 112a8424a30..80284d3f6fb 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_email_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_email_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_email_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_email_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_email_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_email_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_empty_dependents_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_empty_dependents_response_body_for_content_types/post/operation.py index e2279c23b6f..5f25a8f1e80 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_empty_dependents_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_empty_dependents_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_empty_dependents_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_empty_dependents_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_empty_dependents_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_empty_dependents_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post/operation.py index 7534d1d4fdd..a1d6fd7fe83 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post/responses/response_200/__init__.py index 16243857094..3592147b6c0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post/operation.py index 3d89df03917..7aba4163616 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post/responses/response_200/__init__.py index 16243857094..3592147b6c0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post/operation.py index b8ff055d10c..e287dc138dd 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py index aafc74c83ab..24c0a927adc 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post/operation.py index 916c091d348..4626aa0e664 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post/responses/response_200/__init__.py index c1a84db233d..08b02f67201 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post/operation.py index eab55cb3656..c48453e2ce5 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post/responses/response_200/__init__.py index ff97af6059c..9fe992cf04b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enums_in_properties_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enums_in_properties_response_body_for_content_types/post/operation.py index 63dbc1d7b53..743cf83d8aa 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enums_in_properties_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enums_in_properties_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enums_in_properties_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enums_in_properties_response_body_for_content_types/post/responses/response_200/__init__.py index a0e1d0cfda2..31e577bf106 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enums_in_properties_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_enums_in_properties_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_exclusivemaximum_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_exclusivemaximum_validation_response_body_for_content_types/post/operation.py index e180f838792..960d1e733a4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_exclusivemaximum_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_exclusivemaximum_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_exclusivemaximum_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_exclusivemaximum_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_exclusivemaximum_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_exclusivemaximum_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_exclusiveminimum_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_exclusiveminimum_validation_response_body_for_content_types/post/operation.py index f2d769d7c58..3e0e03fa876 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_exclusiveminimum_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_exclusiveminimum_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_exclusiveminimum_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_exclusiveminimum_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_exclusiveminimum_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_exclusiveminimum_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_float_division_inf_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_float_division_inf_response_body_for_content_types/post/operation.py index e7320988b0e..59ab5ccf2cf 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_float_division_inf_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_float_division_inf_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_float_division_inf_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_float_division_inf_response_body_for_content_types/post/responses/response_200/__init__.py index 8b47abaef1f..bc669dfbf43 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_float_division_inf_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_float_division_inf_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_forbidden_property_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_forbidden_property_response_body_for_content_types/post/operation.py index 564fa742323..e69e014287a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_forbidden_property_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_forbidden_property_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_forbidden_property_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_forbidden_property_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_forbidden_property_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_forbidden_property_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_hostname_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_hostname_format_response_body_for_content_types/post/operation.py index 99ade598795..87b357f8880 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_hostname_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_hostname_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_hostname_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_hostname_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_hostname_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_hostname_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_idn_email_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_idn_email_format_response_body_for_content_types/post/operation.py index 2c0b9fb7c22..148d3d493ce 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_idn_email_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_idn_email_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_idn_email_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_idn_email_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_idn_email_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_idn_email_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_idn_hostname_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_idn_hostname_format_response_body_for_content_types/post/operation.py index c34feba14de..b65f786f22f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_idn_hostname_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_idn_hostname_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_idn_hostname_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_idn_hostname_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_idn_hostname_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_idn_hostname_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_and_else_without_then_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_and_else_without_then_response_body_for_content_types/post/operation.py index 8f61bfcf481..b5378d22a00 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_and_else_without_then_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_and_else_without_then_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_and_else_without_then_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_and_else_without_then_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_and_else_without_then_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_and_else_without_then_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_and_then_without_else_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_and_then_without_else_response_body_for_content_types/post/operation.py index d7fddf5533d..e850194894f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_and_then_without_else_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_and_then_without_else_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_and_then_without_else_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_and_then_without_else_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_and_then_without_else_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_and_then_without_else_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_response_body_for_content_types/post/operation.py index dbb83b0f6a7..c3e78817bea 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_if_appears_at_the_end_when_serialized_keyword_processing_sequence_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_else_without_if_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_else_without_if_response_body_for_content_types/post/operation.py index 0fbf7dc2eac..9f603585819 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_else_without_if_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_else_without_if_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_else_without_if_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_else_without_if_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_else_without_if_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_else_without_if_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_if_without_then_or_else_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_if_without_then_or_else_response_body_for_content_types/post/operation.py index fec7112fad0..f84af30fd6e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_if_without_then_or_else_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_if_without_then_or_else_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_if_without_then_or_else_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_if_without_then_or_else_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_if_without_then_or_else_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_if_without_then_or_else_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_then_without_if_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_then_without_if_response_body_for_content_types/post/operation.py index 51232349393..c86b14d0bca 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_then_without_if_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_then_without_if_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_then_without_if_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_then_without_if_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_then_without_if_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ignore_then_without_if_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post/operation.py index 93b66401eae..6455cdcd3fb 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post/responses/response_200/__init__.py index 8b47abaef1f..bc669dfbf43 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_integer_type_matches_integers_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ipv4_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ipv4_format_response_body_for_content_types/post/operation.py index da231a84141..7bb0cd3b4db 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ipv4_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ipv4_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ipv4_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ipv4_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ipv4_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ipv4_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ipv6_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ipv6_format_response_body_for_content_types/post/operation.py index fb8dfd0b363..36255a11492 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ipv6_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ipv6_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ipv6_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ipv6_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ipv6_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_ipv6_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_iri_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_iri_format_response_body_for_content_types/post/operation.py index 9d8a10b0675..30a18d018f6 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_iri_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_iri_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_iri_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_iri_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_iri_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_iri_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_iri_reference_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_iri_reference_format_response_body_for_content_types/post/operation.py index 912dddc48e4..fb31058eca7 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_iri_reference_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_iri_reference_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_iri_reference_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_iri_reference_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_iri_reference_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_iri_reference_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_contains_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_contains_response_body_for_content_types/post/operation.py index 9f632e99a65..997cb197b48 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_contains_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_contains_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_contains_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_contains_response_body_for_content_types/post/responses/response_200/__init__.py index 42765dde680..a346b87e115 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_contains_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_contains_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_does_not_look_in_applicators_valid_case_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_does_not_look_in_applicators_valid_case_response_body_for_content_types/post/operation.py index 130e5fad600..f41498b3e8b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_does_not_look_in_applicators_valid_case_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_does_not_look_in_applicators_valid_case_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_does_not_look_in_applicators_valid_case_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_does_not_look_in_applicators_valid_case_response_body_for_content_types/post/responses/response_200/__init__.py index 7bc46125060..2a9e5f702c1 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_does_not_look_in_applicators_valid_case_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_does_not_look_in_applicators_valid_case_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_with_null_instance_elements_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_with_null_instance_elements_response_body_for_content_types/post/operation.py index bd75ca993af..2dcab00e142 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_with_null_instance_elements_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_with_null_instance_elements_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_with_null_instance_elements_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_with_null_instance_elements_response_body_for_content_types/post/responses/response_200/__init__.py index c5084b0a702..70f56c58954 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_with_null_instance_elements_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_items_with_null_instance_elements_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_json_pointer_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_json_pointer_format_response_body_for_content_types/post/operation.py index 55cd085b6b5..5fbd6622114 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_json_pointer_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_json_pointer_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_json_pointer_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_json_pointer_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_json_pointer_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_json_pointer_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxcontains_without_contains_is_ignored_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxcontains_without_contains_is_ignored_response_body_for_content_types/post/operation.py index 19511a03fd5..f17a0dd7074 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxcontains_without_contains_is_ignored_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxcontains_without_contains_is_ignored_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxcontains_without_contains_is_ignored_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxcontains_without_contains_is_ignored_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxcontains_without_contains_is_ignored_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxcontains_without_contains_is_ignored_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_response_body_for_content_types/post/operation.py index fb63d32b1cc..18b5ff03a43 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post/operation.py index d5a88e876d0..642d81469ae 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxitems_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxitems_validation_response_body_for_content_types/post/operation.py index c080de1ae09..d05a930a986 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxitems_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxitems_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxlength_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxlength_validation_response_body_for_content_types/post/operation.py index 94fec2d28c4..b93e050f7c9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxlength_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxlength_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxlength_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxlength_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxlength_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxlength_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post/operation.py index d2a9ba4469e..83a5a754f7a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post/operation.py index d67cb2110ae..5aeb318960b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_maxproperties_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_mincontains_without_contains_is_ignored_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_mincontains_without_contains_is_ignored_response_body_for_content_types/post/operation.py index c0091e979c5..666b25f8a1c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_mincontains_without_contains_is_ignored_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_mincontains_without_contains_is_ignored_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_mincontains_without_contains_is_ignored_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_mincontains_without_contains_is_ignored_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_mincontains_without_contains_is_ignored_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_mincontains_without_contains_is_ignored_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_response_body_for_content_types/post/operation.py index e2806d1a61d..3f6b51dd03f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post/operation.py index c830d5678bf..c4c307ee6b8 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minitems_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minitems_validation_response_body_for_content_types/post/operation.py index 15946ad6450..3c9a1e934e0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minitems_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minitems_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minlength_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minlength_validation_response_body_for_content_types/post/operation.py index c7464c7b38f..970d83f4955 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minlength_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minlength_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minlength_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minlength_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minlength_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minlength_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minproperties_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minproperties_validation_response_body_for_content_types/post/operation.py index 95226b68f3d..0b2132bf338 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minproperties_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minproperties_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minproperties_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minproperties_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minproperties_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_minproperties_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_dependents_required_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_dependents_required_response_body_for_content_types/post/operation.py index be22504c7f3..9be6f207e84 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_dependents_required_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_dependents_required_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_dependents_required_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_dependents_required_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_dependents_required_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_dependents_required_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_simultaneous_patternproperties_are_validated_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_simultaneous_patternproperties_are_validated_response_body_for_content_types/post/operation.py index 73e89eca01b..efd0dc877b5 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_simultaneous_patternproperties_are_validated_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_simultaneous_patternproperties_are_validated_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_simultaneous_patternproperties_are_validated_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_simultaneous_patternproperties_are_validated_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_simultaneous_patternproperties_are_validated_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_simultaneous_patternproperties_are_validated_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_types_can_be_specified_in_an_array_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_types_can_be_specified_in_an_array_response_body_for_content_types/post/operation.py index dfd72785ae9..1eb3d9dfdbd 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_types_can_be_specified_in_an_array_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_types_can_be_specified_in_an_array_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_types_can_be_specified_in_an_array_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_types_can_be_specified_in_an_array_response_body_for_content_types/post/responses/response_200/__init__.py index ad5551d8a16..86f9ddd4c81 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_types_can_be_specified_in_an_array_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_multiple_types_can_be_specified_in_an_array_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post/operation.py index 578d2167c2e..60099e78014 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post/operation.py index b68edd3471b..80051b3f916 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_items_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_items_response_body_for_content_types/post/operation.py index e6fc6c285c9..6d637bc93f4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_items_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_items_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_items_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_items_response_body_for_content_types/post/responses/response_200/__init__.py index d3bd11681d3..7eae3db5199 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_items_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_items_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post/operation.py index aa684fa8db6..64eb543efd1 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_non_ascii_pattern_with_additionalproperties_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_non_ascii_pattern_with_additionalproperties_response_body_for_content_types/post/operation.py index 208bee80b1d..d581a1c8c66 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_non_ascii_pattern_with_additionalproperties_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_non_ascii_pattern_with_additionalproperties_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_non_ascii_pattern_with_additionalproperties_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_non_ascii_pattern_with_additionalproperties_response_body_for_content_types/post/responses/response_200/__init__.py index d9a0c61ba01..a7e36a990ab 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_non_ascii_pattern_with_additionalproperties_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_non_ascii_pattern_with_additionalproperties_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_non_interference_across_combined_schemas_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_non_interference_across_combined_schemas_response_body_for_content_types/post/operation.py index 178c1eda5f8..1b216ecb693 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_non_interference_across_combined_schemas_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_non_interference_across_combined_schemas_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_non_interference_across_combined_schemas_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_non_interference_across_combined_schemas_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_non_interference_across_combined_schemas_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_non_interference_across_combined_schemas_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post/operation.py index 6ae647ad6f0..e05e77910ba 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_more_complex_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_multiple_types_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_multiple_types_response_body_for_content_types/post/operation.py index a85a9f51f05..c73a0fb4763 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_multiple_types_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_multiple_types_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_multiple_types_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_multiple_types_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_multiple_types_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_multiple_types_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_response_body_for_content_types/post/operation.py index 0a73512a8b7..79f231da921 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_not_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post/operation.py index d1545d7dc02..ac015dbc86d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post/responses/response_200/__init__.py index 35d5954110c..9031276bb2b 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_nul_characters_in_strings_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post/operation.py index 5c40e450c0f..17c7bc1e5f9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post/responses/response_200/__init__.py index 045f0a42898..b68a3ed212f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post/operation.py index 907a62f5004..52918012cd3 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post/responses/response_200/__init__.py index 16243857094..3592147b6c0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_number_type_matches_numbers_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_object_properties_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_object_properties_validation_response_body_for_content_types/post/operation.py index d28a04439db..d21cc3b25cd 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_object_properties_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_object_properties_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_object_properties_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_object_properties_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_object_properties_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_object_properties_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post/operation.py index 08e97aa21b7..deff37917c0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post/responses/response_200/__init__.py index 6d2bcdf9e1a..97b3b249cbc 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_object_type_matches_objects_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post/operation.py index fc443417cde..e31b8e20f48 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_complex_types_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_response_body_for_content_types/post/operation.py index 085a08a618e..573acdcbeaf 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post/operation.py index 1fae0ff470d..eaf4645efc2 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 3cf51f1225b..7468b61c396 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_base_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post/operation.py index 0f147a7dca7..9e6a56730be 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_empty_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_required_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_required_response_body_for_content_types/post/operation.py index a04bd8b8243..14a0426d61f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_required_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_required_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_required_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_required_response_body_for_content_types/post/responses/response_200/__init__.py index 6d2bcdf9e1a..97b3b249cbc 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_required_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_oneof_with_required_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post/operation.py index e4d865cd63e..b844f1f2af8 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_is_not_anchored_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_validation_response_body_for_content_types/post/operation.py index f271f994e3f..a7f6131763f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_pattern_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_patternproperties_validates_properties_matching_a_regex_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_patternproperties_validates_properties_matching_a_regex_response_body_for_content_types/post/operation.py index 6956b643f85..98465b6c2a4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_patternproperties_validates_properties_matching_a_regex_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_patternproperties_validates_properties_matching_a_regex_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_patternproperties_validates_properties_matching_a_regex_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_patternproperties_validates_properties_matching_a_regex_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_patternproperties_validates_properties_matching_a_regex_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_patternproperties_validates_properties_matching_a_regex_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_patternproperties_with_null_valued_instance_properties_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_patternproperties_with_null_valued_instance_properties_response_body_for_content_types/post/operation.py index aa07d6c6835..a288e2edf0f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_patternproperties_with_null_valued_instance_properties_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_patternproperties_with_null_valued_instance_properties_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_patternproperties_with_null_valued_instance_properties_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_patternproperties_with_null_valued_instance_properties_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_patternproperties_with_null_valued_instance_properties_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_patternproperties_with_null_valued_instance_properties_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_response_body_for_content_types/post/operation.py index dc7e4baee86..713c86292a4 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_response_body_for_content_types/post/responses/response_200/__init__.py index 6d332b0a9a0..61f07e91595 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_prefixitems_validation_adjusts_the_starting_index_for_items_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_prefixitems_with_null_instance_elements_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_prefixitems_with_null_instance_elements_response_body_for_content_types/post/operation.py index 65c5db69ce6..b87448851fc 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_prefixitems_with_null_instance_elements_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_prefixitems_with_null_instance_elements_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_prefixitems_with_null_instance_elements_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_prefixitems_with_null_instance_elements_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_prefixitems_with_null_instance_elements_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_prefixitems_with_null_instance_elements_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_patternproperties_additionalproperties_interaction_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_patternproperties_additionalproperties_interaction_response_body_for_content_types/post/operation.py index 724e8380844..4dfeb3dced5 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_patternproperties_additionalproperties_interaction_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_patternproperties_additionalproperties_interaction_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_patternproperties_additionalproperties_interaction_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_patternproperties_additionalproperties_interaction_response_body_for_content_types/post/responses/response_200/__init__.py index 30ab52c1eed..2cfddf5d9e3 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_patternproperties_additionalproperties_interaction_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_patternproperties_additionalproperties_interaction_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types/post/operation.py index 371cc9b476a..56ea12c8c94 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post/operation.py index 74d601d6ca6..6280d3941bf 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_null_valued_instance_properties_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_null_valued_instance_properties_response_body_for_content_types/post/operation.py index c6bddfea3ee..40a6fc40042 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_null_valued_instance_properties_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_null_valued_instance_properties_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_null_valued_instance_properties_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_null_valued_instance_properties_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_null_valued_instance_properties_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_properties_with_null_valued_instance_properties_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post/operation.py index 222ecd2bd65..093a3752b5c 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_propertynames_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_propertynames_validation_response_body_for_content_types/post/operation.py index 34b7f8a85b8..1409bd3cd43 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_propertynames_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_propertynames_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_propertynames_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_propertynames_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_propertynames_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_propertynames_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_regex_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_regex_format_response_body_for_content_types/post/operation.py index 81266b05535..ca8a03d4611 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_regex_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_regex_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_regex_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_regex_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_regex_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_regex_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_response_body_for_content_types/post/operation.py index 8ca593f1ec9..19bf9fcbced 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_regexes_are_not_anchored_by_default_and_are_case_sensitive_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_relative_json_pointer_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_relative_json_pointer_format_response_body_for_content_types/post/operation.py index 3379e135512..09269c022fe 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_relative_json_pointer_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_relative_json_pointer_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_relative_json_pointer_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_relative_json_pointer_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_relative_json_pointer_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_relative_json_pointer_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_default_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_default_validation_response_body_for_content_types/post/operation.py index f0905a65506..e5bef9320ac 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_default_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_default_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_default_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_default_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_default_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_default_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types/post/operation.py index c09510aad65..58ff8701aea 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_properties_whose_names_are_javascript_object_property_names_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_validation_response_body_for_content_types/post/operation.py index a4ce81f6b8b..2751b870e49 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post/operation.py index 78ca7737667..07c50ea63ef 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_empty_array_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post/operation.py index 7e1bd517f1b..e1c1ec9d1a1 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_required_with_escaped_characters_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post/operation.py index 0f0f1c9b902..e86ec17c61f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 16243857094..3592147b6c0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_simple_enum_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_single_dependency_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_single_dependency_response_body_for_content_types/post/operation.py index 787bdad21e3..ca54e2a054f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_single_dependency_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_single_dependency_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_single_dependency_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_single_dependency_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_single_dependency_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_single_dependency_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_small_multiple_of_large_integer_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_small_multiple_of_large_integer_response_body_for_content_types/post/operation.py index 36a9c192879..24d1fedfa0d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_small_multiple_of_large_integer_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_small_multiple_of_large_integer_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_small_multiple_of_large_integer_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_small_multiple_of_large_integer_response_body_for_content_types/post/responses/response_200/__init__.py index 8b47abaef1f..bc669dfbf43 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_small_multiple_of_large_integer_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_small_multiple_of_large_integer_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post/operation.py index 102cea8c432..a1777af1bf8 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post/responses/response_200/__init__.py index 3cf51f1225b..7468b61c396 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_string_type_matches_strings_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_time_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_time_format_response_body_for_content_types/post/operation.py index 79f07712bd3..cfd479cd715 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_time_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_time_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_time_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_time_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_time_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_time_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_array_object_or_null_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_array_object_or_null_response_body_for_content_types/post/operation.py index d7ba053d548..a267a37e3bb 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_array_object_or_null_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_array_object_or_null_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_array_object_or_null_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_array_object_or_null_response_body_for_content_types/post/responses/response_200/__init__.py index b422df60b99..9e149133969 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_array_object_or_null_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_array_object_or_null_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_array_or_object_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_array_or_object_response_body_for_content_types/post/operation.py index e1c63ea3d78..20f4dba0528 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_array_or_object_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_array_or_object_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_array_or_object_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_array_or_object_response_body_for_content_types/post/responses/response_200/__init__.py index d7b4f85c9fd..1e2cf5297ef 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_array_or_object_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_array_or_object_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_as_array_with_one_item_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_as_array_with_one_item_response_body_for_content_types/post/operation.py index 363d297a19f..7318fe02d35 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_as_array_with_one_item_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_as_array_with_one_item_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_as_array_with_one_item_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_as_array_with_one_item_response_body_for_content_types/post/responses/response_200/__init__.py index 3cf51f1225b..7468b61c396 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_as_array_with_one_item_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_type_as_array_with_one_item_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_as_schema_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_as_schema_response_body_for_content_types/post/operation.py index 871a18a9998..b0d8486f0f6 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_as_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_as_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_as_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_as_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_as_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_as_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_depends_on_multiple_nested_contains_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_depends_on_multiple_nested_contains_response_body_for_content_types/post/operation.py index 66e931b6c94..e1592a282bc 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_depends_on_multiple_nested_contains_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_depends_on_multiple_nested_contains_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_depends_on_multiple_nested_contains_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_depends_on_multiple_nested_contains_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_depends_on_multiple_nested_contains_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_depends_on_multiple_nested_contains_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_with_items_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_with_items_response_body_for_content_types/post/operation.py index 8b98ff6d03b..83c134d4b5e 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_with_items_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_with_items_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_with_items_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_with_items_response_body_for_content_types/post/responses/response_200/__init__.py index 38b2ee299ca..02289f75757 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_with_items_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_with_items_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_with_null_instance_elements_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_with_null_instance_elements_response_body_for_content_types/post/operation.py index d81235a3899..f49a7e5aaed 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_with_null_instance_elements_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_with_null_instance_elements_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_with_null_instance_elements_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_with_null_instance_elements_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_with_null_instance_elements_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluateditems_with_null_instance_elements_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_not_affected_by_propertynames_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_not_affected_by_propertynames_response_body_for_content_types/post/operation.py index a764edcd841..50217c5a860 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_not_affected_by_propertynames_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_not_affected_by_propertynames_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_not_affected_by_propertynames_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_not_affected_by_propertynames_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_not_affected_by_propertynames_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_not_affected_by_propertynames_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_schema_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_schema_response_body_for_content_types/post/operation.py index 67f2012e30b..8be12fa7890 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_schema_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_schema_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_schema_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_schema_response_body_for_content_types/post/responses/response_200/__init__.py index 6d2bcdf9e1a..97b3b249cbc 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_schema_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_schema_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_with_adjacent_additionalproperties_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_with_adjacent_additionalproperties_response_body_for_content_types/post/operation.py index 19b2e351702..c29a577efe8 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_with_adjacent_additionalproperties_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_with_adjacent_additionalproperties_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_with_adjacent_additionalproperties_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_with_adjacent_additionalproperties_response_body_for_content_types/post/responses/response_200/__init__.py index fae63f156f2..8e68299d3ec 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_with_adjacent_additionalproperties_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_with_adjacent_additionalproperties_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_with_null_valued_instance_properties_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_with_null_valued_instance_properties_response_body_for_content_types/post/operation.py index 53c3cc7a89c..f9f197806d0 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_with_null_valued_instance_properties_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_with_null_valued_instance_properties_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_with_null_valued_instance_properties_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_with_null_valued_instance_properties_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_with_null_valued_instance_properties_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_unevaluatedproperties_with_null_valued_instance_properties_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post/operation.py index d8c291ec290..a0a1c96d54f 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_with_an_array_of_items_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_with_an_array_of_items_response_body_for_content_types/post/operation.py index ab2f9d01e07..8cd78f51b0a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_with_an_array_of_items_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_with_an_array_of_items_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_with_an_array_of_items_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_with_an_array_of_items_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_with_an_array_of_items_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_false_with_an_array_of_items_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post/operation.py index 85ab539389c..b1ec94121c9 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_validation_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_with_an_array_of_items_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_with_an_array_of_items_response_body_for_content_types/post/operation.py index 04c9e6f9f85..ffd5774639d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_with_an_array_of_items_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_with_an_array_of_items_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_with_an_array_of_items_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_with_an_array_of_items_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_with_an_array_of_items_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uniqueitems_with_an_array_of_items_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_format_response_body_for_content_types/post/operation.py index 2e78f3fc368..0c0bcb3a435 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_reference_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_reference_format_response_body_for_content_types/post/operation.py index ce243405e0e..b69afb7eb46 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_reference_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_reference_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_reference_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_reference_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_reference_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_reference_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_template_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_template_format_response_body_for_content_types/post/operation.py index 94aa199b34a..0a0223e80b3 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_template_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_template_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_template_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_template_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_template_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uri_template_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uuid_format_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uuid_format_response_body_for_content_types/post/operation.py index 90c0a364934..a581a425916 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uuid_format_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uuid_format_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uuid_format_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uuid_format_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uuid_format_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_uuid_format_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_validate_against_correct_branch_then_vs_else_response_body_for_content_types/post/operation.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_validate_against_correct_branch_then_vs_else_response_body_for_content_types/post/operation.py index 744418d82c9..aa9548aa51a 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_validate_against_correct_branch_then_vs_else_response_body_for_content_types/post/operation.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_validate_against_correct_branch_then_vs_else_response_body_for_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_validate_against_correct_branch_then_vs_else_response_body_for_content_types/post/responses/response_200/__init__.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_validate_against_correct_branch_then_vs_else_response_body_for_content_types/post/responses/response_200/__init__.py index 4e2bb60fd6d..0a0a4adf45d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_validate_against_correct_branch_then_vs_else_response_body_for_content_types/post/responses/response_200/__init__.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/paths/response_body_post_validate_against_correct_branch_then_vs_else_response_body_for_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/3_1_0_unit_test/python/src/unit_test_api/servers/server_0.py b/samples/client/3_1_0_unit_test/python/src/unit_test_api/servers/server_0.py index c349fe628b0..d095ae0481d 100644 --- a/samples/client/3_1_0_unit_test/python/src/unit_test_api/servers/server_0.py +++ b/samples/client/3_1_0_unit_test/python/src/unit_test_api/servers/server_0.py @@ -1,5 +1,8 @@ # coding: utf-8 """ + openapi 3.1.0 sample spec + sample spec for testing openapi functionality, built from json schema tests for draft2020-12 # noqa: E501 + The version of the OpenAPI document: 0.0.1 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/README.md b/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/README.md index cd3c9b1fb56..1a571429a50 100644 --- a/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/README.md +++ b/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/README.md @@ -3,9 +3,9 @@ No description provided (generated by Openapi JSON Schema Generator https://gith This Python package is automatically generated by the [OpenAPI JSON Schema Generator](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) project: -- API version: 1.0 -- Package version: 1.0.0 -- Build package: PythonClientGenerator +- OpenAPI document version: 1.0 +- Python Package version: 1.0.0 +- OpenAPI JSON Schema Generator, Generator: PythonClientGenerator ## Requirements diff --git a/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/apis/paths/operators.py b/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/apis/paths/operators.py index d276355278c..61a2b3b3f65 100644 --- a/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/apis/paths/operators.py +++ b/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/apis/paths/operators.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + discriminator-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/apis/tags/default_api.py b/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/apis/tags/default_api.py index 79c57bcc190..5511188fef2 100644 --- a/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/apis/tags/default_api.py +++ b/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/apis/tags/default_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + discriminator-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/paths/operators/post/operation.py b/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/paths/operators/post/operation.py index e104cae96a0..7d850bd2bf5 100644 --- a/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/paths/operators/post/operation.py +++ b/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/paths/operators/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + discriminator-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/paths/operators/post/request_body/__init__.py b/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/paths/operators/post/request_body/__init__.py index 52b4d0cfbf3..e03eebfc60b 100644 --- a/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/paths/operators/post/request_body/__init__.py +++ b/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/paths/operators/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + discriminator-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/paths/operators/post/responses/response_200/__init__.py b/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/paths/operators/post/responses/response_200/__init__.py index ac0527321a2..82eb12458e4 100644 --- a/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/paths/operators/post/responses/response_200/__init__.py +++ b/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/paths/operators/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + discriminator-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/servers/server_0.py b/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/servers/server_0.py index 7f9a6d93662..e706caf8b31 100644 --- a/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/servers/server_0.py +++ b/samples/client/openapi_features/nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/servers/server_0.py @@ -1,5 +1,8 @@ # coding: utf-8 """ + discriminator-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/README.md b/samples/client/openapi_features/security/python/README.md index 4972ef0bf6b..78c0f8f6ce1 100644 --- a/samples/client/openapi_features/security/python/README.md +++ b/samples/client/openapi_features/security/python/README.md @@ -3,9 +3,9 @@ No description provided (generated by Openapi JSON Schema Generator https://gith This Python package is automatically generated by the [OpenAPI JSON Schema Generator](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) project: -- API version: 1.0 -- Package version: 1.0.0 -- Build package: PythonClientGenerator +- OpenAPI document version: 1.0 +- Python Package version: 1.0.0 +- OpenAPI JSON Schema Generator, Generator: PythonClientGenerator ## Requirements diff --git a/samples/client/openapi_features/security/python/src/this_package/apis/paths/path_with_no_explicit_security.py b/samples/client/openapi_features/security/python/src/this_package/apis/paths/path_with_no_explicit_security.py index 962b2551a60..235b27749ae 100644 --- a/samples/client/openapi_features/security/python/src/this_package/apis/paths/path_with_no_explicit_security.py +++ b/samples/client/openapi_features/security/python/src/this_package/apis/paths/path_with_no_explicit_security.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/apis/paths/path_with_one_explicit_security.py b/samples/client/openapi_features/security/python/src/this_package/apis/paths/path_with_one_explicit_security.py index 63208b5249f..12085eac934 100644 --- a/samples/client/openapi_features/security/python/src/this_package/apis/paths/path_with_one_explicit_security.py +++ b/samples/client/openapi_features/security/python/src/this_package/apis/paths/path_with_one_explicit_security.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/apis/paths/path_with_security_from_root.py b/samples/client/openapi_features/security/python/src/this_package/apis/paths/path_with_security_from_root.py index 2e78674e705..230e695e2d1 100644 --- a/samples/client/openapi_features/security/python/src/this_package/apis/paths/path_with_security_from_root.py +++ b/samples/client/openapi_features/security/python/src/this_package/apis/paths/path_with_security_from_root.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/apis/paths/path_with_two_explicit_security.py b/samples/client/openapi_features/security/python/src/this_package/apis/paths/path_with_two_explicit_security.py index 73857455422..8502c49d237 100644 --- a/samples/client/openapi_features/security/python/src/this_package/apis/paths/path_with_two_explicit_security.py +++ b/samples/client/openapi_features/security/python/src/this_package/apis/paths/path_with_two_explicit_security.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/apis/tags/default_api.py b/samples/client/openapi_features/security/python/src/this_package/apis/tags/default_api.py index d461864d064..d54e8f221f2 100644 --- a/samples/client/openapi_features/security/python/src/this_package/apis/tags/default_api.py +++ b/samples/client/openapi_features/security/python/src/this_package/apis/tags/default_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/components/security_schemes/security_scheme_api_key.py b/samples/client/openapi_features/security/python/src/this_package/components/security_schemes/security_scheme_api_key.py index 74a70c185d2..93a06248711 100644 --- a/samples/client/openapi_features/security/python/src/this_package/components/security_schemes/security_scheme_api_key.py +++ b/samples/client/openapi_features/security/python/src/this_package/components/security_schemes/security_scheme_api_key.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/components/security_schemes/security_scheme_bearer_test.py b/samples/client/openapi_features/security/python/src/this_package/components/security_schemes/security_scheme_bearer_test.py index 86d81890f02..8f057db6304 100644 --- a/samples/client/openapi_features/security/python/src/this_package/components/security_schemes/security_scheme_bearer_test.py +++ b/samples/client/openapi_features/security/python/src/this_package/components/security_schemes/security_scheme_bearer_test.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/components/security_schemes/security_scheme_http_basic_test.py b/samples/client/openapi_features/security/python/src/this_package/components/security_schemes/security_scheme_http_basic_test.py index d370989f1df..59bd485f5ba 100644 --- a/samples/client/openapi_features/security/python/src/this_package/components/security_schemes/security_scheme_http_basic_test.py +++ b/samples/client/openapi_features/security/python/src/this_package/components/security_schemes/security_scheme_http_basic_test.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_no_explicit_security/get/operation.py b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_no_explicit_security/get/operation.py index e5b06b7f0bb..28e74ffac10 100644 --- a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_no_explicit_security/get/operation.py +++ b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_no_explicit_security/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_no_explicit_security/get/responses/response_200/__init__.py b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_no_explicit_security/get/responses/response_200/__init__.py index ac0527321a2..e5b82267597 100644 --- a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_no_explicit_security/get/responses/response_200/__init__.py +++ b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_no_explicit_security/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_one_explicit_security/get/operation.py b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_one_explicit_security/get/operation.py index ab6869f2a45..f025888c0aa 100644 --- a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_one_explicit_security/get/operation.py +++ b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_one_explicit_security/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_one_explicit_security/get/responses/response_200/__init__.py b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_one_explicit_security/get/responses/response_200/__init__.py index ac0527321a2..e5b82267597 100644 --- a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_one_explicit_security/get/responses/response_200/__init__.py +++ b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_one_explicit_security/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_one_explicit_security/get/security/security_requirement_object_0.py b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_one_explicit_security/get/security/security_requirement_object_0.py index bc4be8f8f8d..685929de125 100644 --- a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_one_explicit_security/get/security/security_requirement_object_0.py +++ b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_one_explicit_security/get/security/security_requirement_object_0.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_security_from_root/get/operation.py b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_security_from_root/get/operation.py index d6aba20ac5a..40e7e7bdecc 100644 --- a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_security_from_root/get/operation.py +++ b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_security_from_root/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_security_from_root/get/responses/response_200/__init__.py b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_security_from_root/get/responses/response_200/__init__.py index ac0527321a2..e5b82267597 100644 --- a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_security_from_root/get/responses/response_200/__init__.py +++ b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_security_from_root/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_two_explicit_security/get/operation.py b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_two_explicit_security/get/operation.py index f0ff8df1e9e..b15549e2652 100644 --- a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_two_explicit_security/get/operation.py +++ b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_two_explicit_security/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_two_explicit_security/get/responses/response_200/__init__.py b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_two_explicit_security/get/responses/response_200/__init__.py index ac0527321a2..e5b82267597 100644 --- a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_two_explicit_security/get/responses/response_200/__init__.py +++ b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_two_explicit_security/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_two_explicit_security/get/security/security_requirement_object_0.py b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_two_explicit_security/get/security/security_requirement_object_0.py index bc4be8f8f8d..685929de125 100644 --- a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_two_explicit_security/get/security/security_requirement_object_0.py +++ b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_two_explicit_security/get/security/security_requirement_object_0.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_two_explicit_security/get/security/security_requirement_object_1.py b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_two_explicit_security/get/security/security_requirement_object_1.py index c8b81df5095..ae5d515f8c8 100644 --- a/samples/client/openapi_features/security/python/src/this_package/paths/path_with_two_explicit_security/get/security/security_requirement_object_1.py +++ b/samples/client/openapi_features/security/python/src/this_package/paths/path_with_two_explicit_security/get/security/security_requirement_object_1.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/security/security_requirement_object_0.py b/samples/client/openapi_features/security/python/src/this_package/security/security_requirement_object_0.py index bc4be8f8f8d..685929de125 100644 --- a/samples/client/openapi_features/security/python/src/this_package/security/security_requirement_object_0.py +++ b/samples/client/openapi_features/security/python/src/this_package/security/security_requirement_object_0.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/security/security_requirement_object_1.py b/samples/client/openapi_features/security/python/src/this_package/security/security_requirement_object_1.py index 8818207e5f3..c85c9a6aeaa 100644 --- a/samples/client/openapi_features/security/python/src/this_package/security/security_requirement_object_1.py +++ b/samples/client/openapi_features/security/python/src/this_package/security/security_requirement_object_1.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/security/security_requirement_object_2.py b/samples/client/openapi_features/security/python/src/this_package/security/security_requirement_object_2.py index 57c45b87988..a36ba39c19f 100644 --- a/samples/client/openapi_features/security/python/src/this_package/security/security_requirement_object_2.py +++ b/samples/client/openapi_features/security/python/src/this_package/security/security_requirement_object_2.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/security/security_requirement_object_3.py b/samples/client/openapi_features/security/python/src/this_package/security/security_requirement_object_3.py index 3491a2a00c3..c14cbb60063 100644 --- a/samples/client/openapi_features/security/python/src/this_package/security/security_requirement_object_3.py +++ b/samples/client/openapi_features/security/python/src/this_package/security/security_requirement_object_3.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/openapi_features/security/python/src/this_package/servers/server_0.py b/samples/client/openapi_features/security/python/src/this_package/servers/server_0.py index 7f9a6d93662..93e22f4b841 100644 --- a/samples/client/openapi_features/security/python/src/this_package/servers/server_0.py +++ b/samples/client/openapi_features/security/python/src/this_package/servers/server_0.py @@ -1,5 +1,8 @@ # coding: utf-8 """ + security-test + No description provided (generated by Openapi JSON Schema Generator https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) # noqa: E501 + The version of the OpenAPI document: 1.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/java/.openapi-generator/FILES b/samples/client/petstore/java/.openapi-generator/FILES index 8db8d9ea067..8ee910d207d 100644 --- a/samples/client/petstore/java/.openapi-generator/FILES +++ b/samples/client/petstore/java/.openapi-generator/FILES @@ -585,7 +585,7 @@ docs/paths/foo/get/responses/FooGetCodedefaultResponse.md docs/paths/foo/get/responses/codedefaultresponse/content/applicationjson/ApplicationjsonSchema.md docs/paths/foo/get/servers/FooGetServer0.md docs/paths/foo/get/servers/FooGetServer1.md -docs/paths/foo/get/servers/server1/Variables.md +docs/paths/foo/get/servers/server1/FooGetServer1Variables.md docs/paths/pet/PetPost.md docs/paths/pet/PetPut.md docs/paths/pet/post/PetPostRequestBody.md @@ -617,7 +617,7 @@ docs/paths/petfindbystatus/get/security/PetfindbystatusGetSecurityRequirementObj docs/paths/petfindbystatus/get/security/PetfindbystatusGetSecurityRequirementObject2.md docs/paths/petfindbystatus/servers/PetfindbystatusServer0.md docs/paths/petfindbystatus/servers/PetfindbystatusServer1.md -docs/paths/petfindbystatus/servers/server1/Variables.md +docs/paths/petfindbystatus/servers/server1/PetfindbystatusServer1Variables.md docs/paths/petfindbytags/PetfindbytagsGet.md docs/paths/petfindbytags/get/PetfindbytagsGetQueryParameters.md docs/paths/petfindbytags/get/PetfindbytagsGetResponses.md @@ -746,11 +746,11 @@ docs/paths/userusername/put/UserusernamePutResponses.md docs/paths/userusername/put/requestbody/content/applicationjson/ApplicationjsonSchema.md docs/paths/userusername/put/responses/UserusernamePutCode400Response.md docs/paths/userusername/put/responses/UserusernamePutCode404Response.md -docs/servers/Server0.md -docs/servers/Server1.md -docs/servers/Server2.md -docs/servers/server0/Variables.md -docs/servers/server1/Variables.md +docs/servers/RootServer0.md +docs/servers/RootServer1.md +docs/servers/RootServer2.md +docs/servers/rootserver0/RootServer0Variables.md +docs/servers/rootserver1/RootServer1Variables.md pom.xml src/main/java/org/openapijsonschematools/client/RootServerInfo.java src/main/java/org/openapijsonschematools/client/apiclient/ApiClient.java @@ -1504,7 +1504,7 @@ src/main/java/org/openapijsonschematools/client/paths/foo/get/responses/FooGetCo src/main/java/org/openapijsonschematools/client/paths/foo/get/responses/codedefaultresponse/content/applicationjson/ApplicationjsonSchema.java src/main/java/org/openapijsonschematools/client/paths/foo/get/servers/FooGetServer0.java src/main/java/org/openapijsonschematools/client/paths/foo/get/servers/FooGetServer1.java -src/main/java/org/openapijsonschematools/client/paths/foo/get/servers/server1/Variables.java +src/main/java/org/openapijsonschematools/client/paths/foo/get/servers/server1/FooGetServer1Variables.java src/main/java/org/openapijsonschematools/client/paths/pet/PetPost.java src/main/java/org/openapijsonschematools/client/paths/pet/PetPut.java src/main/java/org/openapijsonschematools/client/paths/pet/post/PetPostRequestBody.java @@ -1538,7 +1538,7 @@ src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/get/securi src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/get/security/PetfindbystatusGetSecurityRequirementObject2.java src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/servers/PetfindbystatusServer0.java src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/servers/PetfindbystatusServer1.java -src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/servers/server1/Variables.java +src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/servers/server1/PetfindbystatusServer1Variables.java src/main/java/org/openapijsonschematools/client/paths/petfindbytags/PetfindbytagsGet.java src/main/java/org/openapijsonschematools/client/paths/petfindbytags/get/Parameters.java src/main/java/org/openapijsonschematools/client/paths/petfindbytags/get/PetfindbytagsGetQueryParameters.java @@ -1816,15 +1816,15 @@ src/main/java/org/openapijsonschematools/client/securityschemes/MutualTlsSecurit src/main/java/org/openapijsonschematools/client/securityschemes/OAuth2SecurityScheme.java src/main/java/org/openapijsonschematools/client/securityschemes/OpenIdConnectSecurityScheme.java src/main/java/org/openapijsonschematools/client/securityschemes/SecurityScheme.java +src/main/java/org/openapijsonschematools/client/servers/RootServer0.java +src/main/java/org/openapijsonschematools/client/servers/RootServer1.java +src/main/java/org/openapijsonschematools/client/servers/RootServer2.java src/main/java/org/openapijsonschematools/client/servers/Server.java -src/main/java/org/openapijsonschematools/client/servers/Server0.java -src/main/java/org/openapijsonschematools/client/servers/Server1.java -src/main/java/org/openapijsonschematools/client/servers/Server2.java src/main/java/org/openapijsonschematools/client/servers/ServerProvider.java src/main/java/org/openapijsonschematools/client/servers/ServerWithVariables.java src/main/java/org/openapijsonschematools/client/servers/ServerWithoutVariables.java -src/main/java/org/openapijsonschematools/client/servers/server0/Variables.java -src/main/java/org/openapijsonschematools/client/servers/server1/Variables.java +src/main/java/org/openapijsonschematools/client/servers/rootserver0/RootServer0Variables.java +src/main/java/org/openapijsonschematools/client/servers/rootserver1/RootServer1Variables.java src/test/java/org/openapijsonschematools/client/configurations/JsonSchemaKeywordFlagsTest.java src/test/java/org/openapijsonschematools/client/header/ContentHeaderTest.java src/test/java/org/openapijsonschematools/client/header/SchemaHeaderTest.java diff --git a/samples/client/petstore/java/README.md b/samples/client/petstore/java/README.md index dd39c08745e..5a29bf2142b 100644 --- a/samples/client/petstore/java/README.md +++ b/samples/client/petstore/java/README.md @@ -1,11 +1,11 @@ -# +# petstore This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. This Java package is automatically generated by the [OpenAPI JSON Schema Generator](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) project: -- API version: 1.0.0 -- Package version: -- Build package: JavaClientGenerator +- OpenAPI document version: 1.0.0 +- Java Package version: 1.0.0 +- OpenAPI JSON Schema Generator, Generator: JavaClientGenerator ## Requirements @@ -158,9 +158,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.solidus.get.responses.SolidusGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -169,13 +169,14 @@ import org.openapijsonschematools.client.paths.solidus.get.SolidusGetResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -183,10 +184,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -216,9 +219,9 @@ SolidusGetResponses.EndpointSolidusGetCode200Response castResponse = (SolidusGet ## Servers | server_index | Class | Description | | ------------ | ----- | ----------- | -| 0 | [Server0](docs/servers/Server0.md) | petstore server | -| 1 | [Server1](docs/servers/Server1.md) | The local server | -| 2 | [Server2](docs/servers/Server2.md) | staging server with no variables | +| 0 | [RootServer0](docs/servers/RootServer0.md) | petstore server | +| 1 | [RootServer1](docs/servers/RootServer1.md) | The local server | +| 2 | [RootServer2](docs/servers/RootServer2.md) | staging server with no variables | ## Component SecuritySchemes | Class | Description | @@ -239,73 +242,73 @@ All URIs are relative to the selected server | HTTP request | Methods | Description | | ------------ | ------- | ----------- | -| / **get** | [Fake.slashRoute](docs/apis/tags/Fake.md#slashroute) [Solidus.get](docs/paths/Solidus.md#get) [SolidusGet.Get.get](docs/paths/solidus/SolidusGet.md#get) | slash route | -| /another-fake/dummy **patch** | [Anotherfake.model123TestSpecialTags](docs/apis/tags/Anotherfake.md#model123testspecialtags) [Anotherfakedummy.patch](docs/paths/Anotherfakedummy.md#patch) [AnotherfakedummyPatch.Patch.patch](docs/paths/anotherfakedummy/AnotherfakedummyPatch.md#patch) | To test special tags | -| /commonParam/{subDir}/ **delete** | [Fake.deleteCommonParam](docs/apis/tags/Fake.md#deletecommonparam) [Commonparamsubdir.delete](docs/paths/Commonparamsubdir.md#delete) [CommonparamsubdirDelete.Delete.delete](docs/paths/commonparamsubdir/CommonparamsubdirDelete.md#delete) | | -| /commonParam/{subDir}/ **get** | [Fake.getCommonParam](docs/apis/tags/Fake.md#getcommonparam) [Commonparamsubdir.get](docs/paths/Commonparamsubdir.md#get) [CommonparamsubdirGet.Get.get](docs/paths/commonparamsubdir/CommonparamsubdirGet.md#get) | | -| /commonParam/{subDir}/ **post** | [Fake.postCommonParam](docs/apis/tags/Fake.md#postcommonparam) [Commonparamsubdir.post](docs/paths/Commonparamsubdir.md#post) [CommonparamsubdirPost.Post.post](docs/paths/commonparamsubdir/CommonparamsubdirPost.md#post) | | -| /fake **delete** | [Fake.groupParameters](docs/apis/tags/Fake.md#groupparameters) [Fake.delete](docs/paths/Fake.md#delete) [FakeDelete.Delete.delete](docs/paths/fake/FakeDelete.md#delete) | Fake endpoint to test group parameters (optional) | -| /fake **get** | [Fake.enumParameters](docs/apis/tags/Fake.md#enumparameters) [Fake.get](docs/paths/Fake.md#get) [FakeGet.Get.get](docs/paths/fake/FakeGet.md#get) | To test enum parameters | -| /fake **patch** | [Fake.clientModel](docs/apis/tags/Fake.md#clientmodel) [Fake.patch](docs/paths/Fake.md#patch) [FakePatch.Patch.patch](docs/paths/fake/FakePatch.md#patch) | To test "client" model | -| /fake **post** | [Fake.endpointParameters](docs/apis/tags/Fake.md#endpointparameters) [Fake.post](docs/paths/Fake.md#post) [FakePost.Post.post](docs/paths/fake/FakePost.md#post) | Fake endpoint for testing various parameters
假端點
偽のエンドポイント
가짜 엔드 포인트
| -| /fake/additional-properties-with-array-of-enums **get** | [Fake.additionalPropertiesWithArrayOfEnums](docs/apis/tags/Fake.md#additionalpropertieswitharrayofenums) [Fakeadditionalpropertieswitharrayofenums.get](docs/paths/Fakeadditionalpropertieswitharrayofenums.md#get) [FakeadditionalpropertieswitharrayofenumsGet.Get.get](docs/paths/fakeadditionalpropertieswitharrayofenums/FakeadditionalpropertieswitharrayofenumsGet.md#get) | Additional Properties with Array of Enums | -| /fake/body-with-file-schema **put** | [Fake.bodyWithFileSchema](docs/apis/tags/Fake.md#bodywithfileschema) [Fakebodywithfileschema.put](docs/paths/Fakebodywithfileschema.md#put) [FakebodywithfileschemaPut.Put.put](docs/paths/fakebodywithfileschema/FakebodywithfileschemaPut.md#put) | | -| /fake/body-with-query-params **put** | [Fake.bodyWithQueryParams](docs/apis/tags/Fake.md#bodywithqueryparams) [Fakebodywithqueryparams.put](docs/paths/Fakebodywithqueryparams.md#put) [FakebodywithqueryparamsPut.Put.put](docs/paths/fakebodywithqueryparams/FakebodywithqueryparamsPut.md#put) | | -| /fake/case-sensitive-params **put** | [Fake.caseSensitiveParams](docs/apis/tags/Fake.md#casesensitiveparams) [Fakecasesensitiveparams.put](docs/paths/Fakecasesensitiveparams.md#put) [FakecasesensitiveparamsPut.Put.put](docs/paths/fakecasesensitiveparams/FakecasesensitiveparamsPut.md#put) | | -| /fake/deleteCoffee/{id} **delete** | [Fake.deleteCoffee](docs/apis/tags/Fake.md#deletecoffee) [Fakedeletecoffeeid.delete](docs/paths/Fakedeletecoffeeid.md#delete) [FakedeletecoffeeidDelete.Delete.delete](docs/paths/fakedeletecoffeeid/FakedeletecoffeeidDelete.md#delete) | Delete coffee | -| /fake/health **get** | [Fake.fakeHealthGet](docs/apis/tags/Fake.md#fakehealthget) [Fakehealth.get](docs/paths/Fakehealth.md#get) [FakehealthGet.Get.get](docs/paths/fakehealth/FakehealthGet.md#get) | Health check endpoint | -| /fake/inline-additionalProperties **post** | [Fake.inlineAdditionalProperties](docs/apis/tags/Fake.md#inlineadditionalproperties) [Fakeinlineadditionalproperties.post](docs/paths/Fakeinlineadditionalproperties.md#post) [FakeinlineadditionalpropertiesPost.Post.post](docs/paths/fakeinlineadditionalproperties/FakeinlineadditionalpropertiesPost.md#post) | test inline additionalProperties | -| /fake/inlineComposition/ **post** | [Fake.inlineComposition](docs/apis/tags/Fake.md#inlinecomposition) [Fakeinlinecomposition.post](docs/paths/Fakeinlinecomposition.md#post) [FakeinlinecompositionPost.Post.post](docs/paths/fakeinlinecomposition/FakeinlinecompositionPost.md#post) | testing composed schemas at inline locations | -| /fake/jsonFormData **get** | [Fake.jsonFormData](docs/apis/tags/Fake.md#jsonformdata) [Fakejsonformdata.get](docs/paths/Fakejsonformdata.md#get) [FakejsonformdataGet.Get.get](docs/paths/fakejsonformdata/FakejsonformdataGet.md#get) | test json serialization of form data | -| /fake/jsonPatch **patch** | [Fake.jsonPatch](docs/apis/tags/Fake.md#jsonpatch) [Fakejsonpatch.patch](docs/paths/Fakejsonpatch.md#patch) [FakejsonpatchPatch.Patch.patch](docs/paths/fakejsonpatch/FakejsonpatchPatch.md#patch) | json patch | -| /fake/jsonWithCharset **post** | [Fake.jsonWithCharset](docs/apis/tags/Fake.md#jsonwithcharset) [Fakejsonwithcharset.post](docs/paths/Fakejsonwithcharset.md#post) [FakejsonwithcharsetPost.Post.post](docs/paths/fakejsonwithcharset/FakejsonwithcharsetPost.md#post) | json with charset tx and rx | -| /fake/multipleRequestBodyContentTypes/ **post** | [Fake.multipleRequestBodyContentTypes](docs/apis/tags/Fake.md#multiplerequestbodycontenttypes) [Fakemultiplerequestbodycontenttypes.post](docs/paths/Fakemultiplerequestbodycontenttypes.md#post) [FakemultiplerequestbodycontenttypesPost.Post.post](docs/paths/fakemultiplerequestbodycontenttypes/FakemultiplerequestbodycontenttypesPost.md#post) | testing composed schemas at inline locations | -| /fake/multipleResponseBodies **get** | [Fake.multipleResponseBodies](docs/apis/tags/Fake.md#multipleresponsebodies) [Fakemultipleresponsebodies.get](docs/paths/Fakemultipleresponsebodies.md#get) [FakemultipleresponsebodiesGet.Get.get](docs/paths/fakemultipleresponsebodies/FakemultipleresponsebodiesGet.md#get) | multiple responses have response bodies | -| /fake/multipleSecurities **get** | [Fake.multipleSecurities](docs/apis/tags/Fake.md#multiplesecurities) [Fakemultiplesecurities.get](docs/paths/Fakemultiplesecurities.md#get) [FakemultiplesecuritiesGet.Get.get](docs/paths/fakemultiplesecurities/FakemultiplesecuritiesGet.md#get) | multiple security requirements | -| /fake/objInQuery **get** | [Fake.objectInQuery](docs/apis/tags/Fake.md#objectinquery) [Fakeobjinquery.get](docs/paths/Fakeobjinquery.md#get) [FakeobjinqueryGet.Get.get](docs/paths/fakeobjinquery/FakeobjinqueryGet.md#get) | user list | -| /fake/parameterCollisions/{1}/{aB}/{Ab}/{self}/{A-B}/ **post** | [Fake.parameterCollisions](docs/apis/tags/Fake.md#parametercollisions) [Fakeparametercollisions1ababselfab.post](docs/paths/Fakeparametercollisions1ababselfab.md#post) [Fakeparametercollisions1ababselfabPost.Post.post](docs/paths/fakeparametercollisions1ababselfab/Fakeparametercollisions1ababselfabPost.md#post) | parameter collision case | -| /fake/pemContentType **get** | [Fake.pemContentType](docs/apis/tags/Fake.md#pemcontenttype) [Fakepemcontenttype.get](docs/paths/Fakepemcontenttype.md#get) [FakepemcontenttypeGet.Get.get](docs/paths/fakepemcontenttype/FakepemcontenttypeGet.md#get) | route with tx and rx pem content type | -| /fake/queryParamWithJsonContentType **get** | [Fake.queryParamWithJsonContentType](docs/apis/tags/Fake.md#queryparamwithjsoncontenttype) [Fakequeryparamwithjsoncontenttype.get](docs/paths/Fakequeryparamwithjsoncontenttype.md#get) [FakequeryparamwithjsoncontenttypeGet.Get.get](docs/paths/fakequeryparamwithjsoncontenttype/FakequeryparamwithjsoncontenttypeGet.md#get) | query param with json content-type | -| /fake/redirection **get** | [Fake.redirection](docs/apis/tags/Fake.md#redirection) [Fakeredirection.get](docs/paths/Fakeredirection.md#get) [FakeredirectionGet.Get.get](docs/paths/fakeredirection/FakeredirectionGet.md#get) | operation with redirection responses | -| /fake/refObjInQuery **get** | [Fake.refObjectInQuery](docs/apis/tags/Fake.md#refobjectinquery) [Fakerefobjinquery.get](docs/paths/Fakerefobjinquery.md#get) [FakerefobjinqueryGet.Get.get](docs/paths/fakerefobjinquery/FakerefobjinqueryGet.md#get) | user list | -| /fake/refs/array-of-enums **post** | [Fake.arrayOfEnums](docs/apis/tags/Fake.md#arrayofenums) [Fakerefsarrayofenums.post](docs/paths/Fakerefsarrayofenums.md#post) [FakerefsarrayofenumsPost.Post.post](docs/paths/fakerefsarrayofenums/FakerefsarrayofenumsPost.md#post) | Array of Enums | -| /fake/refs/arraymodel **post** | [Fake.arrayModel](docs/apis/tags/Fake.md#arraymodel) [Fakerefsarraymodel.post](docs/paths/Fakerefsarraymodel.md#post) [FakerefsarraymodelPost.Post.post](docs/paths/fakerefsarraymodel/FakerefsarraymodelPost.md#post) | | -| /fake/refs/boolean **post** | [Fake.modelBoolean](docs/apis/tags/Fake.md#modelboolean) [Fakerefsboolean.post](docs/paths/Fakerefsboolean.md#post) [FakerefsbooleanPost.Post.post](docs/paths/fakerefsboolean/FakerefsbooleanPost.md#post) | | -| /fake/refs/composed_one_of_number_with_validations **post** | [Fake.composedOneOfDifferentTypes](docs/apis/tags/Fake.md#composedoneofdifferenttypes) [Fakerefscomposedoneofnumberwithvalidations.post](docs/paths/Fakerefscomposedoneofnumberwithvalidations.md#post) [FakerefscomposedoneofnumberwithvalidationsPost.Post.post](docs/paths/fakerefscomposedoneofnumberwithvalidations/FakerefscomposedoneofnumberwithvalidationsPost.md#post) | | -| /fake/refs/enum **post** | [Fake.stringEnum](docs/apis/tags/Fake.md#stringenum) [Fakerefsenum.post](docs/paths/Fakerefsenum.md#post) [FakerefsenumPost.Post.post](docs/paths/fakerefsenum/FakerefsenumPost.md#post) | | -| /fake/refs/mammal **post** | [Fake.mammal](docs/apis/tags/Fake.md#mammal) [Fakerefsmammal.post](docs/paths/Fakerefsmammal.md#post) [FakerefsmammalPost.Post.post](docs/paths/fakerefsmammal/FakerefsmammalPost.md#post) | | -| /fake/refs/number **post** | [Fake.numberWithValidations](docs/apis/tags/Fake.md#numberwithvalidations) [Fakerefsnumber.post](docs/paths/Fakerefsnumber.md#post) [FakerefsnumberPost.Post.post](docs/paths/fakerefsnumber/FakerefsnumberPost.md#post) | | -| /fake/refs/object_model_with_ref_props **post** | [Fake.objectModelWithRefProps](docs/apis/tags/Fake.md#objectmodelwithrefprops) [Fakerefsobjectmodelwithrefprops.post](docs/paths/Fakerefsobjectmodelwithrefprops.md#post) [FakerefsobjectmodelwithrefpropsPost.Post.post](docs/paths/fakerefsobjectmodelwithrefprops/FakerefsobjectmodelwithrefpropsPost.md#post) | | -| /fake/refs/string **post** | [Fake.modelString](docs/apis/tags/Fake.md#modelstring) [Fakerefsstring.post](docs/paths/Fakerefsstring.md#post) [FakerefsstringPost.Post.post](docs/paths/fakerefsstring/FakerefsstringPost.md#post) | | -| /fake/responseWithoutSchema **get** | [Fake.responseWithoutSchema](docs/apis/tags/Fake.md#responsewithoutschema) [Fakeresponsewithoutschema.get](docs/paths/Fakeresponsewithoutschema.md#get) [FakeresponsewithoutschemaGet.Get.get](docs/paths/fakeresponsewithoutschema/FakeresponsewithoutschemaGet.md#get) | receives a response without schema | -| /fake/test-query-paramters **put** | [Fake.queryParameterCollectionFormat](docs/apis/tags/Fake.md#queryparametercollectionformat) [Faketestqueryparamters.put](docs/paths/Faketestqueryparamters.md#put) [FaketestqueryparamtersPut.Put.put](docs/paths/faketestqueryparamters/FaketestqueryparamtersPut.md#put) | | -| /fake/uploadDownloadFile **post** | [Fake.uploadDownloadFile](docs/apis/tags/Fake.md#uploaddownloadfile) [Fakeuploaddownloadfile.post](docs/paths/Fakeuploaddownloadfile.md#post) [FakeuploaddownloadfilePost.Post.post](docs/paths/fakeuploaddownloadfile/FakeuploaddownloadfilePost.md#post) | uploads a file and downloads a file using application/octet-stream | -| /fake/uploadFile **post** | [Fake.uploadFile](docs/apis/tags/Fake.md#uploadfile) [Fakeuploadfile.post](docs/paths/Fakeuploadfile.md#post) [FakeuploadfilePost.Post.post](docs/paths/fakeuploadfile/FakeuploadfilePost.md#post) | uploads a file using multipart/form-data | -| /fake/uploadFiles **post** | [Fake.uploadFiles](docs/apis/tags/Fake.md#uploadfiles) [Fakeuploadfiles.post](docs/paths/Fakeuploadfiles.md#post) [FakeuploadfilesPost.Post.post](docs/paths/fakeuploadfiles/FakeuploadfilesPost.md#post) | uploads files using multipart/form-data | -| /fake/wildCardResponses **get** | [Fake.wildCardResponses](docs/apis/tags/Fake.md#wildcardresponses) [Fakewildcardresponses.get](docs/paths/Fakewildcardresponses.md#get) [FakewildcardresponsesGet.Get.get](docs/paths/fakewildcardresponses/FakewildcardresponsesGet.md#get) | operation with wildcard responses | -| /fake/{petId}/uploadImageWithRequiredFile **post** | [Pet.uploadFileWithRequiredFile](docs/apis/tags/Pet.md#uploadfilewithrequiredfile) [Fakepetiduploadimagewithrequiredfile.post](docs/paths/Fakepetiduploadimagewithrequiredfile.md#post) [FakepetiduploadimagewithrequiredfilePost.Post.post](docs/paths/fakepetiduploadimagewithrequiredfile/FakepetiduploadimagewithrequiredfilePost.md#post) | uploads an image (required) | -| /fake_classname_test **patch** | [Fakeclassnametags123.classname](docs/apis/tags/Fakeclassnametags123.md#classname) [Fakeclassnametest.patch](docs/paths/Fakeclassnametest.md#patch) [FakeclassnametestPatch.Patch.patch](docs/paths/fakeclassnametest/FakeclassnametestPatch.md#patch) | To test class name in snake case | -| /foo **get** | [Default.fooGet](docs/apis/tags/Default.md#fooget) [Foo.get](docs/paths/Foo.md#get) [FooGet.Get.get](docs/paths/foo/FooGet.md#get) | | -| /pet **post** | [Pet.addPet](docs/apis/tags/Pet.md#addpet) [Pet.post](docs/paths/Pet.md#post) [PetPost.Post.post](docs/paths/pet/PetPost.md#post) | Add a new pet to the store | -| /pet **put** | [Pet.updatePet](docs/apis/tags/Pet.md#updatepet) [Pet.put](docs/paths/Pet.md#put) [PetPut.Put.put](docs/paths/pet/PetPut.md#put) | Update an existing pet | -| /pet/findByStatus **get** | [Pet.findPetsByStatus](docs/apis/tags/Pet.md#findpetsbystatus) [Petfindbystatus.get](docs/paths/Petfindbystatus.md#get) [PetfindbystatusGet.Get.get](docs/paths/petfindbystatus/PetfindbystatusGet.md#get) | Finds Pets by status | -| /pet/findByTags **get** | [Pet.findPetsByTags](docs/apis/tags/Pet.md#findpetsbytags) [Petfindbytags.get](docs/paths/Petfindbytags.md#get) [PetfindbytagsGet.Get.get](docs/paths/petfindbytags/PetfindbytagsGet.md#get) | Finds Pets by tags | -| /pet/{petId} **delete** | [Pet.deletePet](docs/apis/tags/Pet.md#deletepet) [Petpetid.delete](docs/paths/Petpetid.md#delete) [PetpetidDelete.Delete.delete](docs/paths/petpetid/PetpetidDelete.md#delete) | Deletes a pet | -| /pet/{petId} **get** | [Pet.getPetById](docs/apis/tags/Pet.md#getpetbyid) [Petpetid.get](docs/paths/Petpetid.md#get) [PetpetidGet.Get.get](docs/paths/petpetid/PetpetidGet.md#get) | Find pet by ID | -| /pet/{petId} **post** | [Pet.updatePetWithForm](docs/apis/tags/Pet.md#updatepetwithform) [Petpetid.post](docs/paths/Petpetid.md#post) [PetpetidPost.Post.post](docs/paths/petpetid/PetpetidPost.md#post) | Updates a pet in the store with form data | -| /pet/{petId}/uploadImage **post** | [Pet.uploadImage](docs/apis/tags/Pet.md#uploadimage) [Petpetiduploadimage.post](docs/paths/Petpetiduploadimage.md#post) [PetpetiduploadimagePost.Post.post](docs/paths/petpetiduploadimage/PetpetiduploadimagePost.md#post) | uploads an image | -| /store/inventory **get** | [Store.getInventory](docs/apis/tags/Store.md#getinventory) [Storeinventory.get](docs/paths/Storeinventory.md#get) [StoreinventoryGet.Get.get](docs/paths/storeinventory/StoreinventoryGet.md#get) | Returns pet inventories by status | -| /store/order **post** | [Store.placeOrder](docs/apis/tags/Store.md#placeorder) [Storeorder.post](docs/paths/Storeorder.md#post) [StoreorderPost.Post.post](docs/paths/storeorder/StoreorderPost.md#post) | Place an order for a pet | -| /store/order/{order_id} **delete** | [Store.deleteOrder](docs/apis/tags/Store.md#deleteorder) [Storeorderorderid.delete](docs/paths/Storeorderorderid.md#delete) [StoreorderorderidDelete.Delete.delete](docs/paths/storeorderorderid/StoreorderorderidDelete.md#delete) | Delete purchase order by ID | -| /store/order/{order_id} **get** | [Store.getOrderById](docs/apis/tags/Store.md#getorderbyid) [Storeorderorderid.get](docs/paths/Storeorderorderid.md#get) [StoreorderorderidGet.Get.get](docs/paths/storeorderorderid/StoreorderorderidGet.md#get) | Find purchase order by ID | -| /user **post** | [User.createUser](docs/apis/tags/User.md#createuser) [User.post](docs/paths/User.md#post) [UserPost.Post.post](docs/paths/user/UserPost.md#post) | Create user | -| /user/createWithArray **post** | [User.createUsersWithArrayInput](docs/apis/tags/User.md#createuserswitharrayinput) [Usercreatewitharray.post](docs/paths/Usercreatewitharray.md#post) [UsercreatewitharrayPost.Post.post](docs/paths/usercreatewitharray/UsercreatewitharrayPost.md#post) | Creates list of users with given input array | -| /user/createWithList **post** | [User.createUsersWithListInput](docs/apis/tags/User.md#createuserswithlistinput) [Usercreatewithlist.post](docs/paths/Usercreatewithlist.md#post) [UsercreatewithlistPost.Post.post](docs/paths/usercreatewithlist/UsercreatewithlistPost.md#post) | Creates list of users with given input array | -| /user/login **get** | [User.loginUser](docs/apis/tags/User.md#loginuser) [Userlogin.get](docs/paths/Userlogin.md#get) [UserloginGet.Get.get](docs/paths/userlogin/UserloginGet.md#get) | Logs user into the system | -| /user/logout **get** | [User.logoutUser](docs/apis/tags/User.md#logoutuser) [Userlogout.get](docs/paths/Userlogout.md#get) [UserlogoutGet.Get.get](docs/paths/userlogout/UserlogoutGet.md#get) | Logs out current logged in user session | -| /user/{username} **delete** | [User.deleteUser](docs/apis/tags/User.md#deleteuser) [Userusername.delete](docs/paths/Userusername.md#delete) [UserusernameDelete.Delete.delete](docs/paths/userusername/UserusernameDelete.md#delete) | Delete user | -| /user/{username} **get** | [User.getUserByName](docs/apis/tags/User.md#getuserbyname) [Userusername.get](docs/paths/Userusername.md#get) [UserusernameGet.Get.get](docs/paths/userusername/UserusernameGet.md#get) | Get user by user name | -| /user/{username} **put** | [User.updateUser](docs/apis/tags/User.md#updateuser) [Userusername.put](docs/paths/Userusername.md#put) [UserusernamePut.Put.put](docs/paths/userusername/UserusernamePut.md#put) | Updated user | +| / **get** | [Fake.slashRoute](docs/apis/tags/Fake.md#slashroute) [Solidus.get](docs/apis/paths/Solidus.md#get) [SolidusGet.Get.get](docs/paths/solidus/SolidusGet.md#get) | slash route | +| /another-fake/dummy **patch** | [Anotherfake.model123TestSpecialTags](docs/apis/tags/Anotherfake.md#model123testspecialtags) [Anotherfakedummy.patch](docs/apis/paths/Anotherfakedummy.md#patch) [AnotherfakedummyPatch.Patch.patch](docs/paths/anotherfakedummy/AnotherfakedummyPatch.md#patch) | To test special tags | +| /commonParam/{subDir}/ **delete** | [Fake.deleteCommonParam](docs/apis/tags/Fake.md#deletecommonparam) [Commonparamsubdir.delete](docs/apis/paths/Commonparamsubdir.md#delete) [CommonparamsubdirDelete.Delete.delete](docs/paths/commonparamsubdir/CommonparamsubdirDelete.md#delete) | | +| /commonParam/{subDir}/ **get** | [Fake.getCommonParam](docs/apis/tags/Fake.md#getcommonparam) [Commonparamsubdir.get](docs/apis/paths/Commonparamsubdir.md#get) [CommonparamsubdirGet.Get.get](docs/paths/commonparamsubdir/CommonparamsubdirGet.md#get) | | +| /commonParam/{subDir}/ **post** | [Fake.postCommonParam](docs/apis/tags/Fake.md#postcommonparam) [Commonparamsubdir.post](docs/apis/paths/Commonparamsubdir.md#post) [CommonparamsubdirPost.Post.post](docs/paths/commonparamsubdir/CommonparamsubdirPost.md#post) | | +| /fake **delete** | [Fake.groupParameters](docs/apis/tags/Fake.md#groupparameters) [Fake.delete](docs/apis/paths/Fake.md#delete) [FakeDelete.Delete.delete](docs/paths/fake/FakeDelete.md#delete) | Fake endpoint to test group parameters (optional) | +| /fake **get** | [Fake.enumParameters](docs/apis/tags/Fake.md#enumparameters) [Fake.get](docs/apis/paths/Fake.md#get) [FakeGet.Get.get](docs/paths/fake/FakeGet.md#get) | To test enum parameters | +| /fake **patch** | [Fake.clientModel](docs/apis/tags/Fake.md#clientmodel) [Fake.patch](docs/apis/paths/Fake.md#patch) [FakePatch.Patch.patch](docs/paths/fake/FakePatch.md#patch) | To test "client" model | +| /fake **post** | [Fake.endpointParameters](docs/apis/tags/Fake.md#endpointparameters) [Fake.post](docs/apis/paths/Fake.md#post) [FakePost.Post.post](docs/paths/fake/FakePost.md#post) | Fake endpoint for testing various parameters
假端點
偽のエンドポイント
가짜 엔드 포인트
| +| /fake/additional-properties-with-array-of-enums **get** | [Fake.additionalPropertiesWithArrayOfEnums](docs/apis/tags/Fake.md#additionalpropertieswitharrayofenums) [Fakeadditionalpropertieswitharrayofenums.get](docs/apis/paths/Fakeadditionalpropertieswitharrayofenums.md#get) [FakeadditionalpropertieswitharrayofenumsGet.Get.get](docs/paths/fakeadditionalpropertieswitharrayofenums/FakeadditionalpropertieswitharrayofenumsGet.md#get) | Additional Properties with Array of Enums | +| /fake/body-with-file-schema **put** | [Fake.bodyWithFileSchema](docs/apis/tags/Fake.md#bodywithfileschema) [Fakebodywithfileschema.put](docs/apis/paths/Fakebodywithfileschema.md#put) [FakebodywithfileschemaPut.Put.put](docs/paths/fakebodywithfileschema/FakebodywithfileschemaPut.md#put) | | +| /fake/body-with-query-params **put** | [Fake.bodyWithQueryParams](docs/apis/tags/Fake.md#bodywithqueryparams) [Fakebodywithqueryparams.put](docs/apis/paths/Fakebodywithqueryparams.md#put) [FakebodywithqueryparamsPut.Put.put](docs/paths/fakebodywithqueryparams/FakebodywithqueryparamsPut.md#put) | | +| /fake/case-sensitive-params **put** | [Fake.caseSensitiveParams](docs/apis/tags/Fake.md#casesensitiveparams) [Fakecasesensitiveparams.put](docs/apis/paths/Fakecasesensitiveparams.md#put) [FakecasesensitiveparamsPut.Put.put](docs/paths/fakecasesensitiveparams/FakecasesensitiveparamsPut.md#put) | | +| /fake/deleteCoffee/{id} **delete** | [Fake.deleteCoffee](docs/apis/tags/Fake.md#deletecoffee) [Fakedeletecoffeeid.delete](docs/apis/paths/Fakedeletecoffeeid.md#delete) [FakedeletecoffeeidDelete.Delete.delete](docs/paths/fakedeletecoffeeid/FakedeletecoffeeidDelete.md#delete) | Delete coffee | +| /fake/health **get** | [Fake.fakeHealthGet](docs/apis/tags/Fake.md#fakehealthget) [Fakehealth.get](docs/apis/paths/Fakehealth.md#get) [FakehealthGet.Get.get](docs/paths/fakehealth/FakehealthGet.md#get) | Health check endpoint | +| /fake/inline-additionalProperties **post** | [Fake.inlineAdditionalProperties](docs/apis/tags/Fake.md#inlineadditionalproperties) [Fakeinlineadditionalproperties.post](docs/apis/paths/Fakeinlineadditionalproperties.md#post) [FakeinlineadditionalpropertiesPost.Post.post](docs/paths/fakeinlineadditionalproperties/FakeinlineadditionalpropertiesPost.md#post) | test inline additionalProperties | +| /fake/inlineComposition/ **post** | [Fake.inlineComposition](docs/apis/tags/Fake.md#inlinecomposition) [Fakeinlinecomposition.post](docs/apis/paths/Fakeinlinecomposition.md#post) [FakeinlinecompositionPost.Post.post](docs/paths/fakeinlinecomposition/FakeinlinecompositionPost.md#post) | testing composed schemas at inline locations | +| /fake/jsonFormData **get** | [Fake.jsonFormData](docs/apis/tags/Fake.md#jsonformdata) [Fakejsonformdata.get](docs/apis/paths/Fakejsonformdata.md#get) [FakejsonformdataGet.Get.get](docs/paths/fakejsonformdata/FakejsonformdataGet.md#get) | test json serialization of form data | +| /fake/jsonPatch **patch** | [Fake.jsonPatch](docs/apis/tags/Fake.md#jsonpatch) [Fakejsonpatch.patch](docs/apis/paths/Fakejsonpatch.md#patch) [FakejsonpatchPatch.Patch.patch](docs/paths/fakejsonpatch/FakejsonpatchPatch.md#patch) | json patch | +| /fake/jsonWithCharset **post** | [Fake.jsonWithCharset](docs/apis/tags/Fake.md#jsonwithcharset) [Fakejsonwithcharset.post](docs/apis/paths/Fakejsonwithcharset.md#post) [FakejsonwithcharsetPost.Post.post](docs/paths/fakejsonwithcharset/FakejsonwithcharsetPost.md#post) | json with charset tx and rx | +| /fake/multipleRequestBodyContentTypes/ **post** | [Fake.multipleRequestBodyContentTypes](docs/apis/tags/Fake.md#multiplerequestbodycontenttypes) [Fakemultiplerequestbodycontenttypes.post](docs/apis/paths/Fakemultiplerequestbodycontenttypes.md#post) [FakemultiplerequestbodycontenttypesPost.Post.post](docs/paths/fakemultiplerequestbodycontenttypes/FakemultiplerequestbodycontenttypesPost.md#post) | testing composed schemas at inline locations | +| /fake/multipleResponseBodies **get** | [Fake.multipleResponseBodies](docs/apis/tags/Fake.md#multipleresponsebodies) [Fakemultipleresponsebodies.get](docs/apis/paths/Fakemultipleresponsebodies.md#get) [FakemultipleresponsebodiesGet.Get.get](docs/paths/fakemultipleresponsebodies/FakemultipleresponsebodiesGet.md#get) | multiple responses have response bodies | +| /fake/multipleSecurities **get** | [Fake.multipleSecurities](docs/apis/tags/Fake.md#multiplesecurities) [Fakemultiplesecurities.get](docs/apis/paths/Fakemultiplesecurities.md#get) [FakemultiplesecuritiesGet.Get.get](docs/paths/fakemultiplesecurities/FakemultiplesecuritiesGet.md#get) | multiple security requirements | +| /fake/objInQuery **get** | [Fake.objectInQuery](docs/apis/tags/Fake.md#objectinquery) [Fakeobjinquery.get](docs/apis/paths/Fakeobjinquery.md#get) [FakeobjinqueryGet.Get.get](docs/paths/fakeobjinquery/FakeobjinqueryGet.md#get) | user list | +| /fake/parameterCollisions/{1}/{aB}/{Ab}/{self}/{A-B}/ **post** | [Fake.parameterCollisions](docs/apis/tags/Fake.md#parametercollisions) [Fakeparametercollisions1ababselfab.post](docs/apis/paths/Fakeparametercollisions1ababselfab.md#post) [Fakeparametercollisions1ababselfabPost.Post.post](docs/paths/fakeparametercollisions1ababselfab/Fakeparametercollisions1ababselfabPost.md#post) | parameter collision case | +| /fake/pemContentType **get** | [Fake.pemContentType](docs/apis/tags/Fake.md#pemcontenttype) [Fakepemcontenttype.get](docs/apis/paths/Fakepemcontenttype.md#get) [FakepemcontenttypeGet.Get.get](docs/paths/fakepemcontenttype/FakepemcontenttypeGet.md#get) | route with tx and rx pem content type | +| /fake/queryParamWithJsonContentType **get** | [Fake.queryParamWithJsonContentType](docs/apis/tags/Fake.md#queryparamwithjsoncontenttype) [Fakequeryparamwithjsoncontenttype.get](docs/apis/paths/Fakequeryparamwithjsoncontenttype.md#get) [FakequeryparamwithjsoncontenttypeGet.Get.get](docs/paths/fakequeryparamwithjsoncontenttype/FakequeryparamwithjsoncontenttypeGet.md#get) | query param with json content-type | +| /fake/redirection **get** | [Fake.redirection](docs/apis/tags/Fake.md#redirection) [Fakeredirection.get](docs/apis/paths/Fakeredirection.md#get) [FakeredirectionGet.Get.get](docs/paths/fakeredirection/FakeredirectionGet.md#get) | operation with redirection responses | +| /fake/refObjInQuery **get** | [Fake.refObjectInQuery](docs/apis/tags/Fake.md#refobjectinquery) [Fakerefobjinquery.get](docs/apis/paths/Fakerefobjinquery.md#get) [FakerefobjinqueryGet.Get.get](docs/paths/fakerefobjinquery/FakerefobjinqueryGet.md#get) | user list | +| /fake/refs/array-of-enums **post** | [Fake.arrayOfEnums](docs/apis/tags/Fake.md#arrayofenums) [Fakerefsarrayofenums.post](docs/apis/paths/Fakerefsarrayofenums.md#post) [FakerefsarrayofenumsPost.Post.post](docs/paths/fakerefsarrayofenums/FakerefsarrayofenumsPost.md#post) | Array of Enums | +| /fake/refs/arraymodel **post** | [Fake.arrayModel](docs/apis/tags/Fake.md#arraymodel) [Fakerefsarraymodel.post](docs/apis/paths/Fakerefsarraymodel.md#post) [FakerefsarraymodelPost.Post.post](docs/paths/fakerefsarraymodel/FakerefsarraymodelPost.md#post) | | +| /fake/refs/boolean **post** | [Fake.modelBoolean](docs/apis/tags/Fake.md#modelboolean) [Fakerefsboolean.post](docs/apis/paths/Fakerefsboolean.md#post) [FakerefsbooleanPost.Post.post](docs/paths/fakerefsboolean/FakerefsbooleanPost.md#post) | | +| /fake/refs/composed_one_of_number_with_validations **post** | [Fake.composedOneOfDifferentTypes](docs/apis/tags/Fake.md#composedoneofdifferenttypes) [Fakerefscomposedoneofnumberwithvalidations.post](docs/apis/paths/Fakerefscomposedoneofnumberwithvalidations.md#post) [FakerefscomposedoneofnumberwithvalidationsPost.Post.post](docs/paths/fakerefscomposedoneofnumberwithvalidations/FakerefscomposedoneofnumberwithvalidationsPost.md#post) | | +| /fake/refs/enum **post** | [Fake.stringEnum](docs/apis/tags/Fake.md#stringenum) [Fakerefsenum.post](docs/apis/paths/Fakerefsenum.md#post) [FakerefsenumPost.Post.post](docs/paths/fakerefsenum/FakerefsenumPost.md#post) | | +| /fake/refs/mammal **post** | [Fake.mammal](docs/apis/tags/Fake.md#mammal) [Fakerefsmammal.post](docs/apis/paths/Fakerefsmammal.md#post) [FakerefsmammalPost.Post.post](docs/paths/fakerefsmammal/FakerefsmammalPost.md#post) | | +| /fake/refs/number **post** | [Fake.numberWithValidations](docs/apis/tags/Fake.md#numberwithvalidations) [Fakerefsnumber.post](docs/apis/paths/Fakerefsnumber.md#post) [FakerefsnumberPost.Post.post](docs/paths/fakerefsnumber/FakerefsnumberPost.md#post) | | +| /fake/refs/object_model_with_ref_props **post** | [Fake.objectModelWithRefProps](docs/apis/tags/Fake.md#objectmodelwithrefprops) [Fakerefsobjectmodelwithrefprops.post](docs/apis/paths/Fakerefsobjectmodelwithrefprops.md#post) [FakerefsobjectmodelwithrefpropsPost.Post.post](docs/paths/fakerefsobjectmodelwithrefprops/FakerefsobjectmodelwithrefpropsPost.md#post) | | +| /fake/refs/string **post** | [Fake.modelString](docs/apis/tags/Fake.md#modelstring) [Fakerefsstring.post](docs/apis/paths/Fakerefsstring.md#post) [FakerefsstringPost.Post.post](docs/paths/fakerefsstring/FakerefsstringPost.md#post) | | +| /fake/responseWithoutSchema **get** | [Fake.responseWithoutSchema](docs/apis/tags/Fake.md#responsewithoutschema) [Fakeresponsewithoutschema.get](docs/apis/paths/Fakeresponsewithoutschema.md#get) [FakeresponsewithoutschemaGet.Get.get](docs/paths/fakeresponsewithoutschema/FakeresponsewithoutschemaGet.md#get) | receives a response without schema | +| /fake/test-query-paramters **put** | [Fake.queryParameterCollectionFormat](docs/apis/tags/Fake.md#queryparametercollectionformat) [Faketestqueryparamters.put](docs/apis/paths/Faketestqueryparamters.md#put) [FaketestqueryparamtersPut.Put.put](docs/paths/faketestqueryparamters/FaketestqueryparamtersPut.md#put) | | +| /fake/uploadDownloadFile **post** | [Fake.uploadDownloadFile](docs/apis/tags/Fake.md#uploaddownloadfile) [Fakeuploaddownloadfile.post](docs/apis/paths/Fakeuploaddownloadfile.md#post) [FakeuploaddownloadfilePost.Post.post](docs/paths/fakeuploaddownloadfile/FakeuploaddownloadfilePost.md#post) | uploads a file and downloads a file using application/octet-stream | +| /fake/uploadFile **post** | [Fake.uploadFile](docs/apis/tags/Fake.md#uploadfile) [Fakeuploadfile.post](docs/apis/paths/Fakeuploadfile.md#post) [FakeuploadfilePost.Post.post](docs/paths/fakeuploadfile/FakeuploadfilePost.md#post) | uploads a file using multipart/form-data | +| /fake/uploadFiles **post** | [Fake.uploadFiles](docs/apis/tags/Fake.md#uploadfiles) [Fakeuploadfiles.post](docs/apis/paths/Fakeuploadfiles.md#post) [FakeuploadfilesPost.Post.post](docs/paths/fakeuploadfiles/FakeuploadfilesPost.md#post) | uploads files using multipart/form-data | +| /fake/wildCardResponses **get** | [Fake.wildCardResponses](docs/apis/tags/Fake.md#wildcardresponses) [Fakewildcardresponses.get](docs/apis/paths/Fakewildcardresponses.md#get) [FakewildcardresponsesGet.Get.get](docs/paths/fakewildcardresponses/FakewildcardresponsesGet.md#get) | operation with wildcard responses | +| /fake/{petId}/uploadImageWithRequiredFile **post** | [Pet.uploadFileWithRequiredFile](docs/apis/tags/Pet.md#uploadfilewithrequiredfile) [Fakepetiduploadimagewithrequiredfile.post](docs/apis/paths/Fakepetiduploadimagewithrequiredfile.md#post) [FakepetiduploadimagewithrequiredfilePost.Post.post](docs/paths/fakepetiduploadimagewithrequiredfile/FakepetiduploadimagewithrequiredfilePost.md#post) | uploads an image (required) | +| /fake_classname_test **patch** | [Fakeclassnametags123.classname](docs/apis/tags/Fakeclassnametags123.md#classname) [Fakeclassnametest.patch](docs/apis/paths/Fakeclassnametest.md#patch) [FakeclassnametestPatch.Patch.patch](docs/paths/fakeclassnametest/FakeclassnametestPatch.md#patch) | To test class name in snake case | +| /foo **get** | [Default.fooGet](docs/apis/tags/Default.md#fooget) [Foo.get](docs/apis/paths/Foo.md#get) [FooGet.Get.get](docs/paths/foo/FooGet.md#get) | | +| /pet **post** | [Pet.addPet](docs/apis/tags/Pet.md#addpet) [Pet.post](docs/apis/paths/Pet.md#post) [PetPost.Post.post](docs/paths/pet/PetPost.md#post) | Add a new pet to the store | +| /pet **put** | [Pet.updatePet](docs/apis/tags/Pet.md#updatepet) [Pet.put](docs/apis/paths/Pet.md#put) [PetPut.Put.put](docs/paths/pet/PetPut.md#put) | Update an existing pet | +| /pet/findByStatus **get** | [Pet.findPetsByStatus](docs/apis/tags/Pet.md#findpetsbystatus) [Petfindbystatus.get](docs/apis/paths/Petfindbystatus.md#get) [PetfindbystatusGet.Get.get](docs/paths/petfindbystatus/PetfindbystatusGet.md#get) | Finds Pets by status | +| /pet/findByTags **get** | [Pet.findPetsByTags](docs/apis/tags/Pet.md#findpetsbytags) [Petfindbytags.get](docs/apis/paths/Petfindbytags.md#get) [PetfindbytagsGet.Get.get](docs/paths/petfindbytags/PetfindbytagsGet.md#get) | Finds Pets by tags | +| /pet/{petId} **delete** | [Pet.deletePet](docs/apis/tags/Pet.md#deletepet) [Petpetid.delete](docs/apis/paths/Petpetid.md#delete) [PetpetidDelete.Delete.delete](docs/paths/petpetid/PetpetidDelete.md#delete) | Deletes a pet | +| /pet/{petId} **get** | [Pet.getPetById](docs/apis/tags/Pet.md#getpetbyid) [Petpetid.get](docs/apis/paths/Petpetid.md#get) [PetpetidGet.Get.get](docs/paths/petpetid/PetpetidGet.md#get) | Find pet by ID | +| /pet/{petId} **post** | [Pet.updatePetWithForm](docs/apis/tags/Pet.md#updatepetwithform) [Petpetid.post](docs/apis/paths/Petpetid.md#post) [PetpetidPost.Post.post](docs/paths/petpetid/PetpetidPost.md#post) | Updates a pet in the store with form data | +| /pet/{petId}/uploadImage **post** | [Pet.uploadImage](docs/apis/tags/Pet.md#uploadimage) [Petpetiduploadimage.post](docs/apis/paths/Petpetiduploadimage.md#post) [PetpetiduploadimagePost.Post.post](docs/paths/petpetiduploadimage/PetpetiduploadimagePost.md#post) | uploads an image | +| /store/inventory **get** | [Store.getInventory](docs/apis/tags/Store.md#getinventory) [Storeinventory.get](docs/apis/paths/Storeinventory.md#get) [StoreinventoryGet.Get.get](docs/paths/storeinventory/StoreinventoryGet.md#get) | Returns pet inventories by status | +| /store/order **post** | [Store.placeOrder](docs/apis/tags/Store.md#placeorder) [Storeorder.post](docs/apis/paths/Storeorder.md#post) [StoreorderPost.Post.post](docs/paths/storeorder/StoreorderPost.md#post) | Place an order for a pet | +| /store/order/{order_id} **delete** | [Store.deleteOrder](docs/apis/tags/Store.md#deleteorder) [Storeorderorderid.delete](docs/apis/paths/Storeorderorderid.md#delete) [StoreorderorderidDelete.Delete.delete](docs/paths/storeorderorderid/StoreorderorderidDelete.md#delete) | Delete purchase order by ID | +| /store/order/{order_id} **get** | [Store.getOrderById](docs/apis/tags/Store.md#getorderbyid) [Storeorderorderid.get](docs/apis/paths/Storeorderorderid.md#get) [StoreorderorderidGet.Get.get](docs/paths/storeorderorderid/StoreorderorderidGet.md#get) | Find purchase order by ID | +| /user **post** | [User.createUser](docs/apis/tags/User.md#createuser) [User.post](docs/apis/paths/User.md#post) [UserPost.Post.post](docs/paths/user/UserPost.md#post) | Create user | +| /user/createWithArray **post** | [User.createUsersWithArrayInput](docs/apis/tags/User.md#createuserswitharrayinput) [Usercreatewitharray.post](docs/apis/paths/Usercreatewitharray.md#post) [UsercreatewitharrayPost.Post.post](docs/paths/usercreatewitharray/UsercreatewitharrayPost.md#post) | Creates list of users with given input array | +| /user/createWithList **post** | [User.createUsersWithListInput](docs/apis/tags/User.md#createuserswithlistinput) [Usercreatewithlist.post](docs/apis/paths/Usercreatewithlist.md#post) [UsercreatewithlistPost.Post.post](docs/paths/usercreatewithlist/UsercreatewithlistPost.md#post) | Creates list of users with given input array | +| /user/login **get** | [User.loginUser](docs/apis/tags/User.md#loginuser) [Userlogin.get](docs/apis/paths/Userlogin.md#get) [UserloginGet.Get.get](docs/paths/userlogin/UserloginGet.md#get) | Logs user into the system | +| /user/logout **get** | [User.logoutUser](docs/apis/tags/User.md#logoutuser) [Userlogout.get](docs/apis/paths/Userlogout.md#get) [UserlogoutGet.Get.get](docs/paths/userlogout/UserlogoutGet.md#get) | Logs out current logged in user session | +| /user/{username} **delete** | [User.deleteUser](docs/apis/tags/User.md#deleteuser) [Userusername.delete](docs/apis/paths/Userusername.md#delete) [UserusernameDelete.Delete.delete](docs/paths/userusername/UserusernameDelete.md#delete) | Delete user | +| /user/{username} **get** | [User.getUserByName](docs/apis/tags/User.md#getuserbyname) [Userusername.get](docs/apis/paths/Userusername.md#get) [UserusernameGet.Get.get](docs/paths/userusername/UserusernameGet.md#get) | Get user by user name | +| /user/{username} **put** | [User.updateUser](docs/apis/tags/User.md#updateuser) [Userusername.put](docs/apis/paths/Userusername.md#put) [UserusernamePut.Put.put](docs/paths/userusername/UserusernamePut.md#put) | Updated user | ## Component Schemas | Class | Description | diff --git a/samples/client/petstore/java/docs/RootServerInfo.md b/samples/client/petstore/java/docs/RootServerInfo.md index 835dd2fd558..efe32cf743d 100644 --- a/samples/client/petstore/java/docs/RootServerInfo.md +++ b/samples/client/petstore/java/docs/RootServerInfo.md @@ -23,14 +23,14 @@ A class that stores servers and allows one to be returned with a ServerIndex ins ### Constructor Summary | Constructor and Description | | --------------------------- | -| RootServerInfo1(@Nullable [Server0](servers/Server0.md) server0,@Nullable [Server1](servers/Server1.md) server1,@Nullable [Server2](servers/Server2.md) server2)
Creates an instance using passed in servers | +| RootServerInfo1(@Nullable [RootServer0](servers/RootServer0.md) server0,@Nullable [RootServer1](servers/RootServer1.md) server1,@Nullable [RootServer2](servers/RootServer2.md) server2)
Creates an instance using passed in servers | ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [Server0](servers/Server0.md) | server0 | -| [Server1](servers/Server1.md) | server1 | -| [Server2](servers/Server2.md) | server2 | +| [RootServer0](servers/RootServer0.md) | server0 | +| [RootServer1](servers/RootServer1.md) | server1 | +| [RootServer2](servers/RootServer2.md) | server2 | ### Method Summary | Modifier and Type | Method and Description | @@ -49,9 +49,9 @@ a builder for [RootServerInfo1](#rootserverinfo1) ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [RootServerInfoBuilder](#rootserverinfobuilder) | server0([Server0](servers/Server0.md) server0)
sets the server | -| [RootServerInfoBuilder](#rootserverinfobuilder) | server1([Server1](servers/Server1.md) server1)
sets the server | -| [RootServerInfoBuilder](#rootserverinfobuilder) | server2([Server2](servers/Server2.md) server2)
sets the server | +| [RootServerInfoBuilder](#rootserverinfobuilder) | rootServer0([RootServer0](servers/RootServer0.md) server0)
sets the server | +| [RootServerInfoBuilder](#rootserverinfobuilder) | rootServer1([RootServer1](servers/RootServer1.md) server1)
sets the server | +| [RootServerInfoBuilder](#rootserverinfobuilder) | rootServer2([RootServer2](servers/RootServer2.md) server2)
sets the server | | [RootServerInfo1](#rootserverinfo1) | build() | ## ServerIndex diff --git a/samples/client/petstore/java/docs/apis/paths/Anotherfakedummy.md b/samples/client/petstore/java/docs/apis/paths/Anotherfakedummy.md index dfff5e5ce61..dd44aeae181 100644 --- a/samples/client/petstore/java/docs/apis/paths/Anotherfakedummy.md +++ b/samples/client/petstore/java/docs/apis/paths/Anotherfakedummy.md @@ -3,7 +3,7 @@ public class Anotherfakedummy extends extends ApiClient implements [AnotherfakedummyPatch.PatchOperation](../../paths/anotherfakedummy/AnotherfakedummyPatch.md#patchoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/another-fake/dummy" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.anotherfakedummy.patch.AnotherfakedummyPatchRequestBody; import org.openapijsonschematools.client.components.schemas.Client; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.anotherfakedummy.patch.responses.AnotherfakedummyPatchCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Anotherfakedummy; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.anotherfakedummy.patch.Anotherfak import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Anotherfakedummy apiClient = new Anotherfakedummy(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Commonparamsubdir.md b/samples/client/petstore/java/docs/apis/paths/Commonparamsubdir.md index 288534965ef..1d778b34d13 100644 --- a/samples/client/petstore/java/docs/apis/paths/Commonparamsubdir.md +++ b/samples/client/petstore/java/docs/apis/paths/Commonparamsubdir.md @@ -5,7 +5,7 @@ public class Commonparamsubdir extends extends ApiClient implements [CommonparamsubdirGet.GetOperation](../../paths/commonparamsubdir/CommonparamsubdirGet.md#getoperation), [CommonparamsubdirPost.PostOperation](../../paths/commonparamsubdir/CommonparamsubdirPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/commonParam/{subDir}/" ## Method Summary | Modifier and Type | Method and Description | @@ -48,9 +48,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.commonparamsubdir.delete.CommonparamsubdirDeleteHeaderParameters; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.commonparamsubdir.delete.CommonparamsubdirDeletePathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.commonparamsubdir.delete.responses.CommonparamsubdirDeleteCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Commonparamsubdir; @@ -59,13 +59,14 @@ import org.openapijsonschematools.client.paths.commonparamsubdir.delete.Commonpa import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -73,19 +74,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Commonparamsubdir apiClient = new Commonparamsubdir(apiConfiguration, schemaConfiguration); // Map validation -CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParametersMap pathParameters = +CommonparamsubdirDeletePathParameters.PathParametersMap pathParameters = CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParameters1.validate( - new CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParametersMapBuilder() + new CommonparamsubdirDeletePathParameters.PathParametersMapBuilder() .subDir("c") .build(), @@ -145,9 +148,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.commonparamsubdir.get.CommonparamsubdirGetQueryParameters; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.commonparamsubdir.get.CommonparamsubdirGetPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.commonparamsubdir.get.responses.CommonparamsubdirGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Commonparamsubdir; @@ -156,13 +159,14 @@ import org.openapijsonschematools.client.paths.commonparamsubdir.get.Commonparam import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -170,19 +174,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Commonparamsubdir apiClient = new Commonparamsubdir(apiConfiguration, schemaConfiguration); // Map validation -CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParametersMap pathParameters = +CommonparamsubdirGetPathParameters.PathParametersMap pathParameters = CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParameters1.validate( - new CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParametersMapBuilder() + new CommonparamsubdirGetPathParameters.PathParametersMapBuilder() .subDir("a") .build(), @@ -242,9 +248,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.commonparamsubdir.post.CommonparamsubdirPostHeaderParameters; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.commonparamsubdir.post.CommonparamsubdirPostPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.commonparamsubdir.post.responses.CommonparamsubdirPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Commonparamsubdir; @@ -253,13 +259,14 @@ import org.openapijsonschematools.client.paths.commonparamsubdir.post.Commonpara import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -267,19 +274,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Commonparamsubdir apiClient = new Commonparamsubdir(apiConfiguration, schemaConfiguration); // Map validation -CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParametersMap pathParameters = +CommonparamsubdirPostPathParameters.PathParametersMap pathParameters = CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParameters1.validate( - new CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParametersMapBuilder() + new CommonparamsubdirPostPathParameters.PathParametersMapBuilder() .subDir("a") .build(), diff --git a/samples/client/petstore/java/docs/apis/paths/Fake.md b/samples/client/petstore/java/docs/apis/paths/Fake.md index f06c8b53c84..2f0f6492dd4 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fake.md +++ b/samples/client/petstore/java/docs/apis/paths/Fake.md @@ -6,7 +6,7 @@ public class Fake extends extends ApiClient implements [FakePatch.PatchOperation](../../paths/fake/FakePatch.md#patchoperation), [FakePost.PostOperation](../../paths/fake/FakePost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake" ## Method Summary | Modifier and Type | Method and Description | @@ -51,9 +51,9 @@ import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fake.delete.FakeDeleteSecurityInfo; import org.openapijsonschematools.client.paths.fake.delete.FakeDeleteHeaderParameters; import org.openapijsonschematools.client.paths.fake.delete.FakeDeleteQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.BearerTest; import org.openapijsonschematools.client.paths.fake.delete.responses.FakeDeleteCode200Response; @@ -64,13 +64,14 @@ import org.openapijsonschematools.client.paths.fake.delete.FakeDeleteResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -85,21 +86,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .fakeDeleteSecurityRequirementObject0SecurityIndex(FakeDeleteSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); // Map validation -FakeDeleteHeaderParameters.FakeDeleteHeaderParametersMap headerParameters = +FakeDeleteHeaderParameters.HeaderParametersMap headerParameters = FakeDeleteHeaderParameters.FakeDeleteHeaderParameters1.validate( - new FakeDeleteHeaderParameters.FakeDeleteHeaderParametersMapBuilder() + new FakeDeleteHeaderParameters.HeaderParametersMapBuilder() .required_boolean_group("true") .boolean_group("true") @@ -109,9 +112,9 @@ FakeDeleteHeaderParameters.FakeDeleteHeaderParametersMap headerParameters = ); // Map validation -FakeDeleteQueryParameters.FakeDeleteQueryParametersMap queryParameters = +FakeDeleteQueryParameters.QueryParametersMap queryParameters = FakeDeleteQueryParameters.FakeDeleteQueryParameters1.validate( - new FakeDeleteQueryParameters.FakeDeleteQueryParametersMapBuilder() + new FakeDeleteQueryParameters.QueryParametersMapBuilder() .required_int64_group(1L) .required_string_group("a") @@ -182,9 +185,9 @@ import org.openapijsonschematools.client.paths.fake.get.requestbody.content.appl import org.openapijsonschematools.client.paths.fake.get.FakeGetHeaderParameters; import org.openapijsonschematools.client.paths.fake.get.FakeGetQueryParameters; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fake.get.responses.FakeGetCode200Response; import org.openapijsonschematools.client.paths.fake.get.responses.FakeGetCode404Response; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -194,13 +197,14 @@ import org.openapijsonschematools.client.paths.fake.get.FakeGetResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -208,10 +212,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -273,9 +279,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fake.patch.FakePatchRequestBody; import org.openapijsonschematools.client.components.schemas.Client; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fake.patch.responses.FakePatchCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fake; @@ -284,13 +290,14 @@ import org.openapijsonschematools.client.paths.fake.patch.FakePatchResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -298,10 +305,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -375,9 +384,9 @@ import org.openapijsonschematools.client.paths.fake.post.FakePostRequestBody; import org.openapijsonschematools.client.paths.fake.post.requestbody.content.applicationxwwwformurlencoded.ApplicationxwwwformurlencodedSchema; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fake.post.FakePostSecurityInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.HttpBasicTest; import org.openapijsonschematools.client.paths.fake.post.responses.FakePostCode200Response; @@ -389,13 +398,14 @@ import org.openapijsonschematools.client.paths.fake.post.FakePostResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -410,12 +420,14 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .fakePostSecurityRequirementObject0SecurityIndex(FakePostSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakeadditionalpropertieswitharrayofenums.md b/samples/client/petstore/java/docs/apis/paths/Fakeadditionalpropertieswitharrayofenums.md index 214de5c1394..b79b67276cb 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakeadditionalpropertieswitharrayofenums.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakeadditionalpropertieswitharrayofenums.md @@ -3,7 +3,7 @@ public class Fakeadditionalpropertieswitharrayofenums extends extends ApiClient implements [FakeadditionalpropertieswitharrayofenumsGet.GetOperation](../../paths/fakeadditionalpropertieswitharrayofenums/FakeadditionalpropertieswitharrayofenumsGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/additional-properties-with-array-of-enums" ## Method Summary | Modifier and Type | Method and Description | @@ -42,9 +42,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakeadditionalpropertieswitharrayofenums.get.FakeadditionalpropertieswitharrayofenumsGetRequestBody; import org.openapijsonschematools.client.components.schemas.AdditionalPropertiesWithArrayOfEnums; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeadditionalpropertieswitharrayofenums.get.responses.FakeadditionalpropertieswitharrayofenumsGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakeadditionalpropertieswitharrayofenums; @@ -53,13 +53,14 @@ import org.openapijsonschematools.client.paths.fakeadditionalpropertieswitharray import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -67,10 +68,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakeadditionalpropertieswitharrayofenums apiClient = new Fakeadditionalpropertieswitharrayofenums(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakebodywithfileschema.md b/samples/client/petstore/java/docs/apis/paths/Fakebodywithfileschema.md index 5d36cc1dfd5..531b96a5ee1 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakebodywithfileschema.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakebodywithfileschema.md @@ -3,7 +3,7 @@ public class Fakebodywithfileschema extends extends ApiClient implements [FakebodywithfileschemaPut.PutOperation](../../paths/fakebodywithfileschema/FakebodywithfileschemaPut.md#putoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/body-with-file-schema" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakebodywithfileschema.put.FakebodywithfileschemaPutRequestBody; import org.openapijsonschematools.client.components.schemas.FileSchemaTestClass; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakebodywithfileschema.put.responses.FakebodywithfileschemaPutCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakebodywithfileschema; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.fakebodywithfileschema.put.Fakebo import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakebodywithfileschema apiClient = new Fakebodywithfileschema(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakebodywithqueryparams.md b/samples/client/petstore/java/docs/apis/paths/Fakebodywithqueryparams.md index 566aa4a6765..62ce5e81352 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakebodywithqueryparams.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakebodywithqueryparams.md @@ -3,7 +3,7 @@ public class Fakebodywithqueryparams extends extends ApiClient implements [FakebodywithqueryparamsPut.PutOperation](../../paths/fakebodywithqueryparams/FakebodywithqueryparamsPut.md#putoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/body-with-query-params" ## Method Summary | Modifier and Type | Method and Description | @@ -43,9 +43,9 @@ import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakebodywithqueryparams.put.FakebodywithqueryparamsPutRequestBody; import org.openapijsonschematools.client.components.schemas.User; import org.openapijsonschematools.client.paths.fakebodywithqueryparams.put.FakebodywithqueryparamsPutQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakebodywithqueryparams.put.responses.FakebodywithqueryparamsPutCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakebodywithqueryparams; @@ -54,13 +54,14 @@ import org.openapijsonschematools.client.paths.fakebodywithqueryparams.put.Fakeb import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -68,10 +69,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakebodywithqueryparams apiClient = new Fakebodywithqueryparams(apiConfiguration, schemaConfiguration); @@ -104,9 +107,9 @@ User1BoxedMap requestBodyPayload = FakebodywithqueryparamsPut.SealedRequestBody requestBody = new FakebodywithqueryparamsPut.ApplicationjsonRequestBody(requestBodyPayload); // Map validation -FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParametersMap queryParameters = +FakebodywithqueryparamsPutQueryParameters.QueryParametersMap queryParameters = FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParameters1.validate( - new FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParametersMapBuilder() + new FakebodywithqueryparamsPutQueryParameters.QueryParametersMapBuilder() .query("a") .build(), diff --git a/samples/client/petstore/java/docs/apis/paths/Fakecasesensitiveparams.md b/samples/client/petstore/java/docs/apis/paths/Fakecasesensitiveparams.md index df8e70eb129..81d60e9c5d1 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakecasesensitiveparams.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakecasesensitiveparams.md @@ -3,7 +3,7 @@ public class Fakecasesensitiveparams extends extends ApiClient implements [FakecasesensitiveparamsPut.PutOperation](../../paths/fakecasesensitiveparams/FakecasesensitiveparamsPut.md#putoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/case-sensitive-params" ## Method Summary | Modifier and Type | Method and Description | @@ -43,9 +43,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakecasesensitiveparams.put.FakecasesensitiveparamsPutQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakecasesensitiveparams.put.responses.FakecasesensitiveparamsPutCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakecasesensitiveparams; @@ -54,13 +54,14 @@ import org.openapijsonschematools.client.paths.fakecasesensitiveparams.put.Fakec import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -68,19 +69,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakecasesensitiveparams apiClient = new Fakecasesensitiveparams(apiConfiguration, schemaConfiguration); // Map validation -FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParametersMap queryParameters = +FakecasesensitiveparamsPutQueryParameters.QueryParametersMap queryParameters = FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParameters1.validate( - new FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParametersMapBuilder() + new FakecasesensitiveparamsPutQueryParameters.QueryParametersMapBuilder() .SomeVar("a") .someVar("a") diff --git a/samples/client/petstore/java/docs/apis/paths/Fakeclassnametest.md b/samples/client/petstore/java/docs/apis/paths/Fakeclassnametest.md index 086168f5024..cc6495fc943 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakeclassnametest.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakeclassnametest.md @@ -3,7 +3,7 @@ public class Fakeclassnametest extends extends ApiClient implements [FakeclassnametestPatch.PatchOperation](../../paths/fakeclassnametest/FakeclassnametestPatch.md#patchoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake_classname_test" ## Method Summary | Modifier and Type | Method and Description | @@ -45,9 +45,9 @@ import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakeclassnametest.patch.FakeclassnametestPatchSecurityInfo; import org.openapijsonschematools.client.paths.fakeclassnametest.patch.FakeclassnametestPatchRequestBody; import org.openapijsonschematools.client.components.schemas.Client; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.ApiKeyQuery; import org.openapijsonschematools.client.paths.fakeclassnametest.patch.responses.FakeclassnametestPatchCode200Response; @@ -58,13 +58,14 @@ import org.openapijsonschematools.client.paths.fakeclassnametest.patch.Fakeclass import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -79,12 +80,14 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .fakeclassnametestPatchSecurityRequirementObject0SecurityIndex(FakeclassnametestPatchSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakeclassnametest apiClient = new Fakeclassnametest(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakedeletecoffeeid.md b/samples/client/petstore/java/docs/apis/paths/Fakedeletecoffeeid.md index cad83a20f06..4e01b0caf73 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakedeletecoffeeid.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakedeletecoffeeid.md @@ -3,7 +3,7 @@ public class Fakedeletecoffeeid extends extends ApiClient implements [FakedeletecoffeeidDelete.DeleteOperation](../../paths/fakedeletecoffeeid/FakedeletecoffeeidDelete.md#deleteoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/deleteCoffee/{id}" ## Method Summary | Modifier and Type | Method and Description | @@ -43,9 +43,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakedeletecoffeeid.delete.FakedeletecoffeeidDeletePathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakedeletecoffeeid.delete.responses.FakedeletecoffeeidDeleteCode200Response; import org.openapijsonschematools.client.paths.fakedeletecoffeeid.delete.responses.FakedeletecoffeeidDeleteCodedefaultResponse; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.fakedeletecoffeeid.delete.Fakedel import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,19 +70,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakedeletecoffeeid apiClient = new Fakedeletecoffeeid(apiConfiguration, schemaConfiguration); // Map validation -FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParametersMap pathParameters = +FakedeletecoffeeidDeletePathParameters.PathParametersMap pathParameters = FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParameters1.validate( - new FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParametersMapBuilder() + new FakedeletecoffeeidDeletePathParameters.PathParametersMapBuilder() .id("a") .build(), diff --git a/samples/client/petstore/java/docs/apis/paths/Fakehealth.md b/samples/client/petstore/java/docs/apis/paths/Fakehealth.md index 5c0455c6d33..c477de9e166 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakehealth.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakehealth.md @@ -3,7 +3,7 @@ public class Fakehealth extends extends ApiClient implements [FakehealthGet.GetOperation](../../paths/fakehealth/FakehealthGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/health" ## Method Summary | Modifier and Type | Method and Description | @@ -40,9 +40,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakehealth.get.responses.FakehealthGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakehealth; @@ -51,13 +51,14 @@ import org.openapijsonschematools.client.paths.fakehealth.get.FakehealthGetRespo import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -65,10 +66,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakehealth apiClient = new Fakehealth(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakeinlineadditionalproperties.md b/samples/client/petstore/java/docs/apis/paths/Fakeinlineadditionalproperties.md index d1df32c55d0..4cbe6ceeb28 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakeinlineadditionalproperties.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakeinlineadditionalproperties.md @@ -3,7 +3,7 @@ public class Fakeinlineadditionalproperties extends extends ApiClient implements [FakeinlineadditionalpropertiesPost.PostOperation](../../paths/fakeinlineadditionalproperties/FakeinlineadditionalpropertiesPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/inline-additionalProperties" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakeinlineadditionalproperties.post.FakeinlineadditionalpropertiesPostRequestBody; import org.openapijsonschematools.client.paths.fakeinlineadditionalproperties.post.requestbody.content.applicationjson.ApplicationjsonSchema; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeinlineadditionalproperties.post.responses.FakeinlineadditionalpropertiesPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakeinlineadditionalproperties; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.fakeinlineadditionalproperties.po import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakeinlineadditionalproperties apiClient = new Fakeinlineadditionalproperties(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakeinlinecomposition.md b/samples/client/petstore/java/docs/apis/paths/Fakeinlinecomposition.md index f676e498494..fe11f7b38aa 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakeinlinecomposition.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakeinlinecomposition.md @@ -3,7 +3,7 @@ public class Fakeinlinecomposition extends extends ApiClient implements [FakeinlinecompositionPost.PostOperation](../../paths/fakeinlinecomposition/FakeinlinecompositionPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/inlineComposition/" ## Method Summary | Modifier and Type | Method and Description | @@ -45,9 +45,9 @@ import org.openapijsonschematools.client.paths.fakeinlinecomposition.post.Fakein import org.openapijsonschematools.client.paths.fakeinlinecomposition.post.requestbody.content.applicationjson.ApplicationjsonSchema; import org.openapijsonschematools.client.paths.fakeinlinecomposition.post.FakeinlinecompositionPostQueryParameters; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeinlinecomposition.post.responses.FakeinlinecompositionPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakeinlinecomposition; @@ -56,13 +56,14 @@ import org.openapijsonschematools.client.paths.fakeinlinecomposition.post.Fakein import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -70,10 +71,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakeinlinecomposition apiClient = new Fakeinlinecomposition(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakejsonformdata.md b/samples/client/petstore/java/docs/apis/paths/Fakejsonformdata.md index 36ce2df9027..d39ea3d3fdb 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakejsonformdata.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakejsonformdata.md @@ -3,7 +3,7 @@ public class Fakejsonformdata extends extends ApiClient implements [FakejsonformdataGet.GetOperation](../../paths/fakejsonformdata/FakejsonformdataGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/jsonFormData" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakejsonformdata.get.FakejsonformdataGetRequestBody; import org.openapijsonschematools.client.paths.fakejsonformdata.get.requestbody.content.applicationxwwwformurlencoded.ApplicationxwwwformurlencodedSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakejsonformdata.get.responses.FakejsonformdataGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakejsonformdata; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.fakejsonformdata.get.Fakejsonform import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakejsonformdata apiClient = new Fakejsonformdata(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakejsonpatch.md b/samples/client/petstore/java/docs/apis/paths/Fakejsonpatch.md index 87d6db78edc..11c9c8955d8 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakejsonpatch.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakejsonpatch.md @@ -3,7 +3,7 @@ public class Fakejsonpatch extends extends ApiClient implements [FakejsonpatchPatch.PatchOperation](../../paths/fakejsonpatch/FakejsonpatchPatch.md#patchoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/jsonPatch" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakejsonpatch.patch.FakejsonpatchPatchRequestBody; import org.openapijsonschematools.client.components.schemas.JSONPatchRequest; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakejsonpatch.patch.responses.FakejsonpatchPatchCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakejsonpatch; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.fakejsonpatch.patch.Fakejsonpatch import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakejsonpatch apiClient = new Fakejsonpatch(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakejsonwithcharset.md b/samples/client/petstore/java/docs/apis/paths/Fakejsonwithcharset.md index 7afbe600ae7..077bfa360b1 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakejsonwithcharset.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakejsonwithcharset.md @@ -3,7 +3,7 @@ public class Fakejsonwithcharset extends extends ApiClient implements [FakejsonwithcharsetPost.PostOperation](../../paths/fakejsonwithcharset/FakejsonwithcharsetPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/jsonWithCharset" ## Method Summary | Modifier and Type | Method and Description | @@ -42,9 +42,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakejsonwithcharset.post.FakejsonwithcharsetPostRequestBody; import org.openapijsonschematools.client.paths.fakejsonwithcharset.post.requestbody.content.applicationjsoncharsetutf8.Applicationjsoncharsetutf8Schema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakejsonwithcharset.post.responses.FakejsonwithcharsetPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakejsonwithcharset; @@ -53,13 +53,14 @@ import org.openapijsonschematools.client.paths.fakejsonwithcharset.post.Fakejson import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -67,10 +68,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakejsonwithcharset apiClient = new Fakejsonwithcharset(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakemultiplerequestbodycontenttypes.md b/samples/client/petstore/java/docs/apis/paths/Fakemultiplerequestbodycontenttypes.md index cb5535784b7..f2345495f5a 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakemultiplerequestbodycontenttypes.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakemultiplerequestbodycontenttypes.md @@ -3,7 +3,7 @@ public class Fakemultiplerequestbodycontenttypes extends extends ApiClient implements [FakemultiplerequestbodycontenttypesPost.PostOperation](../../paths/fakemultiplerequestbodycontenttypes/FakemultiplerequestbodycontenttypesPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/multipleRequestBodyContentTypes/" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakemultiplerequestbodycontenttypes.post.FakemultiplerequestbodycontenttypesPostRequestBody; import org.openapijsonschematools.client.paths.fakemultiplerequestbodycontenttypes.post.requestbody.content.applicationjson.ApplicationjsonSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakemultiplerequestbodycontenttypes.post.responses.FakemultiplerequestbodycontenttypesPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakemultiplerequestbodycontenttypes; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.fakemultiplerequestbodycontenttyp import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakemultiplerequestbodycontenttypes apiClient = new Fakemultiplerequestbodycontenttypes(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakemultipleresponsebodies.md b/samples/client/petstore/java/docs/apis/paths/Fakemultipleresponsebodies.md index dbcb8f54004..71f6ad6a82e 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakemultipleresponsebodies.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakemultipleresponsebodies.md @@ -3,7 +3,7 @@ public class Fakemultipleresponsebodies extends extends ApiClient implements [FakemultipleresponsebodiesGet.GetOperation](../../paths/fakemultipleresponsebodies/FakemultipleresponsebodiesGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/multipleResponseBodies" ## Method Summary | Modifier and Type | Method and Description | @@ -40,9 +40,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakemultipleresponsebodies.get.responses.FakemultipleresponsebodiesGetCode200Response; import org.openapijsonschematools.client.paths.fakemultipleresponsebodies.get.responses.FakemultipleresponsebodiesGetCode202Response; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -52,13 +52,14 @@ import org.openapijsonschematools.client.paths.fakemultipleresponsebodies.get.Fa import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -66,10 +67,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakemultipleresponsebodies apiClient = new Fakemultipleresponsebodies(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakemultiplesecurities.md b/samples/client/petstore/java/docs/apis/paths/Fakemultiplesecurities.md index f171c5f627c..18d875440b9 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakemultiplesecurities.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakemultiplesecurities.md @@ -3,7 +3,7 @@ public class Fakemultiplesecurities extends extends ApiClient implements [FakemultiplesecuritiesGet.GetOperation](../../paths/fakemultiplesecurities/FakemultiplesecuritiesGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/multipleSecurities" ## Method Summary | Modifier and Type | Method and Description | @@ -41,9 +41,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakemultiplesecurities.get.FakemultiplesecuritiesGetSecurityInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.HttpBasicTest; import org.openapijsonschematools.client.components.securityschemes.ApiKey; @@ -56,13 +56,14 @@ import org.openapijsonschematools.client.paths.fakemultiplesecurities.get.Fakemu import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -80,12 +81,14 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .fakemultiplesecuritiesGetSecurityRequirementObject0SecurityIndex(FakemultiplesecuritiesGetSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakemultiplesecurities apiClient = new Fakemultiplesecurities(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakeobjinquery.md b/samples/client/petstore/java/docs/apis/paths/Fakeobjinquery.md index a383f132b30..f7af00866a0 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakeobjinquery.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakeobjinquery.md @@ -3,7 +3,7 @@ public class Fakeobjinquery extends extends ApiClient implements [FakeobjinqueryGet.GetOperation](../../paths/fakeobjinquery/FakeobjinqueryGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/objInQuery" ## Method Summary | Modifier and Type | Method and Description | @@ -41,9 +41,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakeobjinquery.get.FakeobjinqueryGetQueryParameters; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeobjinquery.get.responses.FakeobjinqueryGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakeobjinquery; @@ -52,13 +52,14 @@ import org.openapijsonschematools.client.paths.fakeobjinquery.get.Fakeobjinquery import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -66,10 +67,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakeobjinquery apiClient = new Fakeobjinquery(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakeparametercollisions1ababselfab.md b/samples/client/petstore/java/docs/apis/paths/Fakeparametercollisions1ababselfab.md index 23806a2f0eb..bc2267b7934 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakeparametercollisions1ababselfab.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakeparametercollisions1ababselfab.md @@ -3,7 +3,7 @@ public class Fakeparametercollisions1ababselfab extends extends ApiClient implements [Fakeparametercollisions1ababselfabPost.PostOperation](../../paths/fakeparametercollisions1ababselfab/Fakeparametercollisions1ababselfabPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/parameterCollisions/{1}/{aB}/{Ab}/{self}/{A-B}/" ## Method Summary | Modifier and Type | Method and Description | @@ -45,9 +45,9 @@ import org.openapijsonschematools.client.paths.fakeparametercollisions1ababselfa import org.openapijsonschematools.client.paths.fakeparametercollisions1ababselfab.post.Fakeparametercollisions1ababselfabPostCookieParameters; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakeparametercollisions1ababselfab.post.Fakeparametercollisions1ababselfabPostPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeparametercollisions1ababselfab.post.responses.Fakeparametercollisions1ababselfabPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakeparametercollisions1ababselfab; @@ -56,13 +56,14 @@ import org.openapijsonschematools.client.paths.fakeparametercollisions1ababselfa import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -70,19 +71,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakeparametercollisions1ababselfab apiClient = new Fakeparametercollisions1ababselfab(apiConfiguration, schemaConfiguration); // Map validation -Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParametersMap pathParameters = +Fakeparametercollisions1ababselfabPostPathParameters.PathParametersMap pathParameters = Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParameters1.validate( - new Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParametersMapBuilder() + new Fakeparametercollisions1ababselfabPostPathParameters.PathParametersMapBuilder() .positive1("a") .aHyphenMinusB("a") diff --git a/samples/client/petstore/java/docs/apis/paths/Fakepemcontenttype.md b/samples/client/petstore/java/docs/apis/paths/Fakepemcontenttype.md index 18fce17f986..b71cd83b0f0 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakepemcontenttype.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakepemcontenttype.md @@ -3,7 +3,7 @@ public class Fakepemcontenttype extends extends ApiClient implements [FakepemcontenttypeGet.GetOperation](../../paths/fakepemcontenttype/FakepemcontenttypeGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/pemContentType" ## Method Summary | Modifier and Type | Method and Description | @@ -42,9 +42,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakepemcontenttype.get.FakepemcontenttypeGetRequestBody; import org.openapijsonschematools.client.paths.fakepemcontenttype.get.requestbody.content.applicationxpemfile.ApplicationxpemfileSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakepemcontenttype.get.responses.FakepemcontenttypeGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakepemcontenttype; @@ -53,13 +53,14 @@ import org.openapijsonschematools.client.paths.fakepemcontenttype.get.Fakepemcon import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -67,10 +68,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakepemcontenttype apiClient = new Fakepemcontenttype(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakepetiduploadimagewithrequiredfile.md b/samples/client/petstore/java/docs/apis/paths/Fakepetiduploadimagewithrequiredfile.md index 3e3cf8a69ff..371650850c3 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakepetiduploadimagewithrequiredfile.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakepetiduploadimagewithrequiredfile.md @@ -3,7 +3,7 @@ public class Fakepetiduploadimagewithrequiredfile extends extends ApiClient implements [FakepetiduploadimagewithrequiredfilePost.PostOperation](../../paths/fakepetiduploadimagewithrequiredfile/FakepetiduploadimagewithrequiredfilePost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/{petId}/uploadImageWithRequiredFile" ## Method Summary | Modifier and Type | Method and Description | @@ -45,9 +45,9 @@ import org.openapijsonschematools.client.paths.fakepetiduploadimagewithrequiredf import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakepetiduploadimagewithrequiredfile.post.FakepetiduploadimagewithrequiredfilePostSecurityInfo; import org.openapijsonschematools.client.paths.fakepetiduploadimagewithrequiredfile.post.FakepetiduploadimagewithrequiredfilePostPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.PetstoreAuth; import org.openapijsonschematools.client.paths.fakepetiduploadimagewithrequiredfile.post.responses.FakepetiduploadimagewithrequiredfilePostCode200Response; @@ -58,13 +58,14 @@ import org.openapijsonschematools.client.paths.fakepetiduploadimagewithrequiredf import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -76,21 +77,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .fakepetiduploadimagewithrequiredfilePostSecurityRequirementObject0SecurityIndex(FakepetiduploadimagewithrequiredfilePostSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakepetiduploadimagewithrequiredfile apiClient = new Fakepetiduploadimagewithrequiredfile(apiConfiguration, schemaConfiguration); // Map validation -FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParametersMap pathParameters = +FakepetiduploadimagewithrequiredfilePostPathParameters.PathParametersMap pathParameters = FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParameters1.validate( - new FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParametersMapBuilder() + new FakepetiduploadimagewithrequiredfilePostPathParameters.PathParametersMapBuilder() .petId(1L) .build(), diff --git a/samples/client/petstore/java/docs/apis/paths/Fakequeryparamwithjsoncontenttype.md b/samples/client/petstore/java/docs/apis/paths/Fakequeryparamwithjsoncontenttype.md index 048136b6176..58ad6cb5fd2 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakequeryparamwithjsoncontenttype.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakequeryparamwithjsoncontenttype.md @@ -3,7 +3,7 @@ public class Fakequeryparamwithjsoncontenttype extends extends ApiClient implements [FakequeryparamwithjsoncontenttypeGet.GetOperation](../../paths/fakequeryparamwithjsoncontenttype/FakequeryparamwithjsoncontenttypeGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/queryParamWithJsonContentType" ## Method Summary | Modifier and Type | Method and Description | @@ -41,9 +41,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakequeryparamwithjsoncontenttype.get.FakequeryparamwithjsoncontenttypeGetQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakequeryparamwithjsoncontenttype.get.responses.FakequeryparamwithjsoncontenttypeGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakequeryparamwithjsoncontenttype; @@ -52,13 +52,14 @@ import org.openapijsonschematools.client.paths.fakequeryparamwithjsoncontenttype import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -66,19 +67,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakequeryparamwithjsoncontenttype apiClient = new Fakequeryparamwithjsoncontenttype(apiConfiguration, schemaConfiguration); // Map validation -FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParametersMap queryParameters = +FakequeryparamwithjsoncontenttypeGetQueryParameters.QueryParametersMap queryParameters = FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParameters1.validate( - new FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParametersMapBuilder() + new FakequeryparamwithjsoncontenttypeGetQueryParameters.QueryParametersMapBuilder() .build(), schemaConfiguration ); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakeredirection.md b/samples/client/petstore/java/docs/apis/paths/Fakeredirection.md index 1f29bd52cdc..0d2adfb058b 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakeredirection.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakeredirection.md @@ -3,7 +3,7 @@ public class Fakeredirection extends extends ApiClient implements [FakeredirectionGet.GetOperation](../../paths/fakeredirection/FakeredirectionGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/redirection" ## Method Summary | Modifier and Type | Method and Description | @@ -40,9 +40,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeredirection.get.responses.FakeredirectionGetCode303Response; import org.openapijsonschematools.client.paths.fakeredirection.get.responses.FakeredirectionGetCode3XXResponse; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -52,13 +52,14 @@ import org.openapijsonschematools.client.paths.fakeredirection.get.Fakeredirecti import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -66,10 +67,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakeredirection apiClient = new Fakeredirection(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakerefobjinquery.md b/samples/client/petstore/java/docs/apis/paths/Fakerefobjinquery.md index 94fd1062d39..242cd1710c3 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakerefobjinquery.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakerefobjinquery.md @@ -3,7 +3,7 @@ public class Fakerefobjinquery extends extends ApiClient implements [FakerefobjinqueryGet.GetOperation](../../paths/fakerefobjinquery/FakerefobjinqueryGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/refObjInQuery" ## Method Summary | Modifier and Type | Method and Description | @@ -41,9 +41,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefobjinquery.get.FakerefobjinqueryGetQueryParameters; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefobjinquery.get.responses.FakerefobjinqueryGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakerefobjinquery; @@ -52,13 +52,14 @@ import org.openapijsonschematools.client.paths.fakerefobjinquery.get.Fakerefobji import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -66,10 +67,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakerefobjinquery apiClient = new Fakerefobjinquery(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakerefsarraymodel.md b/samples/client/petstore/java/docs/apis/paths/Fakerefsarraymodel.md index 4815ab1fcd6..57d5832ebc0 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakerefsarraymodel.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakerefsarraymodel.md @@ -3,7 +3,7 @@ public class Fakerefsarraymodel extends extends ApiClient implements [FakerefsarraymodelPost.PostOperation](../../paths/fakerefsarraymodel/FakerefsarraymodelPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/refs/arraymodel" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsarraymodel.post.FakerefsarraymodelPostRequestBody; import org.openapijsonschematools.client.components.schemas.AnimalFarm; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsarraymodel.post.responses.FakerefsarraymodelPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakerefsarraymodel; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.fakerefsarraymodel.post.Fakerefsa import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakerefsarraymodel apiClient = new Fakerefsarraymodel(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakerefsarrayofenums.md b/samples/client/petstore/java/docs/apis/paths/Fakerefsarrayofenums.md index fbc4673af87..c4f5e5dda18 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakerefsarrayofenums.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakerefsarrayofenums.md @@ -3,7 +3,7 @@ public class Fakerefsarrayofenums extends extends ApiClient implements [FakerefsarrayofenumsPost.PostOperation](../../paths/fakerefsarrayofenums/FakerefsarrayofenumsPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/refs/array-of-enums" ## Method Summary | Modifier and Type | Method and Description | @@ -42,9 +42,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsarrayofenums.post.FakerefsarrayofenumsPostRequestBody; import org.openapijsonschematools.client.components.schemas.ArrayOfEnums; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsarrayofenums.post.responses.FakerefsarrayofenumsPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakerefsarrayofenums; @@ -53,13 +53,14 @@ import org.openapijsonschematools.client.paths.fakerefsarrayofenums.post.Fakeref import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -67,10 +68,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakerefsarrayofenums apiClient = new Fakerefsarrayofenums(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakerefsboolean.md b/samples/client/petstore/java/docs/apis/paths/Fakerefsboolean.md index 9e19a6b1aad..08d970ada80 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakerefsboolean.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakerefsboolean.md @@ -3,7 +3,7 @@ public class Fakerefsboolean extends extends ApiClient implements [FakerefsbooleanPost.PostOperation](../../paths/fakerefsboolean/FakerefsbooleanPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/refs/boolean" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsboolean.post.FakerefsbooleanPostRequestBody; import org.openapijsonschematools.client.components.schemas.BooleanSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsboolean.post.responses.FakerefsbooleanPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakerefsboolean; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.fakerefsboolean.post.Fakerefsbool import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakerefsboolean apiClient = new Fakerefsboolean(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakerefscomposedoneofnumberwithvalidations.md b/samples/client/petstore/java/docs/apis/paths/Fakerefscomposedoneofnumberwithvalidations.md index 69e82a51a44..56fc7d18035 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakerefscomposedoneofnumberwithvalidations.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakerefscomposedoneofnumberwithvalidations.md @@ -3,7 +3,7 @@ public class Fakerefscomposedoneofnumberwithvalidations extends extends ApiClient implements [FakerefscomposedoneofnumberwithvalidationsPost.PostOperation](../../paths/fakerefscomposedoneofnumberwithvalidations/FakerefscomposedoneofnumberwithvalidationsPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/refs/composed_one_of_number_with_validations" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefscomposedoneofnumberwithvalidations.post.FakerefscomposedoneofnumberwithvalidationsPostRequestBody; import org.openapijsonschematools.client.components.schemas.ComposedOneOfDifferentTypes; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefscomposedoneofnumberwithvalidations.post.responses.FakerefscomposedoneofnumberwithvalidationsPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakerefscomposedoneofnumberwithvalidations; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.fakerefscomposedoneofnumberwithva import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakerefscomposedoneofnumberwithvalidations apiClient = new Fakerefscomposedoneofnumberwithvalidations(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakerefsenum.md b/samples/client/petstore/java/docs/apis/paths/Fakerefsenum.md index 10a341f972d..2b6519d22b7 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakerefsenum.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakerefsenum.md @@ -3,7 +3,7 @@ public class Fakerefsenum extends extends ApiClient implements [FakerefsenumPost.PostOperation](../../paths/fakerefsenum/FakerefsenumPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/refs/enum" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsenum.post.FakerefsenumPostRequestBody; import org.openapijsonschematools.client.components.schemas.StringEnum; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsenum.post.responses.FakerefsenumPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakerefsenum; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.fakerefsenum.post.FakerefsenumPos import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakerefsenum apiClient = new Fakerefsenum(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakerefsmammal.md b/samples/client/petstore/java/docs/apis/paths/Fakerefsmammal.md index 94b62b69921..5c5dbc63e7c 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakerefsmammal.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakerefsmammal.md @@ -3,7 +3,7 @@ public class Fakerefsmammal extends extends ApiClient implements [FakerefsmammalPost.PostOperation](../../paths/fakerefsmammal/FakerefsmammalPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/refs/mammal" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakerefsmammal.post.FakerefsmammalPostRequestBody; import org.openapijsonschematools.client.components.schemas.Mammal; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsmammal.post.responses.FakerefsmammalPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakerefsmammal; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.fakerefsmammal.post.Fakerefsmamma import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakerefsmammal apiClient = new Fakerefsmammal(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakerefsnumber.md b/samples/client/petstore/java/docs/apis/paths/Fakerefsnumber.md index b593a13459a..c3269287ddb 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakerefsnumber.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakerefsnumber.md @@ -3,7 +3,7 @@ public class Fakerefsnumber extends extends ApiClient implements [FakerefsnumberPost.PostOperation](../../paths/fakerefsnumber/FakerefsnumberPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/refs/number" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsnumber.post.FakerefsnumberPostRequestBody; import org.openapijsonschematools.client.components.schemas.NumberWithValidations; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsnumber.post.responses.FakerefsnumberPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakerefsnumber; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.fakerefsnumber.post.Fakerefsnumbe import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakerefsnumber apiClient = new Fakerefsnumber(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakerefsobjectmodelwithrefprops.md b/samples/client/petstore/java/docs/apis/paths/Fakerefsobjectmodelwithrefprops.md index a988e195113..fc8472f4837 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakerefsobjectmodelwithrefprops.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakerefsobjectmodelwithrefprops.md @@ -3,7 +3,7 @@ public class Fakerefsobjectmodelwithrefprops extends extends ApiClient implements [FakerefsobjectmodelwithrefpropsPost.PostOperation](../../paths/fakerefsobjectmodelwithrefprops/FakerefsobjectmodelwithrefpropsPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/refs/object_model_with_ref_props" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsobjectmodelwithrefprops.post.FakerefsobjectmodelwithrefpropsPostRequestBody; import org.openapijsonschematools.client.components.schemas.ObjectModelWithRefProps; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsobjectmodelwithrefprops.post.responses.FakerefsobjectmodelwithrefpropsPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakerefsobjectmodelwithrefprops; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.fakerefsobjectmodelwithrefprops.p import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakerefsobjectmodelwithrefprops apiClient = new Fakerefsobjectmodelwithrefprops(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakerefsstring.md b/samples/client/petstore/java/docs/apis/paths/Fakerefsstring.md index a372887c2d2..c7875ab8678 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakerefsstring.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakerefsstring.md @@ -3,7 +3,7 @@ public class Fakerefsstring extends extends ApiClient implements [FakerefsstringPost.PostOperation](../../paths/fakerefsstring/FakerefsstringPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/refs/string" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsstring.post.FakerefsstringPostRequestBody; import org.openapijsonschematools.client.components.schemas.StringSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsstring.post.responses.FakerefsstringPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakerefsstring; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.fakerefsstring.post.Fakerefsstrin import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakerefsstring apiClient = new Fakerefsstring(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakeresponsewithoutschema.md b/samples/client/petstore/java/docs/apis/paths/Fakeresponsewithoutschema.md index 64239e7a307..c2d5cfb56bc 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakeresponsewithoutschema.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakeresponsewithoutschema.md @@ -3,7 +3,7 @@ public class Fakeresponsewithoutschema extends extends ApiClient implements [FakeresponsewithoutschemaGet.GetOperation](../../paths/fakeresponsewithoutschema/FakeresponsewithoutschemaGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/responseWithoutSchema" ## Method Summary | Modifier and Type | Method and Description | @@ -40,9 +40,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeresponsewithoutschema.get.responses.FakeresponsewithoutschemaGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakeresponsewithoutschema; @@ -51,13 +51,14 @@ import org.openapijsonschematools.client.paths.fakeresponsewithoutschema.get.Fak import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -65,10 +66,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakeresponsewithoutschema apiClient = new Fakeresponsewithoutschema(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Faketestqueryparamters.md b/samples/client/petstore/java/docs/apis/paths/Faketestqueryparamters.md index 157b2bb97fc..bf56283e144 100644 --- a/samples/client/petstore/java/docs/apis/paths/Faketestqueryparamters.md +++ b/samples/client/petstore/java/docs/apis/paths/Faketestqueryparamters.md @@ -3,7 +3,7 @@ public class Faketestqueryparamters extends extends ApiClient implements [FaketestqueryparamtersPut.PutOperation](../../paths/faketestqueryparamters/FaketestqueryparamtersPut.md#putoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/test-query-paramters" ## Method Summary | Modifier and Type | Method and Description | @@ -43,9 +43,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.faketestqueryparamters.put.FaketestqueryparamtersPutQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.faketestqueryparamters.put.responses.FaketestqueryparamtersPutCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Faketestqueryparamters; @@ -54,13 +54,14 @@ import org.openapijsonschematools.client.paths.faketestqueryparamters.put.Fakete import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -68,19 +69,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Faketestqueryparamters apiClient = new Faketestqueryparamters(apiConfiguration, schemaConfiguration); // Map validation -FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParametersMap queryParameters = +FaketestqueryparamtersPutQueryParameters.QueryParametersMap queryParameters = FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParameters1.validate( - new FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParametersMapBuilder() + new FaketestqueryparamtersPutQueryParameters.QueryParametersMapBuilder() .context( Arrays.asList( "a" diff --git a/samples/client/petstore/java/docs/apis/paths/Fakeuploaddownloadfile.md b/samples/client/petstore/java/docs/apis/paths/Fakeuploaddownloadfile.md index 88ee0cac610..edb77f20fa0 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakeuploaddownloadfile.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakeuploaddownloadfile.md @@ -3,7 +3,7 @@ public class Fakeuploaddownloadfile extends extends ApiClient implements [FakeuploaddownloadfilePost.PostOperation](../../paths/fakeuploaddownloadfile/FakeuploaddownloadfilePost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/uploadDownloadFile" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakeuploaddownloadfile.post.FakeuploaddownloadfilePostRequestBody; import org.openapijsonschematools.client.paths.fakeuploaddownloadfile.post.requestbody.content.applicationoctetstream.ApplicationoctetstreamSchema; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeuploaddownloadfile.post.responses.FakeuploaddownloadfilePostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakeuploaddownloadfile; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.fakeuploaddownloadfile.post.Fakeu import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakeuploaddownloadfile apiClient = new Fakeuploaddownloadfile(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakeuploadfile.md b/samples/client/petstore/java/docs/apis/paths/Fakeuploadfile.md index 828373121b2..4df05ea0937 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakeuploadfile.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakeuploadfile.md @@ -3,7 +3,7 @@ public class Fakeuploadfile extends extends ApiClient implements [FakeuploadfilePost.PostOperation](../../paths/fakeuploadfile/FakeuploadfilePost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/uploadFile" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakeuploadfile.post.FakeuploadfilePostRequestBody; import org.openapijsonschematools.client.paths.fakeuploadfile.post.requestbody.content.multipartformdata.MultipartformdataSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeuploadfile.post.responses.FakeuploadfilePostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakeuploadfile; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.fakeuploadfile.post.Fakeuploadfil import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakeuploadfile apiClient = new Fakeuploadfile(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakeuploadfiles.md b/samples/client/petstore/java/docs/apis/paths/Fakeuploadfiles.md index dbbd3854037..3727c05c983 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakeuploadfiles.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakeuploadfiles.md @@ -3,7 +3,7 @@ public class Fakeuploadfiles extends extends ApiClient implements [FakeuploadfilesPost.PostOperation](../../paths/fakeuploadfiles/FakeuploadfilesPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/uploadFiles" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakeuploadfiles.post.FakeuploadfilesPostRequestBody; import org.openapijsonschematools.client.paths.fakeuploadfiles.post.requestbody.content.multipartformdata.MultipartformdataSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeuploadfiles.post.responses.FakeuploadfilesPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Fakeuploadfiles; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.fakeuploadfiles.post.Fakeuploadfi import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakeuploadfiles apiClient = new Fakeuploadfiles(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Fakewildcardresponses.md b/samples/client/petstore/java/docs/apis/paths/Fakewildcardresponses.md index 779ba58f357..1cc837aac8d 100644 --- a/samples/client/petstore/java/docs/apis/paths/Fakewildcardresponses.md +++ b/samples/client/petstore/java/docs/apis/paths/Fakewildcardresponses.md @@ -3,7 +3,7 @@ public class Fakewildcardresponses extends extends ApiClient implements [FakewildcardresponsesGet.GetOperation](../../paths/fakewildcardresponses/FakewildcardresponsesGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/fake/wildCardResponses" ## Method Summary | Modifier and Type | Method and Description | @@ -40,9 +40,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakewildcardresponses.get.responses.FakewildcardresponsesGetCode1XXResponse; import org.openapijsonschematools.client.paths.fakewildcardresponses.get.responses.FakewildcardresponsesGetCode200Response; import org.openapijsonschematools.client.paths.fakewildcardresponses.get.responses.FakewildcardresponsesGetCode2XXResponse; @@ -56,13 +56,14 @@ import org.openapijsonschematools.client.paths.fakewildcardresponses.get.Fakewil import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -70,10 +71,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakewildcardresponses apiClient = new Fakewildcardresponses(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Foo.md b/samples/client/petstore/java/docs/apis/paths/Foo.md index 3186f6a9656..17405cb7e38 100644 --- a/samples/client/petstore/java/docs/apis/paths/Foo.md +++ b/samples/client/petstore/java/docs/apis/paths/Foo.md @@ -3,7 +3,7 @@ public class Foo extends extends ApiClient implements [FooGet.GetOperation](../../paths/foo/FooGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/foo" ## Method Summary | Modifier and Type | Method and Description | @@ -50,6 +50,7 @@ import org.openapijsonschematools.client.paths.foo.get.FooGetResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below @@ -64,10 +65,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .fooGetServerInfoServerIndex(FooGetServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Foo apiClient = new Foo(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Pet.md b/samples/client/petstore/java/docs/apis/paths/Pet.md index a8ee4db231b..a8b1e0367c1 100644 --- a/samples/client/petstore/java/docs/apis/paths/Pet.md +++ b/samples/client/petstore/java/docs/apis/paths/Pet.md @@ -4,7 +4,7 @@ public class Pet extends extends ApiClient implements [PetPost.PostOperation](../../paths/pet/PetPost.md#postoperation), [PetPut.PutOperation](../../paths/pet/PetPut.md#putoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/pet" ## Method Summary | Modifier and Type | Method and Description | @@ -47,9 +47,9 @@ import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.pet.post.PetPostSecurityInfo; import org.openapijsonschematools.client.paths.pet.post.PetPostRequestBody; import org.openapijsonschematools.client.components.schemas.Pet; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.ApiKey; import org.openapijsonschematools.client.components.securityschemes.HttpSignatureTest; @@ -63,13 +63,14 @@ import org.openapijsonschematools.client.paths.pet.post.PetPostResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -84,12 +85,14 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petPostSecurityRequirementObject0SecurityIndex(PetPostSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Pet apiClient = new Pet(apiConfiguration, schemaConfiguration); @@ -195,9 +198,9 @@ import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.pet.put.PetPutSecurityInfo; import org.openapijsonschematools.client.paths.pet.put.PetPutRequestBody; import org.openapijsonschematools.client.components.schemas.Pet; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.HttpSignatureTest; import org.openapijsonschematools.client.components.securityschemes.PetstoreAuth; @@ -211,13 +214,14 @@ import org.openapijsonschematools.client.paths.pet.put.PetPutResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -229,12 +233,14 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petPutSecurityRequirementObject0SecurityIndex(PetPutSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Pet apiClient = new Pet(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Petfindbystatus.md b/samples/client/petstore/java/docs/apis/paths/Petfindbystatus.md index 8ece1d1ae03..475c6b547b9 100644 --- a/samples/client/petstore/java/docs/apis/paths/Petfindbystatus.md +++ b/samples/client/petstore/java/docs/apis/paths/Petfindbystatus.md @@ -3,7 +3,7 @@ public class Petfindbystatus extends extends ApiClient implements [PetfindbystatusGet.GetOperation](../../paths/petfindbystatus/PetfindbystatusGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/pet/findByStatus" ## Method Summary | Modifier and Type | Method and Description | @@ -59,6 +59,7 @@ import org.openapijsonschematools.client.paths.petfindbystatus.get.Petfindbystat import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below @@ -80,21 +81,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petfindbystatusGetSecurityRequirementObject0SecurityIndex(PetfindbystatusGetSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Petfindbystatus apiClient = new Petfindbystatus(apiConfiguration, schemaConfiguration); // Map validation -PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParametersMap queryParameters = +PetfindbystatusGetQueryParameters.QueryParametersMap queryParameters = PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParameters1.validate( - new PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParametersMapBuilder() + new PetfindbystatusGetQueryParameters.QueryParametersMapBuilder() .status( Arrays.asList( "available" diff --git a/samples/client/petstore/java/docs/apis/paths/Petfindbytags.md b/samples/client/petstore/java/docs/apis/paths/Petfindbytags.md index 394bc51ed35..b3273aa91ce 100644 --- a/samples/client/petstore/java/docs/apis/paths/Petfindbytags.md +++ b/samples/client/petstore/java/docs/apis/paths/Petfindbytags.md @@ -3,7 +3,7 @@ public class Petfindbytags extends extends ApiClient implements [PetfindbytagsGet.GetOperation](../../paths/petfindbytags/PetfindbytagsGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/pet/findByTags" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.petfindbytags.get.PetfindbytagsGetSecurityInfo; import org.openapijsonschematools.client.paths.petfindbytags.get.PetfindbytagsGetQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.HttpSignatureTest; import org.openapijsonschematools.client.components.securityschemes.PetstoreAuth; @@ -59,13 +59,14 @@ import org.openapijsonschematools.client.paths.petfindbytags.get.PetfindbytagsGe import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -77,21 +78,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petfindbytagsGetSecurityRequirementObject0SecurityIndex(PetfindbytagsGetSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Petfindbytags apiClient = new Petfindbytags(apiConfiguration, schemaConfiguration); // Map validation -PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParametersMap queryParameters = +PetfindbytagsGetQueryParameters.QueryParametersMap queryParameters = PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParameters1.validate( - new PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParametersMapBuilder() + new PetfindbytagsGetQueryParameters.QueryParametersMapBuilder() .tags( Arrays.asList( "a" diff --git a/samples/client/petstore/java/docs/apis/paths/Petpetid.md b/samples/client/petstore/java/docs/apis/paths/Petpetid.md index 3d68365c59c..61c95c054d6 100644 --- a/samples/client/petstore/java/docs/apis/paths/Petpetid.md +++ b/samples/client/petstore/java/docs/apis/paths/Petpetid.md @@ -5,7 +5,7 @@ public class Petpetid extends extends ApiClient implements [PetpetidGet.GetOperation](../../paths/petpetid/PetpetidGet.md#getoperation), [PetpetidPost.PostOperation](../../paths/petpetid/PetpetidPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/pet/{petId}" ## Method Summary | Modifier and Type | Method and Description | @@ -49,9 +49,9 @@ import org.openapijsonschematools.client.paths.petpetid.delete.PetpetidDeleteHea import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.petpetid.delete.PetpetidDeleteSecurityInfo; import org.openapijsonschematools.client.paths.petpetid.delete.PetpetidDeletePathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.ApiKey; import org.openapijsonschematools.client.components.securityschemes.PetstoreAuth; @@ -63,13 +63,14 @@ import org.openapijsonschematools.client.paths.petpetid.delete.PetpetidDeleteRes import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -84,21 +85,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petpetidDeleteSecurityRequirementObject0SecurityIndex(PetpetidDeleteSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Petpetid apiClient = new Petpetid(apiConfiguration, schemaConfiguration); // Map validation -PetpetidDeletePathParameters.PetpetidDeletePathParametersMap pathParameters = +PetpetidDeletePathParameters.PathParametersMap pathParameters = PetpetidDeletePathParameters.PetpetidDeletePathParameters1.validate( - new PetpetidDeletePathParameters.PetpetidDeletePathParametersMapBuilder() + new PetpetidDeletePathParameters.PathParametersMapBuilder() .petId(1L) .build(), @@ -162,9 +165,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.petpetid.get.PetpetidGetSecurityInfo; import org.openapijsonschematools.client.paths.petpetid.get.PetpetidGetPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.ApiKey; import org.openapijsonschematools.client.paths.petpetid.get.responses.PetpetidGetCode200Response; @@ -177,13 +180,14 @@ import org.openapijsonschematools.client.paths.petpetid.get.PetpetidGetResponses import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -198,21 +202,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petpetidGetSecurityRequirementObject0SecurityIndex(PetpetidGetSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Petpetid apiClient = new Petpetid(apiConfiguration, schemaConfiguration); // Map validation -PetpetidGetPathParameters.PetpetidGetPathParametersMap pathParameters = +PetpetidGetPathParameters.PathParametersMap pathParameters = PetpetidGetPathParameters.PetpetidGetPathParameters1.validate( - new PetpetidGetPathParameters.PetpetidGetPathParametersMapBuilder() + new PetpetidGetPathParameters.PathParametersMapBuilder() .petId(1L) .build(), @@ -284,9 +290,9 @@ import org.openapijsonschematools.client.paths.petpetid.post.PetpetidPostRequest import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.petpetid.post.PetpetidPostSecurityInfo; import org.openapijsonschematools.client.paths.petpetid.post.PetpetidPostPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.ApiKey; import org.openapijsonschematools.client.components.securityschemes.PetstoreAuth; @@ -298,13 +304,14 @@ import org.openapijsonschematools.client.paths.petpetid.post.PetpetidPostRespons import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -319,21 +326,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petpetidPostSecurityRequirementObject0SecurityIndex(PetpetidPostSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Petpetid apiClient = new Petpetid(apiConfiguration, schemaConfiguration); // Map validation -PetpetidPostPathParameters.PetpetidPostPathParametersMap pathParameters = +PetpetidPostPathParameters.PathParametersMap pathParameters = PetpetidPostPathParameters.PetpetidPostPathParameters1.validate( - new PetpetidPostPathParameters.PetpetidPostPathParametersMapBuilder() + new PetpetidPostPathParameters.PathParametersMapBuilder() .petId(1L) .build(), diff --git a/samples/client/petstore/java/docs/apis/paths/Petpetiduploadimage.md b/samples/client/petstore/java/docs/apis/paths/Petpetiduploadimage.md index 4d6e11a51f4..67614ba784c 100644 --- a/samples/client/petstore/java/docs/apis/paths/Petpetiduploadimage.md +++ b/samples/client/petstore/java/docs/apis/paths/Petpetiduploadimage.md @@ -3,7 +3,7 @@ public class Petpetiduploadimage extends extends ApiClient implements [PetpetiduploadimagePost.PostOperation](../../paths/petpetiduploadimage/PetpetiduploadimagePost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/pet/{petId}/uploadImage" ## Method Summary | Modifier and Type | Method and Description | @@ -45,9 +45,9 @@ import org.openapijsonschematools.client.paths.petpetiduploadimage.post.Petpetid import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.petpetiduploadimage.post.PetpetiduploadimagePostSecurityInfo; import org.openapijsonschematools.client.paths.petpetiduploadimage.post.PetpetiduploadimagePostPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.PetstoreAuth; import org.openapijsonschematools.client.paths.petpetiduploadimage.post.responses.PetpetiduploadimagePostCode200Response; @@ -59,13 +59,14 @@ import org.openapijsonschematools.client.paths.petpetiduploadimage.post.Petpetid import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -77,21 +78,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petpetiduploadimagePostSecurityRequirementObject0SecurityIndex(PetpetiduploadimagePostSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Petpetiduploadimage apiClient = new Petpetiduploadimage(apiConfiguration, schemaConfiguration); // Map validation -PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParametersMap pathParameters = +PetpetiduploadimagePostPathParameters.PathParametersMap pathParameters = PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParameters1.validate( - new PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParametersMapBuilder() + new PetpetiduploadimagePostPathParameters.PathParametersMapBuilder() .petId(1L) .build(), diff --git a/samples/client/petstore/java/docs/apis/paths/Solidus.md b/samples/client/petstore/java/docs/apis/paths/Solidus.md index 5f8a4970e89..4a157001b35 100644 --- a/samples/client/petstore/java/docs/apis/paths/Solidus.md +++ b/samples/client/petstore/java/docs/apis/paths/Solidus.md @@ -3,7 +3,7 @@ public class Solidus extends extends ApiClient implements [SolidusGet.GetOperation](../../paths/solidus/SolidusGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/" ## Method Summary | Modifier and Type | Method and Description | @@ -40,9 +40,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.solidus.get.responses.SolidusGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Solidus; @@ -51,13 +51,14 @@ import org.openapijsonschematools.client.paths.solidus.get.SolidusGetResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -65,10 +66,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Solidus apiClient = new Solidus(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Storeinventory.md b/samples/client/petstore/java/docs/apis/paths/Storeinventory.md index ee9907299d6..c22c9ecc957 100644 --- a/samples/client/petstore/java/docs/apis/paths/Storeinventory.md +++ b/samples/client/petstore/java/docs/apis/paths/Storeinventory.md @@ -3,7 +3,7 @@ public class Storeinventory extends extends ApiClient implements [StoreinventoryGet.GetOperation](../../paths/storeinventory/StoreinventoryGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/store/inventory" ## Method Summary | Modifier and Type | Method and Description | @@ -43,9 +43,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.storeinventory.get.StoreinventoryGetSecurityInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.ApiKey; import org.openapijsonschematools.client.paths.storeinventory.get.responses.StoreinventoryGetCode200Response; @@ -57,13 +57,14 @@ import org.openapijsonschematools.client.paths.storeinventory.get.Storeinventory import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -78,12 +79,14 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .storeinventoryGetSecurityRequirementObject0SecurityIndex(StoreinventoryGetSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Storeinventory apiClient = new Storeinventory(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Storeorder.md b/samples/client/petstore/java/docs/apis/paths/Storeorder.md index e092f790b67..90478bd1169 100644 --- a/samples/client/petstore/java/docs/apis/paths/Storeorder.md +++ b/samples/client/petstore/java/docs/apis/paths/Storeorder.md @@ -3,7 +3,7 @@ public class Storeorder extends extends ApiClient implements [StoreorderPost.PostOperation](../../paths/storeorder/StoreorderPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/store/order" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.storeorder.post.StoreorderPostRequestBody; import org.openapijsonschematools.client.components.schemas.Order; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.storeorder.post.responses.StoreorderPostCode200Response; import org.openapijsonschematools.client.paths.storeorder.post.responses.StoreorderPostCode400Response; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -56,13 +56,14 @@ import org.openapijsonschematools.client.paths.storeorder.post.StoreorderPostRes import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -70,10 +71,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Storeorder apiClient = new Storeorder(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Storeorderorderid.md b/samples/client/petstore/java/docs/apis/paths/Storeorderorderid.md index 9f8f173efa3..e84103a8d79 100644 --- a/samples/client/petstore/java/docs/apis/paths/Storeorderorderid.md +++ b/samples/client/petstore/java/docs/apis/paths/Storeorderorderid.md @@ -4,7 +4,7 @@ public class Storeorderorderid extends extends ApiClient implements [StoreorderorderidDelete.DeleteOperation](../../paths/storeorderorderid/StoreorderorderidDelete.md#deleteoperation), [StoreorderorderidGet.GetOperation](../../paths/storeorderorderid/StoreorderorderidGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/store/order/{order_id}" ## Method Summary | Modifier and Type | Method and Description | @@ -45,9 +45,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.storeorderorderid.delete.StoreorderorderidDeletePathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.storeorderorderid.delete.responses.StoreorderorderidDeleteCode400Response; import org.openapijsonschematools.client.paths.storeorderorderid.delete.responses.StoreorderorderidDeleteCode404Response; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -57,13 +57,14 @@ import org.openapijsonschematools.client.paths.storeorderorderid.delete.Storeord import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -71,19 +72,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Storeorderorderid apiClient = new Storeorderorderid(apiConfiguration, schemaConfiguration); // Map validation -StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParametersMap pathParameters = +StoreorderorderidDeletePathParameters.PathParametersMap pathParameters = StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParameters1.validate( - new StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParametersMapBuilder() + new StoreorderorderidDeletePathParameters.PathParametersMapBuilder() .order_id("a") .build(), @@ -146,9 +149,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.storeorderorderid.get.StoreorderorderidGetPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.storeorderorderid.get.responses.StoreorderorderidGetCode200Response; import org.openapijsonschematools.client.paths.storeorderorderid.get.responses.StoreorderorderidGetCode400Response; import org.openapijsonschematools.client.paths.storeorderorderid.get.responses.StoreorderorderidGetCode404Response; @@ -159,13 +162,14 @@ import org.openapijsonschematools.client.paths.storeorderorderid.get.Storeordero import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -173,19 +177,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Storeorderorderid apiClient = new Storeorderorderid(apiConfiguration, schemaConfiguration); // Map validation -StoreorderorderidGetPathParameters.StoreorderorderidGetPathParametersMap pathParameters = +StoreorderorderidGetPathParameters.PathParametersMap pathParameters = StoreorderorderidGetPathParameters.StoreorderorderidGetPathParameters1.validate( - new StoreorderorderidGetPathParameters.StoreorderorderidGetPathParametersMapBuilder() + new StoreorderorderidGetPathParameters.PathParametersMapBuilder() .order_id(1L) .build(), diff --git a/samples/client/petstore/java/docs/apis/paths/User.md b/samples/client/petstore/java/docs/apis/paths/User.md index f10ec4e7199..3dd6a3600f9 100644 --- a/samples/client/petstore/java/docs/apis/paths/User.md +++ b/samples/client/petstore/java/docs/apis/paths/User.md @@ -3,7 +3,7 @@ public class User extends extends ApiClient implements [UserPost.PostOperation](../../paths/user/UserPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/user" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.user.post.UserPostRequestBody; import org.openapijsonschematools.client.components.schemas.User; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.user.post.responses.UserPostCodedefaultResponse; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.User; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.user.post.UserPostResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); User apiClient = new User(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Usercreatewitharray.md b/samples/client/petstore/java/docs/apis/paths/Usercreatewitharray.md index 39776a1525c..a60a10c723e 100644 --- a/samples/client/petstore/java/docs/apis/paths/Usercreatewitharray.md +++ b/samples/client/petstore/java/docs/apis/paths/Usercreatewitharray.md @@ -3,7 +3,7 @@ public class Usercreatewitharray extends extends ApiClient implements [UsercreatewitharrayPost.PostOperation](../../paths/usercreatewitharray/UsercreatewitharrayPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/user/createWithArray" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.usercreatewitharray.post.UsercreatewitharrayPostRequestBody; import org.openapijsonschematools.client.components.requestbodies.userarray.content.applicationjson.ApplicationjsonSchema; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.usercreatewitharray.post.responses.UsercreatewitharrayPostCodedefaultResponse; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Usercreatewitharray; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.usercreatewitharray.post.Usercrea import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Usercreatewitharray apiClient = new Usercreatewitharray(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Usercreatewithlist.md b/samples/client/petstore/java/docs/apis/paths/Usercreatewithlist.md index 17991d81c4d..e46aba02776 100644 --- a/samples/client/petstore/java/docs/apis/paths/Usercreatewithlist.md +++ b/samples/client/petstore/java/docs/apis/paths/Usercreatewithlist.md @@ -3,7 +3,7 @@ public class Usercreatewithlist extends extends ApiClient implements [UsercreatewithlistPost.PostOperation](../../paths/usercreatewithlist/UsercreatewithlistPost.md#postoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/user/createWithList" ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.usercreatewithlist.post.UsercreatewithlistPostRequestBody; import org.openapijsonschematools.client.components.requestbodies.userarray.content.applicationjson.ApplicationjsonSchema; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.usercreatewithlist.post.responses.UsercreatewithlistPostCodedefaultResponse; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Usercreatewithlist; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.usercreatewithlist.post.Usercreat import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Usercreatewithlist apiClient = new Usercreatewithlist(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Userlogin.md b/samples/client/petstore/java/docs/apis/paths/Userlogin.md index 75f7296e1e0..ea65ab6d1d8 100644 --- a/samples/client/petstore/java/docs/apis/paths/Userlogin.md +++ b/samples/client/petstore/java/docs/apis/paths/Userlogin.md @@ -3,7 +3,7 @@ public class Userlogin extends extends ApiClient implements [UserloginGet.GetOperation](../../paths/userlogin/UserloginGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/user/login" ## Method Summary | Modifier and Type | Method and Description | @@ -43,9 +43,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.userlogin.get.UserloginGetQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.userlogin.get.responses.UserloginGetCode200Response; import org.openapijsonschematools.client.paths.userlogin.get.responses.code200response.UserloginGetCode200ResponseHeadersSchema; import org.openapijsonschematools.client.paths.userlogin.get.responses.UserloginGetCode400Response; @@ -56,13 +56,14 @@ import org.openapijsonschematools.client.paths.userlogin.get.UserloginGetRespons import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -70,19 +71,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Userlogin apiClient = new Userlogin(apiConfiguration, schemaConfiguration); // Map validation -UserloginGetQueryParameters.UserloginGetQueryParametersMap queryParameters = +UserloginGetQueryParameters.QueryParametersMap queryParameters = UserloginGetQueryParameters.UserloginGetQueryParameters1.validate( - new UserloginGetQueryParameters.UserloginGetQueryParametersMapBuilder() + new UserloginGetQueryParameters.QueryParametersMapBuilder() .password("a") .username("a") diff --git a/samples/client/petstore/java/docs/apis/paths/Userlogout.md b/samples/client/petstore/java/docs/apis/paths/Userlogout.md index 6da74aaf369..a75e1f211ae 100644 --- a/samples/client/petstore/java/docs/apis/paths/Userlogout.md +++ b/samples/client/petstore/java/docs/apis/paths/Userlogout.md @@ -3,7 +3,7 @@ public class Userlogout extends extends ApiClient implements [UserlogoutGet.GetOperation](../../paths/userlogout/UserlogoutGet.md#getoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/user/logout" ## Method Summary | Modifier and Type | Method and Description | @@ -42,9 +42,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.userlogout.get.responses.UserlogoutGetCodedefaultResponse; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.paths.Userlogout; @@ -53,13 +53,14 @@ import org.openapijsonschematools.client.paths.userlogout.get.UserlogoutGetRespo import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -67,10 +68,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Userlogout apiClient = new Userlogout(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/paths/Userusername.md b/samples/client/petstore/java/docs/apis/paths/Userusername.md index d5f9713dc06..dc4364bd8cc 100644 --- a/samples/client/petstore/java/docs/apis/paths/Userusername.md +++ b/samples/client/petstore/java/docs/apis/paths/Userusername.md @@ -5,7 +5,7 @@ public class Userusername extends extends ApiClient implements [UserusernameGet.GetOperation](../../paths/userusername/UserusernameGet.md#getoperation), [UserusernamePut.PutOperation](../../paths/userusername/UserusernamePut.md#putoperation) -an api client class which contains all the routes for path="" +an api client class which contains all the routes for path="/user/{username}" ## Method Summary | Modifier and Type | Method and Description | @@ -47,9 +47,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.userusername.delete.UserusernameDeletePathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.userusername.delete.responses.UserusernameDeleteCode200Response; import org.openapijsonschematools.client.paths.userusername.delete.responses.UserusernameDeleteCode404Response; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -59,13 +59,14 @@ import org.openapijsonschematools.client.paths.userusername.delete.UserusernameD import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -73,19 +74,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Userusername apiClient = new Userusername(apiConfiguration, schemaConfiguration); // Map validation -UserusernameDeletePathParameters.UserusernameDeletePathParametersMap pathParameters = +UserusernameDeletePathParameters.PathParametersMap pathParameters = UserusernameDeletePathParameters.UserusernameDeletePathParameters1.validate( - new UserusernameDeletePathParameters.UserusernameDeletePathParametersMapBuilder() + new UserusernameDeletePathParameters.PathParametersMapBuilder() .username("a") .build(), @@ -149,9 +152,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.userusername.get.UserusernameGetPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.userusername.get.responses.UserusernameGetCode200Response; import org.openapijsonschematools.client.paths.userusername.get.responses.UserusernameGetCode400Response; import org.openapijsonschematools.client.paths.userusername.get.responses.UserusernameGetCode404Response; @@ -162,13 +165,14 @@ import org.openapijsonschematools.client.paths.userusername.get.UserusernameGetR import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -176,19 +180,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Userusername apiClient = new Userusername(apiConfiguration, schemaConfiguration); // Map validation -UserusernameGetPathParameters.UserusernameGetPathParametersMap pathParameters = +UserusernameGetPathParameters.PathParametersMap pathParameters = UserusernameGetPathParameters.UserusernameGetPathParameters1.validate( - new UserusernameGetPathParameters.UserusernameGetPathParametersMapBuilder() + new UserusernameGetPathParameters.PathParametersMapBuilder() .username("a") .build(), @@ -260,9 +266,9 @@ import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.userusername.put.UserusernamePutRequestBody; import org.openapijsonschematools.client.components.schemas.User; import org.openapijsonschematools.client.paths.userusername.put.UserusernamePutPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.userusername.put.responses.UserusernamePutCode400Response; import org.openapijsonschematools.client.paths.userusername.put.responses.UserusernamePutCode404Response; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -272,13 +278,14 @@ import org.openapijsonschematools.client.paths.userusername.put.UserusernamePutR import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -286,10 +293,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Userusername apiClient = new Userusername(apiConfiguration, schemaConfiguration); @@ -322,9 +331,9 @@ User1BoxedMap requestBodyPayload = UserusernamePut.SealedRequestBody requestBody = new UserusernamePut.ApplicationjsonRequestBody(requestBodyPayload); // Map validation -UserusernamePutPathParameters.UserusernamePutPathParametersMap pathParameters = +UserusernamePutPathParameters.PathParametersMap pathParameters = UserusernamePutPathParameters.UserusernamePutPathParameters1.validate( - new UserusernamePutPathParameters.UserusernamePutPathParametersMapBuilder() + new UserusernamePutPathParameters.PathParametersMapBuilder() .username("a") .build(), diff --git a/samples/client/petstore/java/docs/apis/tags/Anotherfake.md b/samples/client/petstore/java/docs/apis/tags/Anotherfake.md index 98beb981514..b6f57d843bf 100644 --- a/samples/client/petstore/java/docs/apis/tags/Anotherfake.md +++ b/samples/client/petstore/java/docs/apis/tags/Anotherfake.md @@ -44,9 +44,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.anotherfakedummy.patch.AnotherfakedummyPatchRequestBody; import org.openapijsonschematools.client.components.schemas.Client; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.anotherfakedummy.patch.responses.AnotherfakedummyPatchCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Anotherfake; @@ -55,13 +55,14 @@ import org.openapijsonschematools.client.paths.anotherfakedummy.patch.Anotherfak import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,10 +70,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Anotherfake apiClient = new Anotherfake(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/tags/Default.md b/samples/client/petstore/java/docs/apis/tags/Default.md index c39a91a4294..716930384b1 100644 --- a/samples/client/petstore/java/docs/apis/tags/Default.md +++ b/samples/client/petstore/java/docs/apis/tags/Default.md @@ -51,6 +51,7 @@ import org.openapijsonschematools.client.paths.foo.get.FooGetResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below @@ -65,10 +66,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .fooGetServerInfoServerIndex(FooGetServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Default apiClient = new Default(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/tags/Fake.md b/samples/client/petstore/java/docs/apis/tags/Fake.md index 8b8e520115f..0ab9ed08dff 100644 --- a/samples/client/petstore/java/docs/apis/tags/Fake.md +++ b/samples/client/petstore/java/docs/apis/tags/Fake.md @@ -128,9 +128,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakejsonpatch.patch.FakejsonpatchPatchRequestBody; import org.openapijsonschematools.client.components.schemas.JSONPatchRequest; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakejsonpatch.patch.responses.FakejsonpatchPatchCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -139,13 +139,14 @@ import org.openapijsonschematools.client.paths.fakejsonpatch.patch.Fakejsonpatch import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -153,10 +154,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -213,9 +216,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsarrayofenums.post.FakerefsarrayofenumsPostRequestBody; import org.openapijsonschematools.client.components.schemas.ArrayOfEnums; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsarrayofenums.post.responses.FakerefsarrayofenumsPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -224,13 +227,14 @@ import org.openapijsonschematools.client.paths.fakerefsarrayofenums.post.Fakeref import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -238,10 +242,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -302,9 +308,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.commonparamsubdir.delete.CommonparamsubdirDeleteHeaderParameters; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.commonparamsubdir.delete.CommonparamsubdirDeletePathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.commonparamsubdir.delete.responses.CommonparamsubdirDeleteCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -313,13 +319,14 @@ import org.openapijsonschematools.client.paths.commonparamsubdir.delete.Commonpa import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -327,19 +334,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); // Map validation -CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParametersMap pathParameters = +CommonparamsubdirDeletePathParameters.PathParametersMap pathParameters = CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParameters1.validate( - new CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParametersMapBuilder() + new CommonparamsubdirDeletePathParameters.PathParametersMapBuilder() .subDir("c") .build(), @@ -399,9 +408,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.commonparamsubdir.get.CommonparamsubdirGetQueryParameters; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.commonparamsubdir.get.CommonparamsubdirGetPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.commonparamsubdir.get.responses.CommonparamsubdirGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -410,13 +419,14 @@ import org.openapijsonschematools.client.paths.commonparamsubdir.get.Commonparam import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -424,19 +434,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); // Map validation -CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParametersMap pathParameters = +CommonparamsubdirGetPathParameters.PathParametersMap pathParameters = CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParameters1.validate( - new CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParametersMapBuilder() + new CommonparamsubdirGetPathParameters.PathParametersMapBuilder() .subDir("a") .build(), @@ -496,9 +508,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.commonparamsubdir.post.CommonparamsubdirPostHeaderParameters; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.commonparamsubdir.post.CommonparamsubdirPostPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.commonparamsubdir.post.responses.CommonparamsubdirPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -507,13 +519,14 @@ import org.openapijsonschematools.client.paths.commonparamsubdir.post.Commonpara import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -521,19 +534,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); // Map validation -CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParametersMap pathParameters = +CommonparamsubdirPostPathParameters.PathParametersMap pathParameters = CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParameters1.validate( - new CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParametersMapBuilder() + new CommonparamsubdirPostPathParameters.PathParametersMapBuilder() .subDir("a") .build(), @@ -594,9 +609,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakecasesensitiveparams.put.FakecasesensitiveparamsPutQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakecasesensitiveparams.put.responses.FakecasesensitiveparamsPutCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -605,13 +620,14 @@ import org.openapijsonschematools.client.paths.fakecasesensitiveparams.put.Fakec import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -619,19 +635,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); // Map validation -FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParametersMap queryParameters = +FakecasesensitiveparamsPutQueryParameters.QueryParametersMap queryParameters = FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParameters1.validate( - new FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParametersMapBuilder() + new FakecasesensitiveparamsPutQueryParameters.QueryParametersMapBuilder() .SomeVar("a") .someVar("a") @@ -693,9 +711,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakewildcardresponses.get.responses.FakewildcardresponsesGetCode1XXResponse; import org.openapijsonschematools.client.paths.fakewildcardresponses.get.responses.FakewildcardresponsesGetCode200Response; import org.openapijsonschematools.client.paths.fakewildcardresponses.get.responses.FakewildcardresponsesGetCode2XXResponse; @@ -709,13 +727,14 @@ import org.openapijsonschematools.client.paths.fakewildcardresponses.get.Fakewil import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -723,10 +742,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -800,9 +821,9 @@ import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakebodywithqueryparams.put.FakebodywithqueryparamsPutRequestBody; import org.openapijsonschematools.client.components.schemas.User; import org.openapijsonschematools.client.paths.fakebodywithqueryparams.put.FakebodywithqueryparamsPutQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakebodywithqueryparams.put.responses.FakebodywithqueryparamsPutCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -811,13 +832,14 @@ import org.openapijsonschematools.client.paths.fakebodywithqueryparams.put.Fakeb import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -825,10 +847,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -861,9 +885,9 @@ User1BoxedMap requestBodyPayload = FakebodywithqueryparamsPut.SealedRequestBody requestBody = new FakebodywithqueryparamsPut.ApplicationjsonRequestBody(requestBodyPayload); // Map validation -FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParametersMap queryParameters = +FakebodywithqueryparamsPutQueryParameters.QueryParametersMap queryParameters = FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParameters1.validate( - new FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParametersMapBuilder() + new FakebodywithqueryparamsPutQueryParameters.QueryParametersMapBuilder() .query("a") .build(), @@ -924,9 +948,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakejsonwithcharset.post.FakejsonwithcharsetPostRequestBody; import org.openapijsonschematools.client.paths.fakejsonwithcharset.post.requestbody.content.applicationjsoncharsetutf8.Applicationjsoncharsetutf8Schema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakejsonwithcharset.post.responses.FakejsonwithcharsetPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -935,13 +959,14 @@ import org.openapijsonschematools.client.paths.fakejsonwithcharset.post.Fakejson import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -949,10 +974,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -1013,9 +1040,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsarraymodel.post.FakerefsarraymodelPostRequestBody; import org.openapijsonschematools.client.components.schemas.AnimalFarm; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsarraymodel.post.responses.FakerefsarraymodelPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -1024,13 +1051,14 @@ import org.openapijsonschematools.client.paths.fakerefsarraymodel.post.Fakerefsa import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -1038,10 +1066,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -1098,9 +1128,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakehealth.get.responses.FakehealthGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -1109,13 +1139,14 @@ import org.openapijsonschematools.client.paths.fakehealth.get.FakehealthGetRespo import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -1123,10 +1154,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -1187,9 +1220,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefscomposedoneofnumberwithvalidations.post.FakerefscomposedoneofnumberwithvalidationsPostRequestBody; import org.openapijsonschematools.client.components.schemas.ComposedOneOfDifferentTypes; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefscomposedoneofnumberwithvalidations.post.responses.FakerefscomposedoneofnumberwithvalidationsPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -1198,13 +1231,14 @@ import org.openapijsonschematools.client.paths.fakerefscomposedoneofnumberwithva import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -1212,10 +1246,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -1273,9 +1309,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefobjinquery.get.FakerefobjinqueryGetQueryParameters; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefobjinquery.get.responses.FakerefobjinqueryGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -1284,13 +1320,14 @@ import org.openapijsonschematools.client.paths.fakerefobjinquery.get.Fakerefobji import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -1298,10 +1335,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -1360,9 +1399,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakebodywithfileschema.put.FakebodywithfileschemaPutRequestBody; import org.openapijsonschematools.client.components.schemas.FileSchemaTestClass; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakebodywithfileschema.put.responses.FakebodywithfileschemaPutCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -1371,13 +1410,14 @@ import org.openapijsonschematools.client.paths.fakebodywithfileschema.put.Fakebo import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -1385,10 +1425,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -1461,9 +1503,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsenum.post.FakerefsenumPostRequestBody; import org.openapijsonschematools.client.components.schemas.StringEnum; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsenum.post.responses.FakerefsenumPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -1472,13 +1514,14 @@ import org.openapijsonschematools.client.paths.fakerefsenum.post.FakerefsenumPos import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -1486,10 +1529,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -1546,9 +1591,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeredirection.get.responses.FakeredirectionGetCode303Response; import org.openapijsonschematools.client.paths.fakeredirection.get.responses.FakeredirectionGetCode3XXResponse; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -1558,13 +1603,14 @@ import org.openapijsonschematools.client.paths.fakeredirection.get.Fakeredirecti import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -1572,10 +1618,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -1637,9 +1685,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakeuploadfile.post.FakeuploadfilePostRequestBody; import org.openapijsonschematools.client.paths.fakeuploadfile.post.requestbody.content.multipartformdata.MultipartformdataSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeuploadfile.post.responses.FakeuploadfilePostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -1648,13 +1696,14 @@ import org.openapijsonschematools.client.paths.fakeuploadfile.post.Fakeuploadfil import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -1662,10 +1711,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -1727,9 +1778,9 @@ import org.openapijsonschematools.client.paths.fakeinlinecomposition.post.Fakein import org.openapijsonschematools.client.paths.fakeinlinecomposition.post.requestbody.content.applicationjson.ApplicationjsonSchema; import org.openapijsonschematools.client.paths.fakeinlinecomposition.post.FakeinlinecompositionPostQueryParameters; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeinlinecomposition.post.responses.FakeinlinecompositionPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -1738,13 +1789,14 @@ import org.openapijsonschematools.client.paths.fakeinlinecomposition.post.Fakein import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -1752,10 +1804,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -1821,9 +1875,9 @@ import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fake.delete.FakeDeleteSecurityInfo; import org.openapijsonschematools.client.paths.fake.delete.FakeDeleteHeaderParameters; import org.openapijsonschematools.client.paths.fake.delete.FakeDeleteQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.BearerTest; import org.openapijsonschematools.client.paths.fake.delete.responses.FakeDeleteCode200Response; @@ -1834,13 +1888,14 @@ import org.openapijsonschematools.client.paths.fake.delete.FakeDeleteResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -1855,21 +1910,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .fakeDeleteSecurityRequirementObject0SecurityIndex(FakeDeleteSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); // Map validation -FakeDeleteHeaderParameters.FakeDeleteHeaderParametersMap headerParameters = +FakeDeleteHeaderParameters.HeaderParametersMap headerParameters = FakeDeleteHeaderParameters.FakeDeleteHeaderParameters1.validate( - new FakeDeleteHeaderParameters.FakeDeleteHeaderParametersMapBuilder() + new FakeDeleteHeaderParameters.HeaderParametersMapBuilder() .required_boolean_group("true") .boolean_group("true") @@ -1879,9 +1936,9 @@ FakeDeleteHeaderParameters.FakeDeleteHeaderParametersMap headerParameters = ); // Map validation -FakeDeleteQueryParameters.FakeDeleteQueryParametersMap queryParameters = +FakeDeleteQueryParameters.QueryParametersMap queryParameters = FakeDeleteQueryParameters.FakeDeleteQueryParameters1.validate( - new FakeDeleteQueryParameters.FakeDeleteQueryParametersMapBuilder() + new FakeDeleteQueryParameters.QueryParametersMapBuilder() .required_int64_group(1L) .required_string_group("a") @@ -1952,9 +2009,9 @@ import org.openapijsonschematools.client.paths.fake.get.requestbody.content.appl import org.openapijsonschematools.client.paths.fake.get.FakeGetHeaderParameters; import org.openapijsonschematools.client.paths.fake.get.FakeGetQueryParameters; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fake.get.responses.FakeGetCode200Response; import org.openapijsonschematools.client.paths.fake.get.responses.FakeGetCode404Response; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -1964,13 +2021,14 @@ import org.openapijsonschematools.client.paths.fake.get.FakeGetResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -1978,10 +2036,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -2043,9 +2103,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fake.patch.FakePatchRequestBody; import org.openapijsonschematools.client.components.schemas.Client; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fake.patch.responses.FakePatchCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -2054,13 +2114,14 @@ import org.openapijsonschematools.client.paths.fake.patch.FakePatchResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -2068,10 +2129,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -2145,9 +2208,9 @@ import org.openapijsonschematools.client.paths.fake.post.FakePostRequestBody; import org.openapijsonschematools.client.paths.fake.post.requestbody.content.applicationxwwwformurlencoded.ApplicationxwwwformurlencodedSchema; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fake.post.FakePostSecurityInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.HttpBasicTest; import org.openapijsonschematools.client.paths.fake.post.responses.FakePostCode200Response; @@ -2159,13 +2222,14 @@ import org.openapijsonschematools.client.paths.fake.post.FakePostResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -2180,12 +2244,14 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .fakePostSecurityRequirementObject0SecurityIndex(FakePostSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -2247,9 +2313,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsobjectmodelwithrefprops.post.FakerefsobjectmodelwithrefpropsPostRequestBody; import org.openapijsonschematools.client.components.schemas.ObjectModelWithRefProps; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsobjectmodelwithrefprops.post.responses.FakerefsobjectmodelwithrefpropsPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -2258,13 +2324,14 @@ import org.openapijsonschematools.client.paths.fakerefsobjectmodelwithrefprops.p import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -2272,10 +2339,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -2334,9 +2403,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakepemcontenttype.get.FakepemcontenttypeGetRequestBody; import org.openapijsonschematools.client.paths.fakepemcontenttype.get.requestbody.content.applicationxpemfile.ApplicationxpemfileSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakepemcontenttype.get.responses.FakepemcontenttypeGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -2345,13 +2414,14 @@ import org.openapijsonschematools.client.paths.fakepemcontenttype.get.Fakepemcon import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -2359,10 +2429,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -2423,9 +2495,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsnumber.post.FakerefsnumberPostRequestBody; import org.openapijsonschematools.client.components.schemas.NumberWithValidations; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsnumber.post.responses.FakerefsnumberPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -2434,13 +2506,14 @@ import org.openapijsonschematools.client.paths.fakerefsnumber.post.Fakerefsnumbe import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -2448,10 +2521,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -2512,9 +2587,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsstring.post.FakerefsstringPostRequestBody; import org.openapijsonschematools.client.components.schemas.StringSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsstring.post.responses.FakerefsstringPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -2523,13 +2598,14 @@ import org.openapijsonschematools.client.paths.fakerefsstring.post.Fakerefsstrin import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -2537,10 +2613,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -2601,9 +2679,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakeinlineadditionalproperties.post.FakeinlineadditionalpropertiesPostRequestBody; import org.openapijsonschematools.client.paths.fakeinlineadditionalproperties.post.requestbody.content.applicationjson.ApplicationjsonSchema; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeinlineadditionalproperties.post.responses.FakeinlineadditionalpropertiesPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -2612,13 +2690,14 @@ import org.openapijsonschematools.client.paths.fakeinlineadditionalproperties.po import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -2626,10 +2705,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -2700,9 +2781,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakerefsmammal.post.FakerefsmammalPostRequestBody; import org.openapijsonschematools.client.components.schemas.Mammal; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsmammal.post.responses.FakerefsmammalPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -2711,13 +2792,14 @@ import org.openapijsonschematools.client.paths.fakerefsmammal.post.Fakerefsmamma import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -2725,10 +2807,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -2788,9 +2872,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.solidus.get.responses.SolidusGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -2799,13 +2883,14 @@ import org.openapijsonschematools.client.paths.solidus.get.SolidusGetResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -2813,10 +2898,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -2875,9 +2962,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsboolean.post.FakerefsbooleanPostRequestBody; import org.openapijsonschematools.client.components.schemas.BooleanSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsboolean.post.responses.FakerefsbooleanPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -2886,13 +2973,14 @@ import org.openapijsonschematools.client.paths.fakerefsboolean.post.Fakerefsbool import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -2900,10 +2988,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -2964,9 +3054,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakejsonformdata.get.FakejsonformdataGetRequestBody; import org.openapijsonschematools.client.paths.fakejsonformdata.get.requestbody.content.applicationxwwwformurlencoded.ApplicationxwwwformurlencodedSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakejsonformdata.get.responses.FakejsonformdataGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -2975,13 +3065,14 @@ import org.openapijsonschematools.client.paths.fakejsonformdata.get.Fakejsonform import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -2989,10 +3080,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -3052,9 +3145,9 @@ import org.openapijsonschematools.client.paths.fakeparametercollisions1ababselfa import org.openapijsonschematools.client.paths.fakeparametercollisions1ababselfab.post.Fakeparametercollisions1ababselfabPostCookieParameters; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakeparametercollisions1ababselfab.post.Fakeparametercollisions1ababselfabPostPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeparametercollisions1ababselfab.post.responses.Fakeparametercollisions1ababselfabPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -3063,13 +3156,14 @@ import org.openapijsonschematools.client.paths.fakeparametercollisions1ababselfa import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -3077,19 +3171,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); // Map validation -Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParametersMap pathParameters = +Fakeparametercollisions1ababselfabPostPathParameters.PathParametersMap pathParameters = Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParameters1.validate( - new Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParametersMapBuilder() + new Fakeparametercollisions1ababselfabPostPathParameters.PathParametersMapBuilder() .positive1("a") .aHyphenMinusB("a") @@ -3158,9 +3254,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakequeryparamwithjsoncontenttype.get.FakequeryparamwithjsoncontenttypeGetQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakequeryparamwithjsoncontenttype.get.responses.FakequeryparamwithjsoncontenttypeGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -3169,13 +3265,14 @@ import org.openapijsonschematools.client.paths.fakequeryparamwithjsoncontenttype import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -3183,19 +3280,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); // Map validation -FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParametersMap queryParameters = +FakequeryparamwithjsoncontenttypeGetQueryParameters.QueryParametersMap queryParameters = FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParameters1.validate( - new FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParametersMapBuilder() + new FakequeryparamwithjsoncontenttypeGetQueryParameters.QueryParametersMapBuilder() .build(), schemaConfiguration ); @@ -3254,9 +3353,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakeobjinquery.get.FakeobjinqueryGetQueryParameters; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeobjinquery.get.responses.FakeobjinqueryGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -3265,13 +3364,14 @@ import org.openapijsonschematools.client.paths.fakeobjinquery.get.Fakeobjinquery import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -3279,10 +3379,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -3338,9 +3440,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakemultiplesecurities.get.FakemultiplesecuritiesGetSecurityInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.HttpBasicTest; import org.openapijsonschematools.client.components.securityschemes.ApiKey; @@ -3353,13 +3455,14 @@ import org.openapijsonschematools.client.paths.fakemultiplesecurities.get.Fakemu import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -3377,12 +3480,14 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .fakemultiplesecuritiesGetSecurityRequirementObject0SecurityIndex(FakemultiplesecuritiesGetSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -3442,9 +3547,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.faketestqueryparamters.put.FaketestqueryparamtersPutQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.faketestqueryparamters.put.responses.FaketestqueryparamtersPutCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -3453,13 +3558,14 @@ import org.openapijsonschematools.client.paths.faketestqueryparamters.put.Fakete import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -3467,19 +3573,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); // Map validation -FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParametersMap queryParameters = +FaketestqueryparamtersPutQueryParameters.QueryParametersMap queryParameters = FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParameters1.validate( - new FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParametersMapBuilder() + new FaketestqueryparamtersPutQueryParameters.QueryParametersMapBuilder() .context( Arrays.asList( "a" @@ -3562,9 +3670,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakemultipleresponsebodies.get.responses.FakemultipleresponsebodiesGetCode200Response; import org.openapijsonschematools.client.paths.fakemultipleresponsebodies.get.responses.FakemultipleresponsebodiesGetCode202Response; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -3574,13 +3682,14 @@ import org.openapijsonschematools.client.paths.fakemultipleresponsebodies.get.Fa import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -3588,10 +3697,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -3653,9 +3764,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeresponsewithoutschema.get.responses.FakeresponsewithoutschemaGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -3664,13 +3775,14 @@ import org.openapijsonschematools.client.paths.fakeresponsewithoutschema.get.Fak import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -3678,10 +3790,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -3740,9 +3854,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakemultiplerequestbodycontenttypes.post.FakemultiplerequestbodycontenttypesPostRequestBody; import org.openapijsonschematools.client.paths.fakemultiplerequestbodycontenttypes.post.requestbody.content.applicationjson.ApplicationjsonSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakemultiplerequestbodycontenttypes.post.responses.FakemultiplerequestbodycontenttypesPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -3751,13 +3865,14 @@ import org.openapijsonschematools.client.paths.fakemultiplerequestbodycontenttyp import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -3765,10 +3880,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -3829,9 +3946,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakeuploaddownloadfile.post.FakeuploaddownloadfilePostRequestBody; import org.openapijsonschematools.client.paths.fakeuploaddownloadfile.post.requestbody.content.applicationoctetstream.ApplicationoctetstreamSchema; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeuploaddownloadfile.post.responses.FakeuploaddownloadfilePostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -3840,13 +3957,14 @@ import org.openapijsonschematools.client.paths.fakeuploaddownloadfile.post.Fakeu import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -3854,10 +3972,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -3926,9 +4046,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakeuploadfiles.post.FakeuploadfilesPostRequestBody; import org.openapijsonschematools.client.paths.fakeuploadfiles.post.requestbody.content.multipartformdata.MultipartformdataSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeuploadfiles.post.responses.FakeuploadfilesPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -3937,13 +4057,14 @@ import org.openapijsonschematools.client.paths.fakeuploadfiles.post.Fakeuploadfi import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -3951,10 +4072,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -4013,9 +4136,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakeadditionalpropertieswitharrayofenums.get.FakeadditionalpropertieswitharrayofenumsGetRequestBody; import org.openapijsonschematools.client.components.schemas.AdditionalPropertiesWithArrayOfEnums; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeadditionalpropertieswitharrayofenums.get.responses.FakeadditionalpropertieswitharrayofenumsGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.Fake; @@ -4024,13 +4147,14 @@ import org.openapijsonschematools.client.paths.fakeadditionalpropertieswitharray import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -4038,10 +4162,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); @@ -4101,9 +4227,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakedeletecoffeeid.delete.FakedeletecoffeeidDeletePathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakedeletecoffeeid.delete.responses.FakedeletecoffeeidDeleteCode200Response; import org.openapijsonschematools.client.paths.fakedeletecoffeeid.delete.responses.FakedeletecoffeeidDeleteCodedefaultResponse; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -4113,13 +4239,14 @@ import org.openapijsonschematools.client.paths.fakedeletecoffeeid.delete.Fakedel import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -4127,19 +4254,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fake apiClient = new Fake(apiConfiguration, schemaConfiguration); // Map validation -FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParametersMap pathParameters = +FakedeletecoffeeidDeletePathParameters.PathParametersMap pathParameters = FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParameters1.validate( - new FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParametersMapBuilder() + new FakedeletecoffeeidDeletePathParameters.PathParametersMapBuilder() .id("a") .build(), diff --git a/samples/client/petstore/java/docs/apis/tags/Fakeclassnametags123.md b/samples/client/petstore/java/docs/apis/tags/Fakeclassnametags123.md index 43eb1ca2f5b..1fd6a698f2c 100644 --- a/samples/client/petstore/java/docs/apis/tags/Fakeclassnametags123.md +++ b/samples/client/petstore/java/docs/apis/tags/Fakeclassnametags123.md @@ -45,9 +45,9 @@ import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakeclassnametest.patch.FakeclassnametestPatchSecurityInfo; import org.openapijsonschematools.client.paths.fakeclassnametest.patch.FakeclassnametestPatchRequestBody; import org.openapijsonschematools.client.components.schemas.Client; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.ApiKeyQuery; import org.openapijsonschematools.client.paths.fakeclassnametest.patch.responses.FakeclassnametestPatchCode200Response; @@ -58,13 +58,14 @@ import org.openapijsonschematools.client.paths.fakeclassnametest.patch.Fakeclass import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -79,12 +80,14 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .fakeclassnametestPatchSecurityRequirementObject0SecurityIndex(FakeclassnametestPatchSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakeclassnametags123 apiClient = new Fakeclassnametags123(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/tags/Pet.md b/samples/client/petstore/java/docs/apis/tags/Pet.md index 4a56dfedbef..b5f9db0e2f0 100644 --- a/samples/client/petstore/java/docs/apis/tags/Pet.md +++ b/samples/client/petstore/java/docs/apis/tags/Pet.md @@ -62,9 +62,9 @@ import org.openapijsonschematools.client.paths.fakepetiduploadimagewithrequiredf import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakepetiduploadimagewithrequiredfile.post.FakepetiduploadimagewithrequiredfilePostSecurityInfo; import org.openapijsonschematools.client.paths.fakepetiduploadimagewithrequiredfile.post.FakepetiduploadimagewithrequiredfilePostPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.PetstoreAuth; import org.openapijsonschematools.client.paths.fakepetiduploadimagewithrequiredfile.post.responses.FakepetiduploadimagewithrequiredfilePostCode200Response; @@ -75,13 +75,14 @@ import org.openapijsonschematools.client.paths.fakepetiduploadimagewithrequiredf import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -93,21 +94,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .fakepetiduploadimagewithrequiredfilePostSecurityRequirementObject0SecurityIndex(FakepetiduploadimagewithrequiredfilePostSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Pet apiClient = new Pet(apiConfiguration, schemaConfiguration); // Map validation -FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParametersMap pathParameters = +FakepetiduploadimagewithrequiredfilePostPathParameters.PathParametersMap pathParameters = FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParameters1.validate( - new FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParametersMapBuilder() + new FakepetiduploadimagewithrequiredfilePostPathParameters.PathParametersMapBuilder() .petId(1L) .build(), @@ -172,9 +175,9 @@ import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.pet.post.PetPostSecurityInfo; import org.openapijsonschematools.client.paths.pet.post.PetPostRequestBody; import org.openapijsonschematools.client.components.schemas.Pet; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.ApiKey; import org.openapijsonschematools.client.components.securityschemes.HttpSignatureTest; @@ -188,13 +191,14 @@ import org.openapijsonschematools.client.paths.pet.post.PetPostResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -209,12 +213,14 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petPostSecurityRequirementObject0SecurityIndex(PetPostSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Pet apiClient = new Pet(apiConfiguration, schemaConfiguration); @@ -320,9 +326,9 @@ import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.pet.put.PetPutSecurityInfo; import org.openapijsonschematools.client.paths.pet.put.PetPutRequestBody; import org.openapijsonschematools.client.components.schemas.Pet; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.HttpSignatureTest; import org.openapijsonschematools.client.components.securityschemes.PetstoreAuth; @@ -336,13 +342,14 @@ import org.openapijsonschematools.client.paths.pet.put.PetPutResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -354,12 +361,14 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petPutSecurityRequirementObject0SecurityIndex(PetPutSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Pet apiClient = new Pet(apiConfiguration, schemaConfiguration); @@ -463,9 +472,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.petfindbytags.get.PetfindbytagsGetSecurityInfo; import org.openapijsonschematools.client.paths.petfindbytags.get.PetfindbytagsGetQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.HttpSignatureTest; import org.openapijsonschematools.client.components.securityschemes.PetstoreAuth; @@ -478,13 +487,14 @@ import org.openapijsonschematools.client.paths.petfindbytags.get.PetfindbytagsGe import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -496,21 +506,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petfindbytagsGetSecurityRequirementObject0SecurityIndex(PetfindbytagsGetSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Pet apiClient = new Pet(apiConfiguration, schemaConfiguration); // Map validation -PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParametersMap queryParameters = +PetfindbytagsGetQueryParameters.QueryParametersMap queryParameters = PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParameters1.validate( - new PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParametersMapBuilder() + new PetfindbytagsGetQueryParameters.QueryParametersMapBuilder() .tags( Arrays.asList( "a" @@ -594,6 +606,7 @@ import org.openapijsonschematools.client.paths.petfindbystatus.get.Petfindbystat import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below @@ -615,21 +628,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petfindbystatusGetSecurityRequirementObject0SecurityIndex(PetfindbystatusGetSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Pet apiClient = new Pet(apiConfiguration, schemaConfiguration); // Map validation -PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParametersMap queryParameters = +PetfindbystatusGetQueryParameters.QueryParametersMap queryParameters = PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParameters1.validate( - new PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParametersMapBuilder() + new PetfindbystatusGetQueryParameters.QueryParametersMapBuilder() .status( Arrays.asList( "available" @@ -699,9 +714,9 @@ import org.openapijsonschematools.client.paths.petpetiduploadimage.post.Petpetid import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.petpetiduploadimage.post.PetpetiduploadimagePostSecurityInfo; import org.openapijsonschematools.client.paths.petpetiduploadimage.post.PetpetiduploadimagePostPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.PetstoreAuth; import org.openapijsonschematools.client.paths.petpetiduploadimage.post.responses.PetpetiduploadimagePostCode200Response; @@ -713,13 +728,14 @@ import org.openapijsonschematools.client.paths.petpetiduploadimage.post.Petpetid import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -731,21 +747,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petpetiduploadimagePostSecurityRequirementObject0SecurityIndex(PetpetiduploadimagePostSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Pet apiClient = new Pet(apiConfiguration, schemaConfiguration); // Map validation -PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParametersMap pathParameters = +PetpetiduploadimagePostPathParameters.PathParametersMap pathParameters = PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParameters1.validate( - new PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParametersMapBuilder() + new PetpetiduploadimagePostPathParameters.PathParametersMapBuilder() .petId(1L) .build(), @@ -809,9 +827,9 @@ import org.openapijsonschematools.client.paths.petpetid.delete.PetpetidDeleteHea import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.petpetid.delete.PetpetidDeleteSecurityInfo; import org.openapijsonschematools.client.paths.petpetid.delete.PetpetidDeletePathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.ApiKey; import org.openapijsonschematools.client.components.securityschemes.PetstoreAuth; @@ -823,13 +841,14 @@ import org.openapijsonschematools.client.paths.petpetid.delete.PetpetidDeleteRes import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -844,21 +863,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petpetidDeleteSecurityRequirementObject0SecurityIndex(PetpetidDeleteSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Pet apiClient = new Pet(apiConfiguration, schemaConfiguration); // Map validation -PetpetidDeletePathParameters.PetpetidDeletePathParametersMap pathParameters = +PetpetidDeletePathParameters.PathParametersMap pathParameters = PetpetidDeletePathParameters.PetpetidDeletePathParameters1.validate( - new PetpetidDeletePathParameters.PetpetidDeletePathParametersMapBuilder() + new PetpetidDeletePathParameters.PathParametersMapBuilder() .petId(1L) .build(), @@ -922,9 +943,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.petpetid.get.PetpetidGetSecurityInfo; import org.openapijsonschematools.client.paths.petpetid.get.PetpetidGetPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.ApiKey; import org.openapijsonschematools.client.paths.petpetid.get.responses.PetpetidGetCode200Response; @@ -937,13 +958,14 @@ import org.openapijsonschematools.client.paths.petpetid.get.PetpetidGetResponses import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -958,21 +980,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petpetidGetSecurityRequirementObject0SecurityIndex(PetpetidGetSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Pet apiClient = new Pet(apiConfiguration, schemaConfiguration); // Map validation -PetpetidGetPathParameters.PetpetidGetPathParametersMap pathParameters = +PetpetidGetPathParameters.PathParametersMap pathParameters = PetpetidGetPathParameters.PetpetidGetPathParameters1.validate( - new PetpetidGetPathParameters.PetpetidGetPathParametersMapBuilder() + new PetpetidGetPathParameters.PathParametersMapBuilder() .petId(1L) .build(), @@ -1044,9 +1068,9 @@ import org.openapijsonschematools.client.paths.petpetid.post.PetpetidPostRequest import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.petpetid.post.PetpetidPostSecurityInfo; import org.openapijsonschematools.client.paths.petpetid.post.PetpetidPostPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.ApiKey; import org.openapijsonschematools.client.components.securityschemes.PetstoreAuth; @@ -1058,13 +1082,14 @@ import org.openapijsonschematools.client.paths.petpetid.post.PetpetidPostRespons import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -1079,21 +1104,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petpetidPostSecurityRequirementObject0SecurityIndex(PetpetidPostSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Pet apiClient = new Pet(apiConfiguration, schemaConfiguration); // Map validation -PetpetidPostPathParameters.PetpetidPostPathParametersMap pathParameters = +PetpetidPostPathParameters.PathParametersMap pathParameters = PetpetidPostPathParameters.PetpetidPostPathParameters1.validate( - new PetpetidPostPathParameters.PetpetidPostPathParametersMapBuilder() + new PetpetidPostPathParameters.PathParametersMapBuilder() .petId(1L) .build(), diff --git a/samples/client/petstore/java/docs/apis/tags/Store.md b/samples/client/petstore/java/docs/apis/tags/Store.md index e4bc0147ebc..a66ff5ee5dd 100644 --- a/samples/client/petstore/java/docs/apis/tags/Store.md +++ b/samples/client/petstore/java/docs/apis/tags/Store.md @@ -50,9 +50,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.storeinventory.get.StoreinventoryGetSecurityInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.ApiKey; import org.openapijsonschematools.client.paths.storeinventory.get.responses.StoreinventoryGetCode200Response; @@ -64,13 +64,14 @@ import org.openapijsonschematools.client.paths.storeinventory.get.Storeinventory import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -85,12 +86,14 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .storeinventoryGetSecurityRequirementObject0SecurityIndex(StoreinventoryGetSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Store apiClient = new Store(apiConfiguration, schemaConfiguration); @@ -149,9 +152,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.storeorderorderid.delete.StoreorderorderidDeletePathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.storeorderorderid.delete.responses.StoreorderorderidDeleteCode400Response; import org.openapijsonschematools.client.paths.storeorderorderid.delete.responses.StoreorderorderidDeleteCode404Response; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -161,13 +164,14 @@ import org.openapijsonschematools.client.paths.storeorderorderid.delete.Storeord import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -175,19 +179,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Store apiClient = new Store(apiConfiguration, schemaConfiguration); // Map validation -StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParametersMap pathParameters = +StoreorderorderidDeletePathParameters.PathParametersMap pathParameters = StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParameters1.validate( - new StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParametersMapBuilder() + new StoreorderorderidDeletePathParameters.PathParametersMapBuilder() .order_id("a") .build(), @@ -250,9 +256,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.storeorderorderid.get.StoreorderorderidGetPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.storeorderorderid.get.responses.StoreorderorderidGetCode200Response; import org.openapijsonschematools.client.paths.storeorderorderid.get.responses.StoreorderorderidGetCode400Response; import org.openapijsonschematools.client.paths.storeorderorderid.get.responses.StoreorderorderidGetCode404Response; @@ -263,13 +269,14 @@ import org.openapijsonschematools.client.paths.storeorderorderid.get.Storeordero import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -277,19 +284,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Store apiClient = new Store(apiConfiguration, schemaConfiguration); // Map validation -StoreorderorderidGetPathParameters.StoreorderorderidGetPathParametersMap pathParameters = +StoreorderorderidGetPathParameters.PathParametersMap pathParameters = StoreorderorderidGetPathParameters.StoreorderorderidGetPathParameters1.validate( - new StoreorderorderidGetPathParameters.StoreorderorderidGetPathParametersMapBuilder() + new StoreorderorderidGetPathParameters.PathParametersMapBuilder() .order_id(1L) .build(), @@ -360,9 +369,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.storeorder.post.StoreorderPostRequestBody; import org.openapijsonschematools.client.components.schemas.Order; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.storeorder.post.responses.StoreorderPostCode200Response; import org.openapijsonschematools.client.paths.storeorder.post.responses.StoreorderPostCode400Response; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -372,13 +381,14 @@ import org.openapijsonschematools.client.paths.storeorder.post.StoreorderPostRes import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -386,10 +396,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Store apiClient = new Store(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/apis/tags/User.md b/samples/client/petstore/java/docs/apis/tags/User.md index abcb64e7358..41c9c44720c 100644 --- a/samples/client/petstore/java/docs/apis/tags/User.md +++ b/samples/client/petstore/java/docs/apis/tags/User.md @@ -57,9 +57,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.userlogout.get.responses.UserlogoutGetCodedefaultResponse; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.User; @@ -68,13 +68,14 @@ import org.openapijsonschematools.client.paths.userlogout.get.UserlogoutGetRespo import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -82,10 +83,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); User apiClient = new User(apiConfiguration, schemaConfiguration); @@ -144,9 +147,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.usercreatewitharray.post.UsercreatewitharrayPostRequestBody; import org.openapijsonschematools.client.components.requestbodies.userarray.content.applicationjson.ApplicationjsonSchema; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.usercreatewitharray.post.responses.UsercreatewitharrayPostCodedefaultResponse; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.User; @@ -155,13 +158,14 @@ import org.openapijsonschematools.client.paths.usercreatewitharray.post.Usercrea import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -169,10 +173,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); User apiClient = new User(apiConfiguration, schemaConfiguration); @@ -281,9 +287,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.user.post.UserPostRequestBody; import org.openapijsonschematools.client.components.schemas.User; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.user.post.responses.UserPostCodedefaultResponse; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.User; @@ -292,13 +298,14 @@ import org.openapijsonschematools.client.paths.user.post.UserPostResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -306,10 +313,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); User apiClient = new User(apiConfiguration, schemaConfiguration); @@ -395,9 +404,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.userlogin.get.UserloginGetQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.userlogin.get.responses.UserloginGetCode200Response; import org.openapijsonschematools.client.paths.userlogin.get.responses.code200response.UserloginGetCode200ResponseHeadersSchema; import org.openapijsonschematools.client.paths.userlogin.get.responses.UserloginGetCode400Response; @@ -408,13 +417,14 @@ import org.openapijsonschematools.client.paths.userlogin.get.UserloginGetRespons import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -422,19 +432,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); User apiClient = new User(apiConfiguration, schemaConfiguration); // Map validation -UserloginGetQueryParameters.UserloginGetQueryParametersMap queryParameters = +UserloginGetQueryParameters.QueryParametersMap queryParameters = UserloginGetQueryParameters.UserloginGetQueryParameters1.validate( - new UserloginGetQueryParameters.UserloginGetQueryParametersMapBuilder() + new UserloginGetQueryParameters.QueryParametersMapBuilder() .password("a") .username("a") @@ -506,9 +518,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.userusername.delete.UserusernameDeletePathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.userusername.delete.responses.UserusernameDeleteCode200Response; import org.openapijsonschematools.client.paths.userusername.delete.responses.UserusernameDeleteCode404Response; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -518,13 +530,14 @@ import org.openapijsonschematools.client.paths.userusername.delete.UserusernameD import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -532,19 +545,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); User apiClient = new User(apiConfiguration, schemaConfiguration); // Map validation -UserusernameDeletePathParameters.UserusernameDeletePathParametersMap pathParameters = +UserusernameDeletePathParameters.PathParametersMap pathParameters = UserusernameDeletePathParameters.UserusernameDeletePathParameters1.validate( - new UserusernameDeletePathParameters.UserusernameDeletePathParametersMapBuilder() + new UserusernameDeletePathParameters.PathParametersMapBuilder() .username("a") .build(), @@ -608,9 +623,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.userusername.get.UserusernameGetPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.userusername.get.responses.UserusernameGetCode200Response; import org.openapijsonschematools.client.paths.userusername.get.responses.UserusernameGetCode400Response; import org.openapijsonschematools.client.paths.userusername.get.responses.UserusernameGetCode404Response; @@ -621,13 +636,14 @@ import org.openapijsonschematools.client.paths.userusername.get.UserusernameGetR import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -635,19 +651,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); User apiClient = new User(apiConfiguration, schemaConfiguration); // Map validation -UserusernameGetPathParameters.UserusernameGetPathParametersMap pathParameters = +UserusernameGetPathParameters.PathParametersMap pathParameters = UserusernameGetPathParameters.UserusernameGetPathParameters1.validate( - new UserusernameGetPathParameters.UserusernameGetPathParametersMapBuilder() + new UserusernameGetPathParameters.PathParametersMapBuilder() .username("a") .build(), @@ -719,9 +737,9 @@ import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.userusername.put.UserusernamePutRequestBody; import org.openapijsonschematools.client.components.schemas.User; import org.openapijsonschematools.client.paths.userusername.put.UserusernamePutPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.userusername.put.responses.UserusernamePutCode400Response; import org.openapijsonschematools.client.paths.userusername.put.responses.UserusernamePutCode404Response; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -731,13 +749,14 @@ import org.openapijsonschematools.client.paths.userusername.put.UserusernamePutR import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -745,10 +764,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); User apiClient = new User(apiConfiguration, schemaConfiguration); @@ -781,9 +802,9 @@ User1BoxedMap requestBodyPayload = UserusernamePut.SealedRequestBody requestBody = new UserusernamePut.ApplicationjsonRequestBody(requestBodyPayload); // Map validation -UserusernamePutPathParameters.UserusernamePutPathParametersMap pathParameters = +UserusernamePutPathParameters.PathParametersMap pathParameters = UserusernamePutPathParameters.UserusernamePutPathParameters1.validate( - new UserusernamePutPathParameters.UserusernamePutPathParametersMapBuilder() + new UserusernamePutPathParameters.PathParametersMapBuilder() .username("a") .build(), @@ -848,9 +869,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.usercreatewithlist.post.UsercreatewithlistPostRequestBody; import org.openapijsonschematools.client.components.requestbodies.userarray.content.applicationjson.ApplicationjsonSchema; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.usercreatewithlist.post.responses.UsercreatewithlistPostCodedefaultResponse; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.apis.tags.User; @@ -859,13 +880,14 @@ import org.openapijsonschematools.client.paths.usercreatewithlist.post.Usercreat import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -873,10 +895,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); User apiClient = new User(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/anotherfakedummy/AnotherfakedummyPatch.md b/samples/client/petstore/java/docs/paths/anotherfakedummy/AnotherfakedummyPatch.md index 04da4972d6c..a85eb636b4c 100644 --- a/samples/client/petstore/java/docs/paths/anotherfakedummy/AnotherfakedummyPatch.md +++ b/samples/client/petstore/java/docs/paths/anotherfakedummy/AnotherfakedummyPatch.md @@ -37,9 +37,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.anotherfakedummy.patch.AnotherfakedummyPatchRequestBody; import org.openapijsonschematools.client.components.schemas.Client; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.anotherfakedummy.patch.responses.AnotherfakedummyPatchCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.anotherfakedummy.AnotherfakedummyPatch; @@ -48,13 +48,14 @@ import org.openapijsonschematools.client.paths.anotherfakedummy.patch.Anotherfak import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -62,10 +63,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); AnotherfakedummyPatch.Patch apiClient = new AnotherfakedummyPatch.Patch(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/CommonparamsubdirDelete.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/CommonparamsubdirDelete.md index 243e4b11f76..10427882962 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/CommonparamsubdirDelete.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/CommonparamsubdirDelete.md @@ -37,9 +37,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.commonparamsubdir.delete.CommonparamsubdirDeleteHeaderParameters; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.commonparamsubdir.delete.CommonparamsubdirDeletePathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.commonparamsubdir.delete.responses.CommonparamsubdirDeleteCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.commonparamsubdir.CommonparamsubdirDelete; @@ -48,13 +48,14 @@ import org.openapijsonschematools.client.paths.commonparamsubdir.delete.Commonpa import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -62,19 +63,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); CommonparamsubdirDelete.Delete apiClient = new CommonparamsubdirDelete.Delete(apiConfiguration, schemaConfiguration); // Map validation -CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParametersMap pathParameters = +CommonparamsubdirDeletePathParameters.PathParametersMap pathParameters = CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParameters1.validate( - new CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParametersMapBuilder() + new CommonparamsubdirDeletePathParameters.PathParametersMapBuilder() .subDir("c") .build(), @@ -132,8 +135,8 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParametersMap](../../paths/commonparamsubdir/delete/CommonparamsubdirDeletePathParameters.md#commonparamsubdirdeletepathparametersmap) | pathParameters | -| [CommonparamsubdirDeleteHeaderParameters.@Nullable CommonparamsubdirDeleteHeaderParametersMap](../../paths/commonparamsubdir/delete/CommonparamsubdirDeleteHeaderParameters.md#commonparamsubdirdeleteheaderparametersmap) | headerParameters
optional | +| [CommonparamsubdirDeletePathParameters.PathParametersMap](../../paths/commonparamsubdir/delete/CommonparamsubdirDeletePathParameters.md#pathparametersmap) | pathParameters | +| [CommonparamsubdirDeleteHeaderParameters.@Nullable HeaderParametersMap](../../paths/commonparamsubdir/delete/CommonparamsubdirDeleteHeaderParameters.md#headerparametersmap) | headerParameters
optional | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -145,8 +148,8 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [CommonparamsubdirDeletePathParameters.@Nullable CommonparamsubdirDeletePathParametersMap](../../paths/commonparamsubdir/delete/CommonparamsubdirDeletePathParameters.md#commonparamsubdirdeletepathparametersmap) | pathParameters | -| [CommonparamsubdirDeleteHeaderParameters.@Nullable CommonparamsubdirDeleteHeaderParametersMap](../../paths/commonparamsubdir/delete/CommonparamsubdirDeleteHeaderParameters.md#commonparamsubdirdeleteheaderparametersmap) | headerParameters | +| [CommonparamsubdirDeletePathParameters.@Nullable PathParametersMap](../../paths/commonparamsubdir/delete/CommonparamsubdirDeletePathParameters.md#pathparametersmap) | pathParameters | +| [CommonparamsubdirDeleteHeaderParameters.@Nullable HeaderParametersMap](../../paths/commonparamsubdir/delete/CommonparamsubdirDeleteHeaderParameters.md#headerparametersmap) | headerParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | @Nullable Duration | timeout | @@ -164,7 +167,7 @@ a builder for request inputs | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | [DeleteRequest](#deleterequest) | build()
Returns the request input used to call an endpoint method | -| [Delete0RequestBuilder](#delete0requestbuilder) | headerParameters([CommonparamsubdirDeleteHeaderParametersCommonparamsubdirDeleteHeaderParametersMap](../../paths/commonparamsubdir/delete/CommonparamsubdirDeleteHeaderParameters.md#commonparamsubdirdeleteheaderparametersmap) headerParameters)
sets the optional property | +| [Delete0RequestBuilder](#delete0requestbuilder) | headerParameters([CommonparamsubdirDeleteHeaderParametersHeaderParametersMap](../../paths/commonparamsubdir/delete/CommonparamsubdirDeleteHeaderParameters.md#headerparametersmap) headerParameters)
sets the optional property | | [Delete0RequestBuilder](#delete0requestbuilder) | serverIndex([RootServerInfo.ServerIndex](../../RootServerInfo.md#serverindex) serverIndex)
sets the optional property. Note: this will override the value in apiConfiguration | | [Delete0RequestBuilder](#delete0requestbuilder) | timeout(Duration timeout)
sets the optional property. Note: this will override the value in apiConfiguration | @@ -181,6 +184,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Delete0RequestBuilder](#delete0requestbuilder) | pathParameters([CommonparamsubdirDeletePathParametersCommonparamsubdirDeletePathParametersMap](../../paths/commonparamsubdir/delete/CommonparamsubdirDeletePathParameters.md#commonparamsubdirdeletepathparametersmap) pathParameters)
sets the property | +| [Delete0RequestBuilder](#delete0requestbuilder) | pathParameters([CommonparamsubdirDeletePathParametersPathParametersMap](../../paths/commonparamsubdir/delete/CommonparamsubdirDeletePathParameters.md#pathparametersmap) pathParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/CommonparamsubdirGet.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/CommonparamsubdirGet.md index 4e7551ee4f6..a3ff40c51bc 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/CommonparamsubdirGet.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/CommonparamsubdirGet.md @@ -37,9 +37,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.commonparamsubdir.get.CommonparamsubdirGetQueryParameters; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.commonparamsubdir.get.CommonparamsubdirGetPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.commonparamsubdir.get.responses.CommonparamsubdirGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.commonparamsubdir.CommonparamsubdirGet; @@ -48,13 +48,14 @@ import org.openapijsonschematools.client.paths.commonparamsubdir.get.Commonparam import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -62,19 +63,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); CommonparamsubdirGet.Get apiClient = new CommonparamsubdirGet.Get(apiConfiguration, schemaConfiguration); // Map validation -CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParametersMap pathParameters = +CommonparamsubdirGetPathParameters.PathParametersMap pathParameters = CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParameters1.validate( - new CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParametersMapBuilder() + new CommonparamsubdirGetPathParameters.PathParametersMapBuilder() .subDir("a") .build(), @@ -132,8 +135,8 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParametersMap](../../paths/commonparamsubdir/get/CommonparamsubdirGetPathParameters.md#commonparamsubdirgetpathparametersmap) | pathParameters | -| [CommonparamsubdirGetQueryParameters.@Nullable CommonparamsubdirGetQueryParametersMap](../../paths/commonparamsubdir/get/CommonparamsubdirGetQueryParameters.md#commonparamsubdirgetqueryparametersmap) | queryParameters
optional | +| [CommonparamsubdirGetPathParameters.PathParametersMap](../../paths/commonparamsubdir/get/CommonparamsubdirGetPathParameters.md#pathparametersmap) | pathParameters | +| [CommonparamsubdirGetQueryParameters.@Nullable QueryParametersMap](../../paths/commonparamsubdir/get/CommonparamsubdirGetQueryParameters.md#queryparametersmap) | queryParameters
optional | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -145,8 +148,8 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [CommonparamsubdirGetPathParameters.@Nullable CommonparamsubdirGetPathParametersMap](../../paths/commonparamsubdir/get/CommonparamsubdirGetPathParameters.md#commonparamsubdirgetpathparametersmap) | pathParameters | -| [CommonparamsubdirGetQueryParameters.@Nullable CommonparamsubdirGetQueryParametersMap](../../paths/commonparamsubdir/get/CommonparamsubdirGetQueryParameters.md#commonparamsubdirgetqueryparametersmap) | queryParameters | +| [CommonparamsubdirGetPathParameters.@Nullable PathParametersMap](../../paths/commonparamsubdir/get/CommonparamsubdirGetPathParameters.md#pathparametersmap) | pathParameters | +| [CommonparamsubdirGetQueryParameters.@Nullable QueryParametersMap](../../paths/commonparamsubdir/get/CommonparamsubdirGetQueryParameters.md#queryparametersmap) | queryParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | @Nullable Duration | timeout | @@ -164,7 +167,7 @@ a builder for request inputs | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | [GetRequest](#getrequest) | build()
Returns the request input used to call an endpoint method | -| [Get0RequestBuilder](#get0requestbuilder) | queryParameters([CommonparamsubdirGetQueryParametersCommonparamsubdirGetQueryParametersMap](../../paths/commonparamsubdir/get/CommonparamsubdirGetQueryParameters.md#commonparamsubdirgetqueryparametersmap) queryParameters)
sets the optional property | +| [Get0RequestBuilder](#get0requestbuilder) | queryParameters([CommonparamsubdirGetQueryParametersQueryParametersMap](../../paths/commonparamsubdir/get/CommonparamsubdirGetQueryParameters.md#queryparametersmap) queryParameters)
sets the optional property | | [Get0RequestBuilder](#get0requestbuilder) | serverIndex([RootServerInfo.ServerIndex](../../RootServerInfo.md#serverindex) serverIndex)
sets the optional property. Note: this will override the value in apiConfiguration | | [Get0RequestBuilder](#get0requestbuilder) | timeout(Duration timeout)
sets the optional property. Note: this will override the value in apiConfiguration | @@ -181,6 +184,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Get0RequestBuilder](#get0requestbuilder) | pathParameters([CommonparamsubdirGetPathParametersCommonparamsubdirGetPathParametersMap](../../paths/commonparamsubdir/get/CommonparamsubdirGetPathParameters.md#commonparamsubdirgetpathparametersmap) pathParameters)
sets the property | +| [Get0RequestBuilder](#get0requestbuilder) | pathParameters([CommonparamsubdirGetPathParametersPathParametersMap](../../paths/commonparamsubdir/get/CommonparamsubdirGetPathParameters.md#pathparametersmap) pathParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/CommonparamsubdirPost.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/CommonparamsubdirPost.md index 6c2dbfa3503..f55668cf6c5 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/CommonparamsubdirPost.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/CommonparamsubdirPost.md @@ -37,9 +37,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.commonparamsubdir.post.CommonparamsubdirPostHeaderParameters; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.commonparamsubdir.post.CommonparamsubdirPostPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.commonparamsubdir.post.responses.CommonparamsubdirPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.commonparamsubdir.CommonparamsubdirPost; @@ -48,13 +48,14 @@ import org.openapijsonschematools.client.paths.commonparamsubdir.post.Commonpara import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -62,19 +63,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); CommonparamsubdirPost.Post apiClient = new CommonparamsubdirPost.Post(apiConfiguration, schemaConfiguration); // Map validation -CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParametersMap pathParameters = +CommonparamsubdirPostPathParameters.PathParametersMap pathParameters = CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParameters1.validate( - new CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParametersMapBuilder() + new CommonparamsubdirPostPathParameters.PathParametersMapBuilder() .subDir("a") .build(), @@ -132,8 +135,8 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParametersMap](../../paths/commonparamsubdir/post/CommonparamsubdirPostPathParameters.md#commonparamsubdirpostpathparametersmap) | pathParameters | -| [CommonparamsubdirPostHeaderParameters.@Nullable CommonparamsubdirPostHeaderParametersMap](../../paths/commonparamsubdir/post/CommonparamsubdirPostHeaderParameters.md#commonparamsubdirpostheaderparametersmap) | headerParameters
optional | +| [CommonparamsubdirPostPathParameters.PathParametersMap](../../paths/commonparamsubdir/post/CommonparamsubdirPostPathParameters.md#pathparametersmap) | pathParameters | +| [CommonparamsubdirPostHeaderParameters.@Nullable HeaderParametersMap](../../paths/commonparamsubdir/post/CommonparamsubdirPostHeaderParameters.md#headerparametersmap) | headerParameters
optional | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -145,8 +148,8 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [CommonparamsubdirPostPathParameters.@Nullable CommonparamsubdirPostPathParametersMap](../../paths/commonparamsubdir/post/CommonparamsubdirPostPathParameters.md#commonparamsubdirpostpathparametersmap) | pathParameters | -| [CommonparamsubdirPostHeaderParameters.@Nullable CommonparamsubdirPostHeaderParametersMap](../../paths/commonparamsubdir/post/CommonparamsubdirPostHeaderParameters.md#commonparamsubdirpostheaderparametersmap) | headerParameters | +| [CommonparamsubdirPostPathParameters.@Nullable PathParametersMap](../../paths/commonparamsubdir/post/CommonparamsubdirPostPathParameters.md#pathparametersmap) | pathParameters | +| [CommonparamsubdirPostHeaderParameters.@Nullable HeaderParametersMap](../../paths/commonparamsubdir/post/CommonparamsubdirPostHeaderParameters.md#headerparametersmap) | headerParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | @Nullable Duration | timeout | @@ -164,7 +167,7 @@ a builder for request inputs | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | [PostRequest](#postrequest) | build()
Returns the request input used to call an endpoint method | -| [Post0RequestBuilder](#post0requestbuilder) | headerParameters([CommonparamsubdirPostHeaderParametersCommonparamsubdirPostHeaderParametersMap](../../paths/commonparamsubdir/post/CommonparamsubdirPostHeaderParameters.md#commonparamsubdirpostheaderparametersmap) headerParameters)
sets the optional property | +| [Post0RequestBuilder](#post0requestbuilder) | headerParameters([CommonparamsubdirPostHeaderParametersHeaderParametersMap](../../paths/commonparamsubdir/post/CommonparamsubdirPostHeaderParameters.md#headerparametersmap) headerParameters)
sets the optional property | | [Post0RequestBuilder](#post0requestbuilder) | serverIndex([RootServerInfo.ServerIndex](../../RootServerInfo.md#serverindex) serverIndex)
sets the optional property. Note: this will override the value in apiConfiguration | | [Post0RequestBuilder](#post0requestbuilder) | timeout(Duration timeout)
sets the optional property. Note: this will override the value in apiConfiguration | @@ -181,6 +184,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Post0RequestBuilder](#post0requestbuilder) | pathParameters([CommonparamsubdirPostPathParametersCommonparamsubdirPostPathParametersMap](../../paths/commonparamsubdir/post/CommonparamsubdirPostPathParameters.md#commonparamsubdirpostpathparametersmap) pathParameters)
sets the property | +| [Post0RequestBuilder](#post0requestbuilder) | pathParameters([CommonparamsubdirPostPathParametersPathParametersMap](../../paths/commonparamsubdir/post/CommonparamsubdirPostPathParameters.md#pathparametersmap) pathParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/CommonparamsubdirDeleteHeaderParameters.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/CommonparamsubdirDeleteHeaderParameters.md index 1acedc6bca7..c13b25baebb 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/CommonparamsubdirDeleteHeaderParameters.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/CommonparamsubdirDeleteHeaderParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [CommonparamsubdirDeleteHeaderParameters.CommonparamsubdirDeleteHeaderParameters1Boxed](#commonparamsubdirdeleteheaderparameters1boxed)
sealed interface for validated payloads | | record | [CommonparamsubdirDeleteHeaderParameters.CommonparamsubdirDeleteHeaderParameters1BoxedMap](#commonparamsubdirdeleteheaderparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [CommonparamsubdirDeleteHeaderParameters.CommonparamsubdirDeleteHeaderParameters1](#commonparamsubdirdeleteheaderparameters1)
schema class | -| static class | [CommonparamsubdirDeleteHeaderParameters.CommonparamsubdirDeleteHeaderParametersMapBuilder](#commonparamsubdirdeleteheaderparametersmapbuilder)
builder for Map payloads | -| static class | [CommonparamsubdirDeleteHeaderParameters.CommonparamsubdirDeleteHeaderParametersMap](#commonparamsubdirdeleteheaderparametersmap)
output class for Map payloads | -| sealed interface | [CommonparamsubdirDeleteHeaderParameters.CommonparamsubdirDeleteadditionalPropertiesBoxed](#commonparamsubdirdeleteadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [CommonparamsubdirDeleteHeaderParameters.CommonparamsubdirDeleteadditionalPropertiesBoxedVoid](#commonparamsubdirdeleteadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [CommonparamsubdirDeleteHeaderParameters.CommonparamsubdirDeleteadditionalPropertiesBoxedBoolean](#commonparamsubdirdeleteadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [CommonparamsubdirDeleteHeaderParameters.CommonparamsubdirDeleteadditionalPropertiesBoxedNumber](#commonparamsubdirdeleteadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [CommonparamsubdirDeleteHeaderParameters.CommonparamsubdirDeleteadditionalPropertiesBoxedString](#commonparamsubdirdeleteadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [CommonparamsubdirDeleteHeaderParameters.CommonparamsubdirDeleteadditionalPropertiesBoxedList](#commonparamsubdirdeleteadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [CommonparamsubdirDeleteHeaderParameters.CommonparamsubdirDeleteadditionalPropertiesBoxedMap](#commonparamsubdirdeleteadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [CommonparamsubdirDeleteHeaderParameters.CommonparamsubdirDeleteadditionalProperties](#commonparamsubdirdeleteadditionalproperties)
schema class | +| static class | [CommonparamsubdirDeleteHeaderParameters.HeaderParametersMapBuilder](#headerparametersmapbuilder)
builder for Map payloads | +| static class | [CommonparamsubdirDeleteHeaderParameters.HeaderParametersMap](#headerparametersmap)
output class for Map payloads | +| sealed interface | [CommonparamsubdirDeleteHeaderParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [CommonparamsubdirDeleteHeaderParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [CommonparamsubdirDeleteHeaderParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [CommonparamsubdirDeleteHeaderParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [CommonparamsubdirDeleteHeaderParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [CommonparamsubdirDeleteHeaderParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [CommonparamsubdirDeleteHeaderParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [CommonparamsubdirDeleteHeaderParameters.AdditionalProperties](#additionalproperties)
schema class | ## CommonparamsubdirDeleteHeaderParameters1Boxed public sealed interface CommonparamsubdirDeleteHeaderParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirDeleteHeaderParameters1BoxedMap([CommonparamsubdirDeleteHeaderParametersMap](#commonparamsubdirdeleteheaderparametersmap) data)
Creates an instance, private visibility | +| CommonparamsubdirDeleteHeaderParameters1BoxedMap([HeaderParametersMap](#headerparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [CommonparamsubdirDeleteHeaderParametersMap](#commonparamsubdirdeleteheaderparametersmap) | data()
validated payload | +| [HeaderParametersMap](#headerparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## CommonparamsubdirDeleteHeaderParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -CommonparamsubdirDeleteHeaderParameters.CommonparamsubdirDeleteHeaderParametersMap validatedPayload = +CommonparamsubdirDeleteHeaderParameters.HeaderParametersMap validatedPayload = CommonparamsubdirDeleteHeaderParameters.CommonparamsubdirDeleteHeaderParameters1.validate( - new CommonparamsubdirDeleteHeaderParameters.CommonparamsubdirDeleteHeaderParametersMapBuilder() + new CommonparamsubdirDeleteHeaderParameters.HeaderParametersMapBuilder() .someHeader("a") .build(), @@ -87,18 +87,18 @@ CommonparamsubdirDeleteHeaderParameters.CommonparamsubdirDeleteHeaderParametersM | ----------------- | ---------------------- | | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("someHeader", [Schema0.Schema01.class](../../../paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md#schema01))
)
| -| Class | additionalProperties = [CommonparamsubdirDeleteadditionalProperties.class](#commonparamsubdirdeleteadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [CommonparamsubdirDeleteHeaderParametersMap](#commonparamsubdirdeleteheaderparametersmap) | validate([Map<?, ?>](#commonparamsubdirdeleteheaderparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [CommonparamsubdirDeleteHeaderParameters1BoxedMap](#commonparamsubdirdeleteheaderparameters1boxedmap) | validateAndBox([Map<?, ?>](#commonparamsubdirdeleteheaderparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [HeaderParametersMap](#headerparametersmap) | validate([Map<?, ?>](#headerparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [CommonparamsubdirDeleteHeaderParameters1BoxedMap](#commonparamsubdirdeleteheaderparameters1boxedmap) | validateAndBox([Map<?, ?>](#headerparametersmapbuilder) arg, SchemaConfiguration configuration) | | [CommonparamsubdirDeleteHeaderParameters1Boxed](#commonparamsubdirdeleteheaderparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## CommonparamsubdirDeleteHeaderParametersMapBuilder -public class CommonparamsubdirDeleteHeaderParametersMapBuilder
+## HeaderParametersMapBuilder +public class HeaderParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -106,16 +106,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirDeleteHeaderParametersMapBuilder()
Creates a builder that contains an empty map | +| HeaderParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -| [CommonparamsubdirDeleteHeaderParametersMapBuilder](#commonparamsubdirdeleteheaderparametersmapbuilder) | someHeader(String value) | +| [HeaderParametersMapBuilder](#headerparametersmapbuilder) | someHeader(String value) | -## CommonparamsubdirDeleteHeaderParametersMap -public static class CommonparamsubdirDeleteHeaderParametersMap
+## HeaderParametersMap +public static class HeaderParametersMap
extends FrozenMap A class to store validated Map payloads @@ -123,31 +123,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [CommonparamsubdirDeleteHeaderParametersMap](#commonparamsubdirdeleteheaderparametersmap) | of([Map](#commonparamsubdirdeleteheaderparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [HeaderParametersMap](#headerparametersmap) | of([Map](#headerparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | someHeader()
[optional] | -## CommonparamsubdirDeleteadditionalPropertiesBoxed -public sealed interface CommonparamsubdirDeleteadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[CommonparamsubdirDeleteadditionalPropertiesBoxedVoid](#commonparamsubdirdeleteadditionalpropertiesboxedvoid), -[CommonparamsubdirDeleteadditionalPropertiesBoxedBoolean](#commonparamsubdirdeleteadditionalpropertiesboxedboolean), -[CommonparamsubdirDeleteadditionalPropertiesBoxedNumber](#commonparamsubdirdeleteadditionalpropertiesboxednumber), -[CommonparamsubdirDeleteadditionalPropertiesBoxedString](#commonparamsubdirdeleteadditionalpropertiesboxedstring), -[CommonparamsubdirDeleteadditionalPropertiesBoxedList](#commonparamsubdirdeleteadditionalpropertiesboxedlist), -[CommonparamsubdirDeleteadditionalPropertiesBoxedMap](#commonparamsubdirdeleteadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## CommonparamsubdirDeleteadditionalPropertiesBoxedVoid -public record CommonparamsubdirDeleteadditionalPropertiesBoxedVoid
-implements [CommonparamsubdirDeleteadditionalPropertiesBoxed](#commonparamsubdirdeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirDeleteadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -155,16 +155,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirDeleteadditionalPropertiesBoxedBoolean -public record CommonparamsubdirDeleteadditionalPropertiesBoxedBoolean
-implements [CommonparamsubdirDeleteadditionalPropertiesBoxed](#commonparamsubdirdeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirDeleteadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -172,16 +172,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirDeleteadditionalPropertiesBoxedNumber -public record CommonparamsubdirDeleteadditionalPropertiesBoxedNumber
-implements [CommonparamsubdirDeleteadditionalPropertiesBoxed](#commonparamsubdirdeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirDeleteadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -189,16 +189,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirDeleteadditionalPropertiesBoxedString -public record CommonparamsubdirDeleteadditionalPropertiesBoxedString
-implements [CommonparamsubdirDeleteadditionalPropertiesBoxed](#commonparamsubdirdeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirDeleteadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -206,16 +206,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirDeleteadditionalPropertiesBoxedList -public record CommonparamsubdirDeleteadditionalPropertiesBoxedList
-implements [CommonparamsubdirDeleteadditionalPropertiesBoxed](#commonparamsubdirdeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirDeleteadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -223,16 +223,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirDeleteadditionalPropertiesBoxedMap -public record CommonparamsubdirDeleteadditionalPropertiesBoxedMap
-implements [CommonparamsubdirDeleteadditionalPropertiesBoxed](#commonparamsubdirdeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirDeleteadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -240,8 +240,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirDeleteadditionalProperties -public static class CommonparamsubdirDeleteadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/CommonparamsubdirDeletePathParameters.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/CommonparamsubdirDeletePathParameters.md index 62e02ea4ad8..167225d6daf 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/CommonparamsubdirDeletePathParameters.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/CommonparamsubdirDeletePathParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParameters1Boxed](#commonparamsubdirdeletepathparameters1boxed)
sealed interface for validated payloads | | record | [CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParameters1BoxedMap](#commonparamsubdirdeletepathparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParameters1](#commonparamsubdirdeletepathparameters1)
schema class | -| static class | [CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParametersMapBuilder](#commonparamsubdirdeletepathparametersmapbuilder)
builder for Map payloads | -| static class | [CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParametersMap](#commonparamsubdirdeletepathparametersmap)
output class for Map payloads | -| sealed interface | [CommonparamsubdirDeletePathParameters.CommonparamsubdirDeleteadditionalPropertiesBoxed](#commonparamsubdirdeleteadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [CommonparamsubdirDeletePathParameters.CommonparamsubdirDeleteadditionalPropertiesBoxedVoid](#commonparamsubdirdeleteadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [CommonparamsubdirDeletePathParameters.CommonparamsubdirDeleteadditionalPropertiesBoxedBoolean](#commonparamsubdirdeleteadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [CommonparamsubdirDeletePathParameters.CommonparamsubdirDeleteadditionalPropertiesBoxedNumber](#commonparamsubdirdeleteadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [CommonparamsubdirDeletePathParameters.CommonparamsubdirDeleteadditionalPropertiesBoxedString](#commonparamsubdirdeleteadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [CommonparamsubdirDeletePathParameters.CommonparamsubdirDeleteadditionalPropertiesBoxedList](#commonparamsubdirdeleteadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [CommonparamsubdirDeletePathParameters.CommonparamsubdirDeleteadditionalPropertiesBoxedMap](#commonparamsubdirdeleteadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [CommonparamsubdirDeletePathParameters.CommonparamsubdirDeleteadditionalProperties](#commonparamsubdirdeleteadditionalproperties)
schema class | +| static class | [CommonparamsubdirDeletePathParameters.PathParametersMapBuilder](#pathparametersmapbuilder)
builder for Map payloads | +| static class | [CommonparamsubdirDeletePathParameters.PathParametersMap](#pathparametersmap)
output class for Map payloads | +| sealed interface | [CommonparamsubdirDeletePathParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [CommonparamsubdirDeletePathParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [CommonparamsubdirDeletePathParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [CommonparamsubdirDeletePathParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [CommonparamsubdirDeletePathParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [CommonparamsubdirDeletePathParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [CommonparamsubdirDeletePathParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [CommonparamsubdirDeletePathParameters.AdditionalProperties](#additionalproperties)
schema class | ## CommonparamsubdirDeletePathParameters1Boxed public sealed interface CommonparamsubdirDeletePathParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirDeletePathParameters1BoxedMap([CommonparamsubdirDeletePathParametersMap](#commonparamsubdirdeletepathparametersmap) data)
Creates an instance, private visibility | +| CommonparamsubdirDeletePathParameters1BoxedMap([PathParametersMap](#pathparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [CommonparamsubdirDeletePathParametersMap](#commonparamsubdirdeletepathparametersmap) | data()
validated payload | +| [PathParametersMap](#pathparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## CommonparamsubdirDeletePathParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParametersMap validatedPayload = +CommonparamsubdirDeletePathParameters.PathParametersMap validatedPayload = CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParameters1.validate( - new CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParametersMapBuilder() + new CommonparamsubdirDeletePathParameters.PathParametersMapBuilder() .subDir("c") .build(), @@ -88,18 +88,18 @@ CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParametersMap v | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("subDir", [Schema1.Schema11.class](../../../paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md#schema11))
)
| | Set | required = Set.of(
    "subDir"
)
| -| Class | additionalProperties = [CommonparamsubdirDeleteadditionalProperties.class](#commonparamsubdirdeleteadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [CommonparamsubdirDeletePathParametersMap](#commonparamsubdirdeletepathparametersmap) | validate([Map<?, ?>](#commonparamsubdirdeletepathparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [CommonparamsubdirDeletePathParameters1BoxedMap](#commonparamsubdirdeletepathparameters1boxedmap) | validateAndBox([Map<?, ?>](#commonparamsubdirdeletepathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PathParametersMap](#pathparametersmap) | validate([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [CommonparamsubdirDeletePathParameters1BoxedMap](#commonparamsubdirdeletepathparameters1boxedmap) | validateAndBox([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | [CommonparamsubdirDeletePathParameters1Boxed](#commonparamsubdirdeletepathparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## CommonparamsubdirDeletePathParametersMap0Builder -public class CommonparamsubdirDeletePathParametersMap0Builder
+## PathParametersMap0Builder +public class PathParametersMap0Builder
builder for `Map` A class that builds the Map input type @@ -107,15 +107,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirDeletePathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## CommonparamsubdirDeletePathParametersMapBuilder -public class CommonparamsubdirDeletePathParametersMapBuilder
+## PathParametersMapBuilder +public class PathParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -123,16 +123,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirDeletePathParametersMapBuilder()
Creates a builder that contains an empty map | +| PathParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [CommonparamsubdirDeletePathParametersMap0Builder](#commonparamsubdirdeletepathparametersmap0builder) | subDir(String value) | -| [CommonparamsubdirDeletePathParametersMap0Builder](#commonparamsubdirdeletepathparametersmap0builder) | subDir([Schema1.StringSchemaEnums1](../../../paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md#stringschemaenums1) value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | subDir(String value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | subDir([Schema1.StringSchemaEnums1](../../../paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md#stringschemaenums1) value) | -## CommonparamsubdirDeletePathParametersMap -public static class CommonparamsubdirDeletePathParametersMap
+## PathParametersMap +public static class PathParametersMap
extends FrozenMap A class to store validated Map payloads @@ -140,31 +140,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [CommonparamsubdirDeletePathParametersMap](#commonparamsubdirdeletepathparametersmap) | of([Map](#commonparamsubdirdeletepathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [PathParametersMap](#pathparametersmap) | of([Map](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | subDir()
| -## CommonparamsubdirDeleteadditionalPropertiesBoxed -public sealed interface CommonparamsubdirDeleteadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[CommonparamsubdirDeleteadditionalPropertiesBoxedVoid](#commonparamsubdirdeleteadditionalpropertiesboxedvoid), -[CommonparamsubdirDeleteadditionalPropertiesBoxedBoolean](#commonparamsubdirdeleteadditionalpropertiesboxedboolean), -[CommonparamsubdirDeleteadditionalPropertiesBoxedNumber](#commonparamsubdirdeleteadditionalpropertiesboxednumber), -[CommonparamsubdirDeleteadditionalPropertiesBoxedString](#commonparamsubdirdeleteadditionalpropertiesboxedstring), -[CommonparamsubdirDeleteadditionalPropertiesBoxedList](#commonparamsubdirdeleteadditionalpropertiesboxedlist), -[CommonparamsubdirDeleteadditionalPropertiesBoxedMap](#commonparamsubdirdeleteadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## CommonparamsubdirDeleteadditionalPropertiesBoxedVoid -public record CommonparamsubdirDeleteadditionalPropertiesBoxedVoid
-implements [CommonparamsubdirDeleteadditionalPropertiesBoxed](#commonparamsubdirdeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirDeleteadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -172,16 +172,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirDeleteadditionalPropertiesBoxedBoolean -public record CommonparamsubdirDeleteadditionalPropertiesBoxedBoolean
-implements [CommonparamsubdirDeleteadditionalPropertiesBoxed](#commonparamsubdirdeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirDeleteadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -189,16 +189,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirDeleteadditionalPropertiesBoxedNumber -public record CommonparamsubdirDeleteadditionalPropertiesBoxedNumber
-implements [CommonparamsubdirDeleteadditionalPropertiesBoxed](#commonparamsubdirdeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirDeleteadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -206,16 +206,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirDeleteadditionalPropertiesBoxedString -public record CommonparamsubdirDeleteadditionalPropertiesBoxedString
-implements [CommonparamsubdirDeleteadditionalPropertiesBoxed](#commonparamsubdirdeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirDeleteadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -223,16 +223,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirDeleteadditionalPropertiesBoxedList -public record CommonparamsubdirDeleteadditionalPropertiesBoxedList
-implements [CommonparamsubdirDeleteadditionalPropertiesBoxed](#commonparamsubdirdeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirDeleteadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -240,16 +240,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirDeleteadditionalPropertiesBoxedMap -public record CommonparamsubdirDeleteadditionalPropertiesBoxedMap
-implements [CommonparamsubdirDeleteadditionalPropertiesBoxed](#commonparamsubdirdeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirDeleteadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -257,8 +257,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirDeleteadditionalProperties -public static class CommonparamsubdirDeleteadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/CommonparamsubdirGetPathParameters.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/CommonparamsubdirGetPathParameters.md index eed90e0e7c1..3d4e639751b 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/CommonparamsubdirGetPathParameters.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/CommonparamsubdirGetPathParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParameters1Boxed](#commonparamsubdirgetpathparameters1boxed)
sealed interface for validated payloads | | record | [CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParameters1BoxedMap](#commonparamsubdirgetpathparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParameters1](#commonparamsubdirgetpathparameters1)
schema class | -| static class | [CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParametersMapBuilder](#commonparamsubdirgetpathparametersmapbuilder)
builder for Map payloads | -| static class | [CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParametersMap](#commonparamsubdirgetpathparametersmap)
output class for Map payloads | -| sealed interface | [CommonparamsubdirGetPathParameters.CommonparamsubdirGetadditionalPropertiesBoxed](#commonparamsubdirgetadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [CommonparamsubdirGetPathParameters.CommonparamsubdirGetadditionalPropertiesBoxedVoid](#commonparamsubdirgetadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [CommonparamsubdirGetPathParameters.CommonparamsubdirGetadditionalPropertiesBoxedBoolean](#commonparamsubdirgetadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [CommonparamsubdirGetPathParameters.CommonparamsubdirGetadditionalPropertiesBoxedNumber](#commonparamsubdirgetadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [CommonparamsubdirGetPathParameters.CommonparamsubdirGetadditionalPropertiesBoxedString](#commonparamsubdirgetadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [CommonparamsubdirGetPathParameters.CommonparamsubdirGetadditionalPropertiesBoxedList](#commonparamsubdirgetadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [CommonparamsubdirGetPathParameters.CommonparamsubdirGetadditionalPropertiesBoxedMap](#commonparamsubdirgetadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [CommonparamsubdirGetPathParameters.CommonparamsubdirGetadditionalProperties](#commonparamsubdirgetadditionalproperties)
schema class | +| static class | [CommonparamsubdirGetPathParameters.PathParametersMapBuilder](#pathparametersmapbuilder)
builder for Map payloads | +| static class | [CommonparamsubdirGetPathParameters.PathParametersMap](#pathparametersmap)
output class for Map payloads | +| sealed interface | [CommonparamsubdirGetPathParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [CommonparamsubdirGetPathParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [CommonparamsubdirGetPathParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [CommonparamsubdirGetPathParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [CommonparamsubdirGetPathParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [CommonparamsubdirGetPathParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [CommonparamsubdirGetPathParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [CommonparamsubdirGetPathParameters.AdditionalProperties](#additionalproperties)
schema class | ## CommonparamsubdirGetPathParameters1Boxed public sealed interface CommonparamsubdirGetPathParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirGetPathParameters1BoxedMap([CommonparamsubdirGetPathParametersMap](#commonparamsubdirgetpathparametersmap) data)
Creates an instance, private visibility | +| CommonparamsubdirGetPathParameters1BoxedMap([PathParametersMap](#pathparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [CommonparamsubdirGetPathParametersMap](#commonparamsubdirgetpathparametersmap) | data()
validated payload | +| [PathParametersMap](#pathparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## CommonparamsubdirGetPathParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParametersMap validatedPayload = +CommonparamsubdirGetPathParameters.PathParametersMap validatedPayload = CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParameters1.validate( - new CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParametersMapBuilder() + new CommonparamsubdirGetPathParameters.PathParametersMapBuilder() .subDir("a") .build(), @@ -88,18 +88,18 @@ CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParametersMap validat | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("subDir", [RouteParamSchema0.RouteParamSchema01.class](../../../paths/commonparamsubdir/parameters/routeparameter0/RouteParamSchema0.md#routeparamschema01))
)
| | Set | required = Set.of(
    "subDir"
)
| -| Class | additionalProperties = [CommonparamsubdirGetadditionalProperties.class](#commonparamsubdirgetadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [CommonparamsubdirGetPathParametersMap](#commonparamsubdirgetpathparametersmap) | validate([Map<?, ?>](#commonparamsubdirgetpathparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [CommonparamsubdirGetPathParameters1BoxedMap](#commonparamsubdirgetpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#commonparamsubdirgetpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PathParametersMap](#pathparametersmap) | validate([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [CommonparamsubdirGetPathParameters1BoxedMap](#commonparamsubdirgetpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | [CommonparamsubdirGetPathParameters1Boxed](#commonparamsubdirgetpathparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## CommonparamsubdirGetPathParametersMap0Builder -public class CommonparamsubdirGetPathParametersMap0Builder
+## PathParametersMap0Builder +public class PathParametersMap0Builder
builder for `Map` A class that builds the Map input type @@ -107,15 +107,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirGetPathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## CommonparamsubdirGetPathParametersMapBuilder -public class CommonparamsubdirGetPathParametersMapBuilder
+## PathParametersMapBuilder +public class PathParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -123,16 +123,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirGetPathParametersMapBuilder()
Creates a builder that contains an empty map | +| PathParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [CommonparamsubdirGetPathParametersMap0Builder](#commonparamsubdirgetpathparametersmap0builder) | subDir(String value) | -| [CommonparamsubdirGetPathParametersMap0Builder](#commonparamsubdirgetpathparametersmap0builder) | subDir([RouteParamSchema0.StringRouteParamSchemaEnums0](../../../paths/commonparamsubdir/parameters/routeparameter0/RouteParamSchema0.md#stringrouteparamschemaenums0) value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | subDir(String value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | subDir([RouteParamSchema0.StringRouteParamSchemaEnums0](../../../paths/commonparamsubdir/parameters/routeparameter0/RouteParamSchema0.md#stringrouteparamschemaenums0) value) | -## CommonparamsubdirGetPathParametersMap -public static class CommonparamsubdirGetPathParametersMap
+## PathParametersMap +public static class PathParametersMap
extends FrozenMap A class to store validated Map payloads @@ -140,31 +140,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [CommonparamsubdirGetPathParametersMap](#commonparamsubdirgetpathparametersmap) | of([Map](#commonparamsubdirgetpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [PathParametersMap](#pathparametersmap) | of([Map](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | subDir()
| -## CommonparamsubdirGetadditionalPropertiesBoxed -public sealed interface CommonparamsubdirGetadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[CommonparamsubdirGetadditionalPropertiesBoxedVoid](#commonparamsubdirgetadditionalpropertiesboxedvoid), -[CommonparamsubdirGetadditionalPropertiesBoxedBoolean](#commonparamsubdirgetadditionalpropertiesboxedboolean), -[CommonparamsubdirGetadditionalPropertiesBoxedNumber](#commonparamsubdirgetadditionalpropertiesboxednumber), -[CommonparamsubdirGetadditionalPropertiesBoxedString](#commonparamsubdirgetadditionalpropertiesboxedstring), -[CommonparamsubdirGetadditionalPropertiesBoxedList](#commonparamsubdirgetadditionalpropertiesboxedlist), -[CommonparamsubdirGetadditionalPropertiesBoxedMap](#commonparamsubdirgetadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## CommonparamsubdirGetadditionalPropertiesBoxedVoid -public record CommonparamsubdirGetadditionalPropertiesBoxedVoid
-implements [CommonparamsubdirGetadditionalPropertiesBoxed](#commonparamsubdirgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirGetadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -172,16 +172,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirGetadditionalPropertiesBoxedBoolean -public record CommonparamsubdirGetadditionalPropertiesBoxedBoolean
-implements [CommonparamsubdirGetadditionalPropertiesBoxed](#commonparamsubdirgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirGetadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -189,16 +189,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirGetadditionalPropertiesBoxedNumber -public record CommonparamsubdirGetadditionalPropertiesBoxedNumber
-implements [CommonparamsubdirGetadditionalPropertiesBoxed](#commonparamsubdirgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirGetadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -206,16 +206,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirGetadditionalPropertiesBoxedString -public record CommonparamsubdirGetadditionalPropertiesBoxedString
-implements [CommonparamsubdirGetadditionalPropertiesBoxed](#commonparamsubdirgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirGetadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -223,16 +223,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirGetadditionalPropertiesBoxedList -public record CommonparamsubdirGetadditionalPropertiesBoxedList
-implements [CommonparamsubdirGetadditionalPropertiesBoxed](#commonparamsubdirgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirGetadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -240,16 +240,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirGetadditionalPropertiesBoxedMap -public record CommonparamsubdirGetadditionalPropertiesBoxedMap
-implements [CommonparamsubdirGetadditionalPropertiesBoxed](#commonparamsubdirgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirGetadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -257,8 +257,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirGetadditionalProperties -public static class CommonparamsubdirGetadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/CommonparamsubdirGetQueryParameters.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/CommonparamsubdirGetQueryParameters.md index 32a24a2bd57..c2e2c4ecda1 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/CommonparamsubdirGetQueryParameters.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/CommonparamsubdirGetQueryParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [CommonparamsubdirGetQueryParameters.CommonparamsubdirGetQueryParameters1Boxed](#commonparamsubdirgetqueryparameters1boxed)
sealed interface for validated payloads | | record | [CommonparamsubdirGetQueryParameters.CommonparamsubdirGetQueryParameters1BoxedMap](#commonparamsubdirgetqueryparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [CommonparamsubdirGetQueryParameters.CommonparamsubdirGetQueryParameters1](#commonparamsubdirgetqueryparameters1)
schema class | -| static class | [CommonparamsubdirGetQueryParameters.CommonparamsubdirGetQueryParametersMapBuilder](#commonparamsubdirgetqueryparametersmapbuilder)
builder for Map payloads | -| static class | [CommonparamsubdirGetQueryParameters.CommonparamsubdirGetQueryParametersMap](#commonparamsubdirgetqueryparametersmap)
output class for Map payloads | -| sealed interface | [CommonparamsubdirGetQueryParameters.CommonparamsubdirGetadditionalPropertiesBoxed](#commonparamsubdirgetadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [CommonparamsubdirGetQueryParameters.CommonparamsubdirGetadditionalPropertiesBoxedVoid](#commonparamsubdirgetadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [CommonparamsubdirGetQueryParameters.CommonparamsubdirGetadditionalPropertiesBoxedBoolean](#commonparamsubdirgetadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [CommonparamsubdirGetQueryParameters.CommonparamsubdirGetadditionalPropertiesBoxedNumber](#commonparamsubdirgetadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [CommonparamsubdirGetQueryParameters.CommonparamsubdirGetadditionalPropertiesBoxedString](#commonparamsubdirgetadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [CommonparamsubdirGetQueryParameters.CommonparamsubdirGetadditionalPropertiesBoxedList](#commonparamsubdirgetadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [CommonparamsubdirGetQueryParameters.CommonparamsubdirGetadditionalPropertiesBoxedMap](#commonparamsubdirgetadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [CommonparamsubdirGetQueryParameters.CommonparamsubdirGetadditionalProperties](#commonparamsubdirgetadditionalproperties)
schema class | +| static class | [CommonparamsubdirGetQueryParameters.QueryParametersMapBuilder](#queryparametersmapbuilder)
builder for Map payloads | +| static class | [CommonparamsubdirGetQueryParameters.QueryParametersMap](#queryparametersmap)
output class for Map payloads | +| sealed interface | [CommonparamsubdirGetQueryParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [CommonparamsubdirGetQueryParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [CommonparamsubdirGetQueryParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [CommonparamsubdirGetQueryParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [CommonparamsubdirGetQueryParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [CommonparamsubdirGetQueryParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [CommonparamsubdirGetQueryParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [CommonparamsubdirGetQueryParameters.AdditionalProperties](#additionalproperties)
schema class | ## CommonparamsubdirGetQueryParameters1Boxed public sealed interface CommonparamsubdirGetQueryParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirGetQueryParameters1BoxedMap([CommonparamsubdirGetQueryParametersMap](#commonparamsubdirgetqueryparametersmap) data)
Creates an instance, private visibility | +| CommonparamsubdirGetQueryParameters1BoxedMap([QueryParametersMap](#queryparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [CommonparamsubdirGetQueryParametersMap](#commonparamsubdirgetqueryparametersmap) | data()
validated payload | +| [QueryParametersMap](#queryparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## CommonparamsubdirGetQueryParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -CommonparamsubdirGetQueryParameters.CommonparamsubdirGetQueryParametersMap validatedPayload = +CommonparamsubdirGetQueryParameters.QueryParametersMap validatedPayload = CommonparamsubdirGetQueryParameters.CommonparamsubdirGetQueryParameters1.validate( - new CommonparamsubdirGetQueryParameters.CommonparamsubdirGetQueryParametersMapBuilder() + new CommonparamsubdirGetQueryParameters.QueryParametersMapBuilder() .searchStr("a") .build(), @@ -87,18 +87,18 @@ CommonparamsubdirGetQueryParameters.CommonparamsubdirGetQueryParametersMap valid | ----------------- | ---------------------- | | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("searchStr", [Schema0.Schema01.class](../../../paths/commonparamsubdir/get/parameters/parameter0/Schema0.md#schema01))
)
| -| Class | additionalProperties = [CommonparamsubdirGetadditionalProperties.class](#commonparamsubdirgetadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [CommonparamsubdirGetQueryParametersMap](#commonparamsubdirgetqueryparametersmap) | validate([Map<?, ?>](#commonparamsubdirgetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [CommonparamsubdirGetQueryParameters1BoxedMap](#commonparamsubdirgetqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#commonparamsubdirgetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [QueryParametersMap](#queryparametersmap) | validate([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [CommonparamsubdirGetQueryParameters1BoxedMap](#commonparamsubdirgetqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [CommonparamsubdirGetQueryParameters1Boxed](#commonparamsubdirgetqueryparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## CommonparamsubdirGetQueryParametersMapBuilder -public class CommonparamsubdirGetQueryParametersMapBuilder
+## QueryParametersMapBuilder +public class QueryParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -106,16 +106,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirGetQueryParametersMapBuilder()
Creates a builder that contains an empty map | +| QueryParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -| [CommonparamsubdirGetQueryParametersMapBuilder](#commonparamsubdirgetqueryparametersmapbuilder) | searchStr(String value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | searchStr(String value) | -## CommonparamsubdirGetQueryParametersMap -public static class CommonparamsubdirGetQueryParametersMap
+## QueryParametersMap +public static class QueryParametersMap
extends FrozenMap A class to store validated Map payloads @@ -123,31 +123,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [CommonparamsubdirGetQueryParametersMap](#commonparamsubdirgetqueryparametersmap) | of([Map](#commonparamsubdirgetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [QueryParametersMap](#queryparametersmap) | of([Map](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | searchStr()
[optional] | -## CommonparamsubdirGetadditionalPropertiesBoxed -public sealed interface CommonparamsubdirGetadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[CommonparamsubdirGetadditionalPropertiesBoxedVoid](#commonparamsubdirgetadditionalpropertiesboxedvoid), -[CommonparamsubdirGetadditionalPropertiesBoxedBoolean](#commonparamsubdirgetadditionalpropertiesboxedboolean), -[CommonparamsubdirGetadditionalPropertiesBoxedNumber](#commonparamsubdirgetadditionalpropertiesboxednumber), -[CommonparamsubdirGetadditionalPropertiesBoxedString](#commonparamsubdirgetadditionalpropertiesboxedstring), -[CommonparamsubdirGetadditionalPropertiesBoxedList](#commonparamsubdirgetadditionalpropertiesboxedlist), -[CommonparamsubdirGetadditionalPropertiesBoxedMap](#commonparamsubdirgetadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## CommonparamsubdirGetadditionalPropertiesBoxedVoid -public record CommonparamsubdirGetadditionalPropertiesBoxedVoid
-implements [CommonparamsubdirGetadditionalPropertiesBoxed](#commonparamsubdirgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirGetadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -155,16 +155,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirGetadditionalPropertiesBoxedBoolean -public record CommonparamsubdirGetadditionalPropertiesBoxedBoolean
-implements [CommonparamsubdirGetadditionalPropertiesBoxed](#commonparamsubdirgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirGetadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -172,16 +172,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirGetadditionalPropertiesBoxedNumber -public record CommonparamsubdirGetadditionalPropertiesBoxedNumber
-implements [CommonparamsubdirGetadditionalPropertiesBoxed](#commonparamsubdirgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirGetadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -189,16 +189,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirGetadditionalPropertiesBoxedString -public record CommonparamsubdirGetadditionalPropertiesBoxedString
-implements [CommonparamsubdirGetadditionalPropertiesBoxed](#commonparamsubdirgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirGetadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -206,16 +206,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirGetadditionalPropertiesBoxedList -public record CommonparamsubdirGetadditionalPropertiesBoxedList
-implements [CommonparamsubdirGetadditionalPropertiesBoxed](#commonparamsubdirgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirGetadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -223,16 +223,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirGetadditionalPropertiesBoxedMap -public record CommonparamsubdirGetadditionalPropertiesBoxedMap
-implements [CommonparamsubdirGetadditionalPropertiesBoxed](#commonparamsubdirgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirGetadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -240,8 +240,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirGetadditionalProperties -public static class CommonparamsubdirGetadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/CommonparamsubdirPostHeaderParameters.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/CommonparamsubdirPostHeaderParameters.md index 8e6e4dc7616..cc7b482a2f2 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/CommonparamsubdirPostHeaderParameters.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/CommonparamsubdirPostHeaderParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [CommonparamsubdirPostHeaderParameters.CommonparamsubdirPostHeaderParameters1Boxed](#commonparamsubdirpostheaderparameters1boxed)
sealed interface for validated payloads | | record | [CommonparamsubdirPostHeaderParameters.CommonparamsubdirPostHeaderParameters1BoxedMap](#commonparamsubdirpostheaderparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [CommonparamsubdirPostHeaderParameters.CommonparamsubdirPostHeaderParameters1](#commonparamsubdirpostheaderparameters1)
schema class | -| static class | [CommonparamsubdirPostHeaderParameters.CommonparamsubdirPostHeaderParametersMapBuilder](#commonparamsubdirpostheaderparametersmapbuilder)
builder for Map payloads | -| static class | [CommonparamsubdirPostHeaderParameters.CommonparamsubdirPostHeaderParametersMap](#commonparamsubdirpostheaderparametersmap)
output class for Map payloads | -| sealed interface | [CommonparamsubdirPostHeaderParameters.CommonparamsubdirPostadditionalPropertiesBoxed](#commonparamsubdirpostadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [CommonparamsubdirPostHeaderParameters.CommonparamsubdirPostadditionalPropertiesBoxedVoid](#commonparamsubdirpostadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [CommonparamsubdirPostHeaderParameters.CommonparamsubdirPostadditionalPropertiesBoxedBoolean](#commonparamsubdirpostadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [CommonparamsubdirPostHeaderParameters.CommonparamsubdirPostadditionalPropertiesBoxedNumber](#commonparamsubdirpostadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [CommonparamsubdirPostHeaderParameters.CommonparamsubdirPostadditionalPropertiesBoxedString](#commonparamsubdirpostadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [CommonparamsubdirPostHeaderParameters.CommonparamsubdirPostadditionalPropertiesBoxedList](#commonparamsubdirpostadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [CommonparamsubdirPostHeaderParameters.CommonparamsubdirPostadditionalPropertiesBoxedMap](#commonparamsubdirpostadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [CommonparamsubdirPostHeaderParameters.CommonparamsubdirPostadditionalProperties](#commonparamsubdirpostadditionalproperties)
schema class | +| static class | [CommonparamsubdirPostHeaderParameters.HeaderParametersMapBuilder](#headerparametersmapbuilder)
builder for Map payloads | +| static class | [CommonparamsubdirPostHeaderParameters.HeaderParametersMap](#headerparametersmap)
output class for Map payloads | +| sealed interface | [CommonparamsubdirPostHeaderParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [CommonparamsubdirPostHeaderParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [CommonparamsubdirPostHeaderParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [CommonparamsubdirPostHeaderParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [CommonparamsubdirPostHeaderParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [CommonparamsubdirPostHeaderParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [CommonparamsubdirPostHeaderParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [CommonparamsubdirPostHeaderParameters.AdditionalProperties](#additionalproperties)
schema class | ## CommonparamsubdirPostHeaderParameters1Boxed public sealed interface CommonparamsubdirPostHeaderParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirPostHeaderParameters1BoxedMap([CommonparamsubdirPostHeaderParametersMap](#commonparamsubdirpostheaderparametersmap) data)
Creates an instance, private visibility | +| CommonparamsubdirPostHeaderParameters1BoxedMap([HeaderParametersMap](#headerparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [CommonparamsubdirPostHeaderParametersMap](#commonparamsubdirpostheaderparametersmap) | data()
validated payload | +| [HeaderParametersMap](#headerparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## CommonparamsubdirPostHeaderParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -CommonparamsubdirPostHeaderParameters.CommonparamsubdirPostHeaderParametersMap validatedPayload = +CommonparamsubdirPostHeaderParameters.HeaderParametersMap validatedPayload = CommonparamsubdirPostHeaderParameters.CommonparamsubdirPostHeaderParameters1.validate( - new CommonparamsubdirPostHeaderParameters.CommonparamsubdirPostHeaderParametersMapBuilder() + new CommonparamsubdirPostHeaderParameters.HeaderParametersMapBuilder() .someHeader("a") .build(), @@ -87,18 +87,18 @@ CommonparamsubdirPostHeaderParameters.CommonparamsubdirPostHeaderParametersMap v | ----------------- | ---------------------- | | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("someHeader", [Schema0.Schema01.class](../../../paths/commonparamsubdir/post/parameters/parameter0/Schema0.md#schema01))
)
| -| Class | additionalProperties = [CommonparamsubdirPostadditionalProperties.class](#commonparamsubdirpostadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [CommonparamsubdirPostHeaderParametersMap](#commonparamsubdirpostheaderparametersmap) | validate([Map<?, ?>](#commonparamsubdirpostheaderparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [CommonparamsubdirPostHeaderParameters1BoxedMap](#commonparamsubdirpostheaderparameters1boxedmap) | validateAndBox([Map<?, ?>](#commonparamsubdirpostheaderparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [HeaderParametersMap](#headerparametersmap) | validate([Map<?, ?>](#headerparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [CommonparamsubdirPostHeaderParameters1BoxedMap](#commonparamsubdirpostheaderparameters1boxedmap) | validateAndBox([Map<?, ?>](#headerparametersmapbuilder) arg, SchemaConfiguration configuration) | | [CommonparamsubdirPostHeaderParameters1Boxed](#commonparamsubdirpostheaderparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## CommonparamsubdirPostHeaderParametersMapBuilder -public class CommonparamsubdirPostHeaderParametersMapBuilder
+## HeaderParametersMapBuilder +public class HeaderParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -106,16 +106,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirPostHeaderParametersMapBuilder()
Creates a builder that contains an empty map | +| HeaderParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -| [CommonparamsubdirPostHeaderParametersMapBuilder](#commonparamsubdirpostheaderparametersmapbuilder) | someHeader(String value) | +| [HeaderParametersMapBuilder](#headerparametersmapbuilder) | someHeader(String value) | -## CommonparamsubdirPostHeaderParametersMap -public static class CommonparamsubdirPostHeaderParametersMap
+## HeaderParametersMap +public static class HeaderParametersMap
extends FrozenMap A class to store validated Map payloads @@ -123,31 +123,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [CommonparamsubdirPostHeaderParametersMap](#commonparamsubdirpostheaderparametersmap) | of([Map](#commonparamsubdirpostheaderparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [HeaderParametersMap](#headerparametersmap) | of([Map](#headerparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | someHeader()
[optional] | -## CommonparamsubdirPostadditionalPropertiesBoxed -public sealed interface CommonparamsubdirPostadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[CommonparamsubdirPostadditionalPropertiesBoxedVoid](#commonparamsubdirpostadditionalpropertiesboxedvoid), -[CommonparamsubdirPostadditionalPropertiesBoxedBoolean](#commonparamsubdirpostadditionalpropertiesboxedboolean), -[CommonparamsubdirPostadditionalPropertiesBoxedNumber](#commonparamsubdirpostadditionalpropertiesboxednumber), -[CommonparamsubdirPostadditionalPropertiesBoxedString](#commonparamsubdirpostadditionalpropertiesboxedstring), -[CommonparamsubdirPostadditionalPropertiesBoxedList](#commonparamsubdirpostadditionalpropertiesboxedlist), -[CommonparamsubdirPostadditionalPropertiesBoxedMap](#commonparamsubdirpostadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## CommonparamsubdirPostadditionalPropertiesBoxedVoid -public record CommonparamsubdirPostadditionalPropertiesBoxedVoid
-implements [CommonparamsubdirPostadditionalPropertiesBoxed](#commonparamsubdirpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirPostadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -155,16 +155,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirPostadditionalPropertiesBoxedBoolean -public record CommonparamsubdirPostadditionalPropertiesBoxedBoolean
-implements [CommonparamsubdirPostadditionalPropertiesBoxed](#commonparamsubdirpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirPostadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -172,16 +172,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirPostadditionalPropertiesBoxedNumber -public record CommonparamsubdirPostadditionalPropertiesBoxedNumber
-implements [CommonparamsubdirPostadditionalPropertiesBoxed](#commonparamsubdirpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirPostadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -189,16 +189,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirPostadditionalPropertiesBoxedString -public record CommonparamsubdirPostadditionalPropertiesBoxedString
-implements [CommonparamsubdirPostadditionalPropertiesBoxed](#commonparamsubdirpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirPostadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -206,16 +206,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirPostadditionalPropertiesBoxedList -public record CommonparamsubdirPostadditionalPropertiesBoxedList
-implements [CommonparamsubdirPostadditionalPropertiesBoxed](#commonparamsubdirpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirPostadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -223,16 +223,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirPostadditionalPropertiesBoxedMap -public record CommonparamsubdirPostadditionalPropertiesBoxedMap
-implements [CommonparamsubdirPostadditionalPropertiesBoxed](#commonparamsubdirpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirPostadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -240,8 +240,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirPostadditionalProperties -public static class CommonparamsubdirPostadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/CommonparamsubdirPostPathParameters.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/CommonparamsubdirPostPathParameters.md index 7693f93a48b..c07ad67929a 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/CommonparamsubdirPostPathParameters.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/CommonparamsubdirPostPathParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParameters1Boxed](#commonparamsubdirpostpathparameters1boxed)
sealed interface for validated payloads | | record | [CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParameters1BoxedMap](#commonparamsubdirpostpathparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParameters1](#commonparamsubdirpostpathparameters1)
schema class | -| static class | [CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParametersMapBuilder](#commonparamsubdirpostpathparametersmapbuilder)
builder for Map payloads | -| static class | [CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParametersMap](#commonparamsubdirpostpathparametersmap)
output class for Map payloads | -| sealed interface | [CommonparamsubdirPostPathParameters.CommonparamsubdirPostadditionalPropertiesBoxed](#commonparamsubdirpostadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [CommonparamsubdirPostPathParameters.CommonparamsubdirPostadditionalPropertiesBoxedVoid](#commonparamsubdirpostadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [CommonparamsubdirPostPathParameters.CommonparamsubdirPostadditionalPropertiesBoxedBoolean](#commonparamsubdirpostadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [CommonparamsubdirPostPathParameters.CommonparamsubdirPostadditionalPropertiesBoxedNumber](#commonparamsubdirpostadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [CommonparamsubdirPostPathParameters.CommonparamsubdirPostadditionalPropertiesBoxedString](#commonparamsubdirpostadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [CommonparamsubdirPostPathParameters.CommonparamsubdirPostadditionalPropertiesBoxedList](#commonparamsubdirpostadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [CommonparamsubdirPostPathParameters.CommonparamsubdirPostadditionalPropertiesBoxedMap](#commonparamsubdirpostadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [CommonparamsubdirPostPathParameters.CommonparamsubdirPostadditionalProperties](#commonparamsubdirpostadditionalproperties)
schema class | +| static class | [CommonparamsubdirPostPathParameters.PathParametersMapBuilder](#pathparametersmapbuilder)
builder for Map payloads | +| static class | [CommonparamsubdirPostPathParameters.PathParametersMap](#pathparametersmap)
output class for Map payloads | +| sealed interface | [CommonparamsubdirPostPathParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [CommonparamsubdirPostPathParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [CommonparamsubdirPostPathParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [CommonparamsubdirPostPathParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [CommonparamsubdirPostPathParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [CommonparamsubdirPostPathParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [CommonparamsubdirPostPathParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [CommonparamsubdirPostPathParameters.AdditionalProperties](#additionalproperties)
schema class | ## CommonparamsubdirPostPathParameters1Boxed public sealed interface CommonparamsubdirPostPathParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirPostPathParameters1BoxedMap([CommonparamsubdirPostPathParametersMap](#commonparamsubdirpostpathparametersmap) data)
Creates an instance, private visibility | +| CommonparamsubdirPostPathParameters1BoxedMap([PathParametersMap](#pathparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [CommonparamsubdirPostPathParametersMap](#commonparamsubdirpostpathparametersmap) | data()
validated payload | +| [PathParametersMap](#pathparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## CommonparamsubdirPostPathParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParametersMap validatedPayload = +CommonparamsubdirPostPathParameters.PathParametersMap validatedPayload = CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParameters1.validate( - new CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParametersMapBuilder() + new CommonparamsubdirPostPathParameters.PathParametersMapBuilder() .subDir("a") .build(), @@ -88,18 +88,18 @@ CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParametersMap valid | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("subDir", [RouteParamSchema0.RouteParamSchema01.class](../../../paths/commonparamsubdir/parameters/routeparameter0/RouteParamSchema0.md#routeparamschema01))
)
| | Set | required = Set.of(
    "subDir"
)
| -| Class | additionalProperties = [CommonparamsubdirPostadditionalProperties.class](#commonparamsubdirpostadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [CommonparamsubdirPostPathParametersMap](#commonparamsubdirpostpathparametersmap) | validate([Map<?, ?>](#commonparamsubdirpostpathparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [CommonparamsubdirPostPathParameters1BoxedMap](#commonparamsubdirpostpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#commonparamsubdirpostpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PathParametersMap](#pathparametersmap) | validate([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [CommonparamsubdirPostPathParameters1BoxedMap](#commonparamsubdirpostpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | [CommonparamsubdirPostPathParameters1Boxed](#commonparamsubdirpostpathparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## CommonparamsubdirPostPathParametersMap0Builder -public class CommonparamsubdirPostPathParametersMap0Builder
+## PathParametersMap0Builder +public class PathParametersMap0Builder
builder for `Map` A class that builds the Map input type @@ -107,15 +107,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirPostPathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## CommonparamsubdirPostPathParametersMapBuilder -public class CommonparamsubdirPostPathParametersMapBuilder
+## PathParametersMapBuilder +public class PathParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -123,16 +123,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirPostPathParametersMapBuilder()
Creates a builder that contains an empty map | +| PathParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [CommonparamsubdirPostPathParametersMap0Builder](#commonparamsubdirpostpathparametersmap0builder) | subDir(String value) | -| [CommonparamsubdirPostPathParametersMap0Builder](#commonparamsubdirpostpathparametersmap0builder) | subDir([RouteParamSchema0.StringRouteParamSchemaEnums0](../../../paths/commonparamsubdir/parameters/routeparameter0/RouteParamSchema0.md#stringrouteparamschemaenums0) value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | subDir(String value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | subDir([RouteParamSchema0.StringRouteParamSchemaEnums0](../../../paths/commonparamsubdir/parameters/routeparameter0/RouteParamSchema0.md#stringrouteparamschemaenums0) value) | -## CommonparamsubdirPostPathParametersMap -public static class CommonparamsubdirPostPathParametersMap
+## PathParametersMap +public static class PathParametersMap
extends FrozenMap A class to store validated Map payloads @@ -140,31 +140,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [CommonparamsubdirPostPathParametersMap](#commonparamsubdirpostpathparametersmap) | of([Map](#commonparamsubdirpostpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [PathParametersMap](#pathparametersmap) | of([Map](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | subDir()
| -## CommonparamsubdirPostadditionalPropertiesBoxed -public sealed interface CommonparamsubdirPostadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[CommonparamsubdirPostadditionalPropertiesBoxedVoid](#commonparamsubdirpostadditionalpropertiesboxedvoid), -[CommonparamsubdirPostadditionalPropertiesBoxedBoolean](#commonparamsubdirpostadditionalpropertiesboxedboolean), -[CommonparamsubdirPostadditionalPropertiesBoxedNumber](#commonparamsubdirpostadditionalpropertiesboxednumber), -[CommonparamsubdirPostadditionalPropertiesBoxedString](#commonparamsubdirpostadditionalpropertiesboxedstring), -[CommonparamsubdirPostadditionalPropertiesBoxedList](#commonparamsubdirpostadditionalpropertiesboxedlist), -[CommonparamsubdirPostadditionalPropertiesBoxedMap](#commonparamsubdirpostadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## CommonparamsubdirPostadditionalPropertiesBoxedVoid -public record CommonparamsubdirPostadditionalPropertiesBoxedVoid
-implements [CommonparamsubdirPostadditionalPropertiesBoxed](#commonparamsubdirpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirPostadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -172,16 +172,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirPostadditionalPropertiesBoxedBoolean -public record CommonparamsubdirPostadditionalPropertiesBoxedBoolean
-implements [CommonparamsubdirPostadditionalPropertiesBoxed](#commonparamsubdirpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirPostadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -189,16 +189,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirPostadditionalPropertiesBoxedNumber -public record CommonparamsubdirPostadditionalPropertiesBoxedNumber
-implements [CommonparamsubdirPostadditionalPropertiesBoxed](#commonparamsubdirpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirPostadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -206,16 +206,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirPostadditionalPropertiesBoxedString -public record CommonparamsubdirPostadditionalPropertiesBoxedString
-implements [CommonparamsubdirPostadditionalPropertiesBoxed](#commonparamsubdirpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirPostadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -223,16 +223,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirPostadditionalPropertiesBoxedList -public record CommonparamsubdirPostadditionalPropertiesBoxedList
-implements [CommonparamsubdirPostadditionalPropertiesBoxed](#commonparamsubdirpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirPostadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -240,16 +240,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirPostadditionalPropertiesBoxedMap -public record CommonparamsubdirPostadditionalPropertiesBoxedMap
-implements [CommonparamsubdirPostadditionalPropertiesBoxed](#commonparamsubdirpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| CommonparamsubdirPostadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -257,8 +257,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## CommonparamsubdirPostadditionalProperties -public static class CommonparamsubdirPostadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/FakeDelete.md b/samples/client/petstore/java/docs/paths/fake/FakeDelete.md index cef1ceb69ca..49f9d408a2b 100644 --- a/samples/client/petstore/java/docs/paths/fake/FakeDelete.md +++ b/samples/client/petstore/java/docs/paths/fake/FakeDelete.md @@ -40,9 +40,9 @@ import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fake.delete.FakeDeleteSecurityInfo; import org.openapijsonschematools.client.paths.fake.delete.FakeDeleteHeaderParameters; import org.openapijsonschematools.client.paths.fake.delete.FakeDeleteQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.BearerTest; import org.openapijsonschematools.client.paths.fake.delete.responses.FakeDeleteCode200Response; @@ -53,13 +53,14 @@ import org.openapijsonschematools.client.paths.fake.delete.FakeDeleteResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -74,21 +75,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .fakeDeleteSecurityRequirementObject0SecurityIndex(FakeDeleteSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakeDelete.Delete apiClient = new FakeDelete.Delete(apiConfiguration, schemaConfiguration); // Map validation -FakeDeleteHeaderParameters.FakeDeleteHeaderParametersMap headerParameters = +FakeDeleteHeaderParameters.HeaderParametersMap headerParameters = FakeDeleteHeaderParameters.FakeDeleteHeaderParameters1.validate( - new FakeDeleteHeaderParameters.FakeDeleteHeaderParametersMapBuilder() + new FakeDeleteHeaderParameters.HeaderParametersMapBuilder() .required_boolean_group("true") .boolean_group("true") @@ -98,9 +101,9 @@ FakeDeleteHeaderParameters.FakeDeleteHeaderParametersMap headerParameters = ); // Map validation -FakeDeleteQueryParameters.FakeDeleteQueryParametersMap queryParameters = +FakeDeleteQueryParameters.QueryParametersMap queryParameters = FakeDeleteQueryParameters.FakeDeleteQueryParameters1.validate( - new FakeDeleteQueryParameters.FakeDeleteQueryParametersMapBuilder() + new FakeDeleteQueryParameters.QueryParametersMapBuilder() .required_int64_group(1L) .required_string_group("a") @@ -165,8 +168,8 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [FakeDeleteHeaderParameters.FakeDeleteHeaderParametersMap](../../paths/fake/delete/FakeDeleteHeaderParameters.md#fakedeleteheaderparametersmap) | headerParameters | -| [FakeDeleteQueryParameters.FakeDeleteQueryParametersMap](../../paths/fake/delete/FakeDeleteQueryParameters.md#fakedeletequeryparametersmap) | queryParameters | +| [FakeDeleteHeaderParameters.HeaderParametersMap](../../paths/fake/delete/FakeDeleteHeaderParameters.md#headerparametersmap) | headerParameters | +| [FakeDeleteQueryParameters.QueryParametersMap](../../paths/fake/delete/FakeDeleteQueryParameters.md#queryparametersmap) | queryParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | [FakeDeleteSecurityInfo.@Nullable SecurityIndex](../../paths/fake/delete/FakeDeleteSecurityInfo.md#securityindex) | securityIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -179,8 +182,8 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [FakeDeleteHeaderParameters.@Nullable FakeDeleteHeaderParametersMap](../../paths/fake/delete/FakeDeleteHeaderParameters.md#fakedeleteheaderparametersmap) | headerParameters | -| [FakeDeleteQueryParameters.@Nullable FakeDeleteQueryParametersMap](../../paths/fake/delete/FakeDeleteQueryParameters.md#fakedeletequeryparametersmap) | queryParameters | +| [FakeDeleteHeaderParameters.@Nullable HeaderParametersMap](../../paths/fake/delete/FakeDeleteHeaderParameters.md#headerparametersmap) | headerParameters | +| [FakeDeleteQueryParameters.@Nullable QueryParametersMap](../../paths/fake/delete/FakeDeleteQueryParameters.md#queryparametersmap) | queryParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | [FakeDeleteSecurityInfo.@Nullable SecurityIndex](../../paths/fake/delete/FakeDeleteSecurityInfo.md#securityindex) | securityIndex | | @Nullable Duration | timeout | @@ -216,7 +219,7 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Delete00RequestBuilder](#delete00requestbuilder) | queryParameters([FakeDeleteQueryParametersFakeDeleteQueryParametersMap](../../paths/fake/delete/FakeDeleteQueryParameters.md#fakedeletequeryparametersmap) queryParameters)
sets the property | +| [Delete00RequestBuilder](#delete00requestbuilder) | queryParameters([FakeDeleteQueryParametersQueryParametersMap](../../paths/fake/delete/FakeDeleteQueryParameters.md#queryparametersmap) queryParameters)
sets the property | ## Delete10RequestBuilder public static class Delete10RequestBuilder
@@ -231,7 +234,7 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Delete00RequestBuilder](#delete00requestbuilder) | headerParameters([FakeDeleteHeaderParametersFakeDeleteHeaderParametersMap](../../paths/fake/delete/FakeDeleteHeaderParameters.md#fakedeleteheaderparametersmap) headerParameters)
sets the property | +| [Delete00RequestBuilder](#delete00requestbuilder) | headerParameters([FakeDeleteHeaderParametersHeaderParametersMap](../../paths/fake/delete/FakeDeleteHeaderParameters.md#headerparametersmap) headerParameters)
sets the property | ## DeleteRequestBuilder public static class DeleteRequestBuilder
@@ -246,7 +249,7 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Delete01RequestBuilder](#delete01requestbuilder) | headerParameters([FakeDeleteHeaderParametersFakeDeleteHeaderParametersMap](../../paths/fake/delete/FakeDeleteHeaderParameters.md#fakedeleteheaderparametersmap) headerParameters)
sets the property | -| [Delete10RequestBuilder](#delete10requestbuilder) | queryParameters([FakeDeleteQueryParametersFakeDeleteQueryParametersMap](../../paths/fake/delete/FakeDeleteQueryParameters.md#fakedeletequeryparametersmap) queryParameters)
sets the property | +| [Delete01RequestBuilder](#delete01requestbuilder) | headerParameters([FakeDeleteHeaderParametersHeaderParametersMap](../../paths/fake/delete/FakeDeleteHeaderParameters.md#headerparametersmap) headerParameters)
sets the property | +| [Delete10RequestBuilder](#delete10requestbuilder) | queryParameters([FakeDeleteQueryParametersQueryParametersMap](../../paths/fake/delete/FakeDeleteQueryParameters.md#queryparametersmap) queryParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/fake/FakeGet.md b/samples/client/petstore/java/docs/paths/fake/FakeGet.md index ed501ec1511..2504a8b4a8d 100644 --- a/samples/client/petstore/java/docs/paths/fake/FakeGet.md +++ b/samples/client/petstore/java/docs/paths/fake/FakeGet.md @@ -37,9 +37,9 @@ import org.openapijsonschematools.client.paths.fake.get.requestbody.content.appl import org.openapijsonschematools.client.paths.fake.get.FakeGetHeaderParameters; import org.openapijsonschematools.client.paths.fake.get.FakeGetQueryParameters; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fake.get.responses.FakeGetCode200Response; import org.openapijsonschematools.client.paths.fake.get.responses.FakeGetCode404Response; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -49,13 +49,14 @@ import org.openapijsonschematools.client.paths.fake.get.FakeGetResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -63,10 +64,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakeGet.Get apiClient = new FakeGet.Get(apiConfiguration, schemaConfiguration); @@ -125,8 +128,8 @@ a class that stores the final request inputs | Modifier and Type | Field and Description | | ----------------- | --------------------- | | [FakeGetRequestBody.@Nullable SealedRequestBody](../../paths/fake/get/FakeGetRequestBody.md#sealedrequestbody) | requestBody
optional | -| [FakeGetHeaderParameters.@Nullable FakeGetHeaderParametersMap](../../paths/fake/get/FakeGetHeaderParameters.md#fakegetheaderparametersmap) | headerParameters
optional | -| [FakeGetQueryParameters.@Nullable FakeGetQueryParametersMap](../../paths/fake/get/FakeGetQueryParameters.md#fakegetqueryparametersmap) | queryParameters
optional | +| [FakeGetHeaderParameters.@Nullable HeaderParametersMap](../../paths/fake/get/FakeGetHeaderParameters.md#headerparametersmap) | headerParameters
optional | +| [FakeGetQueryParameters.@Nullable QueryParametersMap](../../paths/fake/get/FakeGetQueryParameters.md#queryparametersmap) | queryParameters
optional | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -145,8 +148,8 @@ a builder for request inputs | ----------------- | ---------------------- | | [GetRequest](#getrequest) | build()
Returns the request input used to call an endpoint method | | [GetRequestBuilder](#getrequestbuilder) | requestBody([FakeGetRequestBody.SealedRequestBody](../../paths/fake/get/FakeGetRequestBody.md#sealedrequestbody) requestBody)
sets the optional property | -| [GetRequestBuilder](#getrequestbuilder) | headerParameters([FakeGetHeaderParametersFakeGetHeaderParametersMap](../../paths/fake/get/FakeGetHeaderParameters.md#fakegetheaderparametersmap) headerParameters)
sets the optional property | -| [GetRequestBuilder](#getrequestbuilder) | queryParameters([FakeGetQueryParametersFakeGetQueryParametersMap](../../paths/fake/get/FakeGetQueryParameters.md#fakegetqueryparametersmap) queryParameters)
sets the optional property | +| [GetRequestBuilder](#getrequestbuilder) | headerParameters([FakeGetHeaderParametersHeaderParametersMap](../../paths/fake/get/FakeGetHeaderParameters.md#headerparametersmap) headerParameters)
sets the optional property | +| [GetRequestBuilder](#getrequestbuilder) | queryParameters([FakeGetQueryParametersQueryParametersMap](../../paths/fake/get/FakeGetQueryParameters.md#queryparametersmap) queryParameters)
sets the optional property | | [GetRequestBuilder](#getrequestbuilder) | serverIndex([RootServerInfo.ServerIndex](../../RootServerInfo.md#serverindex) serverIndex)
sets the optional property. Note: this will override the value in apiConfiguration | | [GetRequestBuilder](#getrequestbuilder) | timeout(Duration timeout)
sets the optional property. Note: this will override the value in apiConfiguration | diff --git a/samples/client/petstore/java/docs/paths/fake/FakePatch.md b/samples/client/petstore/java/docs/paths/fake/FakePatch.md index e15fb436dde..a4b21b9a406 100644 --- a/samples/client/petstore/java/docs/paths/fake/FakePatch.md +++ b/samples/client/petstore/java/docs/paths/fake/FakePatch.md @@ -37,9 +37,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fake.patch.FakePatchRequestBody; import org.openapijsonschematools.client.components.schemas.Client; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fake.patch.responses.FakePatchCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fake.FakePatch; @@ -48,13 +48,14 @@ import org.openapijsonschematools.client.paths.fake.patch.FakePatchResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -62,10 +63,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakePatch.Patch apiClient = new FakePatch.Patch(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fake/FakePost.md b/samples/client/petstore/java/docs/paths/fake/FakePost.md index defb5a55b0a..e9f8e9199b1 100644 --- a/samples/client/petstore/java/docs/paths/fake/FakePost.md +++ b/samples/client/petstore/java/docs/paths/fake/FakePost.md @@ -36,9 +36,9 @@ import org.openapijsonschematools.client.paths.fake.post.FakePostRequestBody; import org.openapijsonschematools.client.paths.fake.post.requestbody.content.applicationxwwwformurlencoded.ApplicationxwwwformurlencodedSchema; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fake.post.FakePostSecurityInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.HttpBasicTest; import org.openapijsonschematools.client.paths.fake.post.responses.FakePostCode200Response; @@ -50,13 +50,14 @@ import org.openapijsonschematools.client.paths.fake.post.FakePostResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -71,12 +72,14 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .fakePostSecurityRequirementObject0SecurityIndex(FakePostSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakePost.Post apiClient = new FakePost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fake/delete/FakeDeleteHeaderParameters.md b/samples/client/petstore/java/docs/paths/fake/delete/FakeDeleteHeaderParameters.md index c39d5ece8b9..58e271594da 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/FakeDeleteHeaderParameters.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/FakeDeleteHeaderParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [FakeDeleteHeaderParameters.FakeDeleteHeaderParameters1Boxed](#fakedeleteheaderparameters1boxed)
sealed interface for validated payloads | | record | [FakeDeleteHeaderParameters.FakeDeleteHeaderParameters1BoxedMap](#fakedeleteheaderparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [FakeDeleteHeaderParameters.FakeDeleteHeaderParameters1](#fakedeleteheaderparameters1)
schema class | -| static class | [FakeDeleteHeaderParameters.FakeDeleteHeaderParametersMapBuilder](#fakedeleteheaderparametersmapbuilder)
builder for Map payloads | -| static class | [FakeDeleteHeaderParameters.FakeDeleteHeaderParametersMap](#fakedeleteheaderparametersmap)
output class for Map payloads | -| sealed interface | [FakeDeleteHeaderParameters.FakeDeleteadditionalPropertiesBoxed](#fakedeleteadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [FakeDeleteHeaderParameters.FakeDeleteadditionalPropertiesBoxedVoid](#fakedeleteadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [FakeDeleteHeaderParameters.FakeDeleteadditionalPropertiesBoxedBoolean](#fakedeleteadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [FakeDeleteHeaderParameters.FakeDeleteadditionalPropertiesBoxedNumber](#fakedeleteadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [FakeDeleteHeaderParameters.FakeDeleteadditionalPropertiesBoxedString](#fakedeleteadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [FakeDeleteHeaderParameters.FakeDeleteadditionalPropertiesBoxedList](#fakedeleteadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [FakeDeleteHeaderParameters.FakeDeleteadditionalPropertiesBoxedMap](#fakedeleteadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [FakeDeleteHeaderParameters.FakeDeleteadditionalProperties](#fakedeleteadditionalproperties)
schema class | +| static class | [FakeDeleteHeaderParameters.HeaderParametersMapBuilder](#headerparametersmapbuilder)
builder for Map payloads | +| static class | [FakeDeleteHeaderParameters.HeaderParametersMap](#headerparametersmap)
output class for Map payloads | +| sealed interface | [FakeDeleteHeaderParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [FakeDeleteHeaderParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [FakeDeleteHeaderParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [FakeDeleteHeaderParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [FakeDeleteHeaderParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [FakeDeleteHeaderParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [FakeDeleteHeaderParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [FakeDeleteHeaderParameters.AdditionalProperties](#additionalproperties)
schema class | ## FakeDeleteHeaderParameters1Boxed public sealed interface FakeDeleteHeaderParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteHeaderParameters1BoxedMap([FakeDeleteHeaderParametersMap](#fakedeleteheaderparametersmap) data)
Creates an instance, private visibility | +| FakeDeleteHeaderParameters1BoxedMap([HeaderParametersMap](#headerparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakeDeleteHeaderParametersMap](#fakedeleteheaderparametersmap) | data()
validated payload | +| [HeaderParametersMap](#headerparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## FakeDeleteHeaderParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -FakeDeleteHeaderParameters.FakeDeleteHeaderParametersMap validatedPayload = +FakeDeleteHeaderParameters.HeaderParametersMap validatedPayload = FakeDeleteHeaderParameters.FakeDeleteHeaderParameters1.validate( - new FakeDeleteHeaderParameters.FakeDeleteHeaderParametersMapBuilder() + new FakeDeleteHeaderParameters.HeaderParametersMapBuilder() .required_boolean_group("true") .boolean_group("true") @@ -90,18 +90,18 @@ FakeDeleteHeaderParameters.FakeDeleteHeaderParametersMap validatedPayload = | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("required_boolean_group", [Schema1.Schema11.class](../../../paths/fake/delete/parameters/parameter1/Schema1.md#schema11)),
    new PropertyEntry("boolean_group", [Schema4.Schema41.class](../../../paths/fake/delete/parameters/parameter4/Schema4.md#schema41))
)
| | Set | required = Set.of(
    "required_boolean_group"
)
| -| Class | additionalProperties = [FakeDeleteadditionalProperties.class](#fakedeleteadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakeDeleteHeaderParametersMap](#fakedeleteheaderparametersmap) | validate([Map<?, ?>](#fakedeleteheaderparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [FakeDeleteHeaderParameters1BoxedMap](#fakedeleteheaderparameters1boxedmap) | validateAndBox([Map<?, ?>](#fakedeleteheaderparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [HeaderParametersMap](#headerparametersmap) | validate([Map<?, ?>](#headerparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [FakeDeleteHeaderParameters1BoxedMap](#fakedeleteheaderparameters1boxedmap) | validateAndBox([Map<?, ?>](#headerparametersmapbuilder) arg, SchemaConfiguration configuration) | | [FakeDeleteHeaderParameters1Boxed](#fakedeleteheaderparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## FakeDeleteHeaderParametersMap0Builder -public class FakeDeleteHeaderParametersMap0Builder
+## HeaderParametersMap0Builder +public class HeaderParametersMap0Builder
builder for `Map` A class that builds the Map input type @@ -109,17 +109,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteHeaderParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | +| HeaderParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -| [FakeDeleteHeaderParametersMap0Builder](#fakedeleteheaderparametersmap0builder) | boolean_group(String value) | -| [FakeDeleteHeaderParametersMap0Builder](#fakedeleteheaderparametersmap0builder) | boolean_group([Schema4.StringSchemaEnums4](../../../paths/fake/delete/parameters/parameter4/Schema4.md#stringschemaenums4) value) | +| [HeaderParametersMap0Builder](#headerparametersmap0builder) | boolean_group(String value) | +| [HeaderParametersMap0Builder](#headerparametersmap0builder) | boolean_group([Schema4.StringSchemaEnums4](../../../paths/fake/delete/parameters/parameter4/Schema4.md#stringschemaenums4) value) | -## FakeDeleteHeaderParametersMapBuilder -public class FakeDeleteHeaderParametersMapBuilder
+## HeaderParametersMapBuilder +public class HeaderParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -127,16 +127,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteHeaderParametersMapBuilder()
Creates a builder that contains an empty map | +| HeaderParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakeDeleteHeaderParametersMap0Builder](#fakedeleteheaderparametersmap0builder) | required_boolean_group(String value) | -| [FakeDeleteHeaderParametersMap0Builder](#fakedeleteheaderparametersmap0builder) | required_boolean_group([Schema1.StringSchemaEnums1](../../../paths/fake/delete/parameters/parameter1/Schema1.md#stringschemaenums1) value) | +| [HeaderParametersMap0Builder](#headerparametersmap0builder) | required_boolean_group(String value) | +| [HeaderParametersMap0Builder](#headerparametersmap0builder) | required_boolean_group([Schema1.StringSchemaEnums1](../../../paths/fake/delete/parameters/parameter1/Schema1.md#stringschemaenums1) value) | -## FakeDeleteHeaderParametersMap -public static class FakeDeleteHeaderParametersMap
+## HeaderParametersMap +public static class HeaderParametersMap
extends FrozenMap A class to store validated Map payloads @@ -144,32 +144,32 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [FakeDeleteHeaderParametersMap](#fakedeleteheaderparametersmap) | of([Map](#fakedeleteheaderparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [HeaderParametersMap](#headerparametersmap) | of([Map](#headerparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | required_boolean_group()
| | String | boolean_group()
[optional] | -## FakeDeleteadditionalPropertiesBoxed -public sealed interface FakeDeleteadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[FakeDeleteadditionalPropertiesBoxedVoid](#fakedeleteadditionalpropertiesboxedvoid), -[FakeDeleteadditionalPropertiesBoxedBoolean](#fakedeleteadditionalpropertiesboxedboolean), -[FakeDeleteadditionalPropertiesBoxedNumber](#fakedeleteadditionalpropertiesboxednumber), -[FakeDeleteadditionalPropertiesBoxedString](#fakedeleteadditionalpropertiesboxedstring), -[FakeDeleteadditionalPropertiesBoxedList](#fakedeleteadditionalpropertiesboxedlist), -[FakeDeleteadditionalPropertiesBoxedMap](#fakedeleteadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## FakeDeleteadditionalPropertiesBoxedVoid -public record FakeDeleteadditionalPropertiesBoxedVoid
-implements [FakeDeleteadditionalPropertiesBoxed](#fakedeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -177,16 +177,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeDeleteadditionalPropertiesBoxedBoolean -public record FakeDeleteadditionalPropertiesBoxedBoolean
-implements [FakeDeleteadditionalPropertiesBoxed](#fakedeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -194,16 +194,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeDeleteadditionalPropertiesBoxedNumber -public record FakeDeleteadditionalPropertiesBoxedNumber
-implements [FakeDeleteadditionalPropertiesBoxed](#fakedeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -211,16 +211,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeDeleteadditionalPropertiesBoxedString -public record FakeDeleteadditionalPropertiesBoxedString
-implements [FakeDeleteadditionalPropertiesBoxed](#fakedeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -228,16 +228,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeDeleteadditionalPropertiesBoxedList -public record FakeDeleteadditionalPropertiesBoxedList
-implements [FakeDeleteadditionalPropertiesBoxed](#fakedeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -245,16 +245,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeDeleteadditionalPropertiesBoxedMap -public record FakeDeleteadditionalPropertiesBoxedMap
-implements [FakeDeleteadditionalPropertiesBoxed](#fakedeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -262,8 +262,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeDeleteadditionalProperties -public static class FakeDeleteadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/delete/FakeDeleteQueryParameters.md b/samples/client/petstore/java/docs/paths/fake/delete/FakeDeleteQueryParameters.md index ebaddcc38c2..393e446a18a 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/FakeDeleteQueryParameters.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/FakeDeleteQueryParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [FakeDeleteQueryParameters.FakeDeleteQueryParameters1Boxed](#fakedeletequeryparameters1boxed)
sealed interface for validated payloads | | record | [FakeDeleteQueryParameters.FakeDeleteQueryParameters1BoxedMap](#fakedeletequeryparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [FakeDeleteQueryParameters.FakeDeleteQueryParameters1](#fakedeletequeryparameters1)
schema class | -| static class | [FakeDeleteQueryParameters.FakeDeleteQueryParametersMapBuilder](#fakedeletequeryparametersmapbuilder)
builder for Map payloads | -| static class | [FakeDeleteQueryParameters.FakeDeleteQueryParametersMap](#fakedeletequeryparametersmap)
output class for Map payloads | -| sealed interface | [FakeDeleteQueryParameters.FakeDeleteadditionalPropertiesBoxed](#fakedeleteadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [FakeDeleteQueryParameters.FakeDeleteadditionalPropertiesBoxedVoid](#fakedeleteadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [FakeDeleteQueryParameters.FakeDeleteadditionalPropertiesBoxedBoolean](#fakedeleteadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [FakeDeleteQueryParameters.FakeDeleteadditionalPropertiesBoxedNumber](#fakedeleteadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [FakeDeleteQueryParameters.FakeDeleteadditionalPropertiesBoxedString](#fakedeleteadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [FakeDeleteQueryParameters.FakeDeleteadditionalPropertiesBoxedList](#fakedeleteadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [FakeDeleteQueryParameters.FakeDeleteadditionalPropertiesBoxedMap](#fakedeleteadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [FakeDeleteQueryParameters.FakeDeleteadditionalProperties](#fakedeleteadditionalproperties)
schema class | +| static class | [FakeDeleteQueryParameters.QueryParametersMapBuilder](#queryparametersmapbuilder)
builder for Map payloads | +| static class | [FakeDeleteQueryParameters.QueryParametersMap](#queryparametersmap)
output class for Map payloads | +| sealed interface | [FakeDeleteQueryParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [FakeDeleteQueryParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [FakeDeleteQueryParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [FakeDeleteQueryParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [FakeDeleteQueryParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [FakeDeleteQueryParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [FakeDeleteQueryParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [FakeDeleteQueryParameters.AdditionalProperties](#additionalproperties)
schema class | ## FakeDeleteQueryParameters1Boxed public sealed interface FakeDeleteQueryParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteQueryParameters1BoxedMap([FakeDeleteQueryParametersMap](#fakedeletequeryparametersmap) data)
Creates an instance, private visibility | +| FakeDeleteQueryParameters1BoxedMap([QueryParametersMap](#queryparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakeDeleteQueryParametersMap](#fakedeletequeryparametersmap) | data()
validated payload | +| [QueryParametersMap](#queryparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## FakeDeleteQueryParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -FakeDeleteQueryParameters.FakeDeleteQueryParametersMap validatedPayload = +FakeDeleteQueryParameters.QueryParametersMap validatedPayload = FakeDeleteQueryParameters.FakeDeleteQueryParameters1.validate( - new FakeDeleteQueryParameters.FakeDeleteQueryParametersMapBuilder() + new FakeDeleteQueryParameters.QueryParametersMapBuilder() .required_int64_group(1L) .required_string_group("a") @@ -94,18 +94,18 @@ FakeDeleteQueryParameters.FakeDeleteQueryParametersMap validatedPayload = | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("required_string_group", [Schema0.Schema01.class](../../../paths/fake/delete/parameters/parameter0/Schema0.md#schema01)),
    new PropertyEntry("int64_group", [Schema5.Schema51.class](../../../paths/fake/delete/parameters/parameter5/Schema5.md#schema51)),
    new PropertyEntry("string_group", [Schema3.Schema31.class](../../../paths/fake/delete/parameters/parameter3/Schema3.md#schema31)),
    new PropertyEntry("required_int64_group", [Schema2.Schema21.class](../../../paths/fake/delete/parameters/parameter2/Schema2.md#schema21))
)
| | Set | required = Set.of(
    "required_int64_group",
    "required_string_group"
)
| -| Class | additionalProperties = [FakeDeleteadditionalProperties.class](#fakedeleteadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakeDeleteQueryParametersMap](#fakedeletequeryparametersmap) | validate([Map<?, ?>](#fakedeletequeryparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [FakeDeleteQueryParameters1BoxedMap](#fakedeletequeryparameters1boxedmap) | validateAndBox([Map<?, ?>](#fakedeletequeryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [QueryParametersMap](#queryparametersmap) | validate([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [FakeDeleteQueryParameters1BoxedMap](#fakedeletequeryparameters1boxedmap) | validateAndBox([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [FakeDeleteQueryParameters1Boxed](#fakedeletequeryparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## FakeDeleteQueryParametersMap00Builder -public class FakeDeleteQueryParametersMap00Builder
+## QueryParametersMap00Builder +public class QueryParametersMap00Builder
builder for `Map` A class that builds the Map input type @@ -113,20 +113,20 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteQueryParametersMap00Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap00Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -| [FakeDeleteQueryParametersMap00Builder](#fakedeletequeryparametersmap00builder) | int64_group(int value) | -| [FakeDeleteQueryParametersMap00Builder](#fakedeletequeryparametersmap00builder) | int64_group(float value) | -| [FakeDeleteQueryParametersMap00Builder](#fakedeletequeryparametersmap00builder) | int64_group(long value) | -| [FakeDeleteQueryParametersMap00Builder](#fakedeletequeryparametersmap00builder) | int64_group(double value) | -| [FakeDeleteQueryParametersMap00Builder](#fakedeletequeryparametersmap00builder) | string_group(String value) | - -## FakeDeleteQueryParametersMap01Builder -public class FakeDeleteQueryParametersMap01Builder
+| [QueryParametersMap00Builder](#queryparametersmap00builder) | int64_group(int value) | +| [QueryParametersMap00Builder](#queryparametersmap00builder) | int64_group(float value) | +| [QueryParametersMap00Builder](#queryparametersmap00builder) | int64_group(long value) | +| [QueryParametersMap00Builder](#queryparametersmap00builder) | int64_group(double value) | +| [QueryParametersMap00Builder](#queryparametersmap00builder) | string_group(String value) | + +## QueryParametersMap01Builder +public class QueryParametersMap01Builder
builder for `Map` A class that builds the Map input type @@ -134,15 +134,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteQueryParametersMap01Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap01Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakeDeleteQueryParametersMap00Builder](#fakedeletequeryparametersmap00builder) | required_string_group(String value) | +| [QueryParametersMap00Builder](#queryparametersmap00builder) | required_string_group(String value) | -## FakeDeleteQueryParametersMap10Builder -public class FakeDeleteQueryParametersMap10Builder
+## QueryParametersMap10Builder +public class QueryParametersMap10Builder
builder for `Map` A class that builds the Map input type @@ -150,18 +150,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteQueryParametersMap10Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap10Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakeDeleteQueryParametersMap00Builder](#fakedeletequeryparametersmap00builder) | required_int64_group(int value) | -| [FakeDeleteQueryParametersMap00Builder](#fakedeletequeryparametersmap00builder) | required_int64_group(float value) | -| [FakeDeleteQueryParametersMap00Builder](#fakedeletequeryparametersmap00builder) | required_int64_group(long value) | -| [FakeDeleteQueryParametersMap00Builder](#fakedeletequeryparametersmap00builder) | required_int64_group(double value) | +| [QueryParametersMap00Builder](#queryparametersmap00builder) | required_int64_group(int value) | +| [QueryParametersMap00Builder](#queryparametersmap00builder) | required_int64_group(float value) | +| [QueryParametersMap00Builder](#queryparametersmap00builder) | required_int64_group(long value) | +| [QueryParametersMap00Builder](#queryparametersmap00builder) | required_int64_group(double value) | -## FakeDeleteQueryParametersMapBuilder -public class FakeDeleteQueryParametersMapBuilder
+## QueryParametersMapBuilder +public class QueryParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -169,19 +169,19 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteQueryParametersMapBuilder()
Creates a builder that contains an empty map | +| QueryParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakeDeleteQueryParametersMap01Builder](#fakedeletequeryparametersmap01builder) | required_int64_group(int value) | -| [FakeDeleteQueryParametersMap01Builder](#fakedeletequeryparametersmap01builder) | required_int64_group(float value) | -| [FakeDeleteQueryParametersMap01Builder](#fakedeletequeryparametersmap01builder) | required_int64_group(long value) | -| [FakeDeleteQueryParametersMap01Builder](#fakedeletequeryparametersmap01builder) | required_int64_group(double value) | -| [FakeDeleteQueryParametersMap10Builder](#fakedeletequeryparametersmap10builder) | required_string_group(String value) | - -## FakeDeleteQueryParametersMap -public static class FakeDeleteQueryParametersMap
+| [QueryParametersMap01Builder](#queryparametersmap01builder) | required_int64_group(int value) | +| [QueryParametersMap01Builder](#queryparametersmap01builder) | required_int64_group(float value) | +| [QueryParametersMap01Builder](#queryparametersmap01builder) | required_int64_group(long value) | +| [QueryParametersMap01Builder](#queryparametersmap01builder) | required_int64_group(double value) | +| [QueryParametersMap10Builder](#queryparametersmap10builder) | required_string_group(String value) | + +## QueryParametersMap +public static class QueryParametersMap
extends FrozenMap A class to store validated Map payloads @@ -189,34 +189,34 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [FakeDeleteQueryParametersMap](#fakedeletequeryparametersmap) | of([Map](#fakedeletequeryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [QueryParametersMap](#queryparametersmap) | of([Map](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | Number | required_int64_group()
| | String | required_string_group()
| | Number | int64_group()
[optional] | | String | string_group()
[optional] | -## FakeDeleteadditionalPropertiesBoxed -public sealed interface FakeDeleteadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[FakeDeleteadditionalPropertiesBoxedVoid](#fakedeleteadditionalpropertiesboxedvoid), -[FakeDeleteadditionalPropertiesBoxedBoolean](#fakedeleteadditionalpropertiesboxedboolean), -[FakeDeleteadditionalPropertiesBoxedNumber](#fakedeleteadditionalpropertiesboxednumber), -[FakeDeleteadditionalPropertiesBoxedString](#fakedeleteadditionalpropertiesboxedstring), -[FakeDeleteadditionalPropertiesBoxedList](#fakedeleteadditionalpropertiesboxedlist), -[FakeDeleteadditionalPropertiesBoxedMap](#fakedeleteadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## FakeDeleteadditionalPropertiesBoxedVoid -public record FakeDeleteadditionalPropertiesBoxedVoid
-implements [FakeDeleteadditionalPropertiesBoxed](#fakedeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -224,16 +224,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeDeleteadditionalPropertiesBoxedBoolean -public record FakeDeleteadditionalPropertiesBoxedBoolean
-implements [FakeDeleteadditionalPropertiesBoxed](#fakedeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -241,16 +241,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeDeleteadditionalPropertiesBoxedNumber -public record FakeDeleteadditionalPropertiesBoxedNumber
-implements [FakeDeleteadditionalPropertiesBoxed](#fakedeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -258,16 +258,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeDeleteadditionalPropertiesBoxedString -public record FakeDeleteadditionalPropertiesBoxedString
-implements [FakeDeleteadditionalPropertiesBoxed](#fakedeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -275,16 +275,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeDeleteadditionalPropertiesBoxedList -public record FakeDeleteadditionalPropertiesBoxedList
-implements [FakeDeleteadditionalPropertiesBoxed](#fakedeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -292,16 +292,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeDeleteadditionalPropertiesBoxedMap -public record FakeDeleteadditionalPropertiesBoxedMap
-implements [FakeDeleteadditionalPropertiesBoxed](#fakedeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeDeleteadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -309,8 +309,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeDeleteadditionalProperties -public static class FakeDeleteadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/FakeGetHeaderParameters.md b/samples/client/petstore/java/docs/paths/fake/get/FakeGetHeaderParameters.md index 786bd606a2d..b5ccccfd2b8 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/FakeGetHeaderParameters.md +++ b/samples/client/petstore/java/docs/paths/fake/get/FakeGetHeaderParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [FakeGetHeaderParameters.FakeGetHeaderParameters1Boxed](#fakegetheaderparameters1boxed)
sealed interface for validated payloads | | record | [FakeGetHeaderParameters.FakeGetHeaderParameters1BoxedMap](#fakegetheaderparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [FakeGetHeaderParameters.FakeGetHeaderParameters1](#fakegetheaderparameters1)
schema class | -| static class | [FakeGetHeaderParameters.FakeGetHeaderParametersMapBuilder](#fakegetheaderparametersmapbuilder)
builder for Map payloads | -| static class | [FakeGetHeaderParameters.FakeGetHeaderParametersMap](#fakegetheaderparametersmap)
output class for Map payloads | -| sealed interface | [FakeGetHeaderParameters.FakeGetadditionalPropertiesBoxed](#fakegetadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [FakeGetHeaderParameters.FakeGetadditionalPropertiesBoxedVoid](#fakegetadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [FakeGetHeaderParameters.FakeGetadditionalPropertiesBoxedBoolean](#fakegetadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [FakeGetHeaderParameters.FakeGetadditionalPropertiesBoxedNumber](#fakegetadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [FakeGetHeaderParameters.FakeGetadditionalPropertiesBoxedString](#fakegetadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [FakeGetHeaderParameters.FakeGetadditionalPropertiesBoxedList](#fakegetadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [FakeGetHeaderParameters.FakeGetadditionalPropertiesBoxedMap](#fakegetadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [FakeGetHeaderParameters.FakeGetadditionalProperties](#fakegetadditionalproperties)
schema class | +| static class | [FakeGetHeaderParameters.HeaderParametersMapBuilder](#headerparametersmapbuilder)
builder for Map payloads | +| static class | [FakeGetHeaderParameters.HeaderParametersMap](#headerparametersmap)
output class for Map payloads | +| sealed interface | [FakeGetHeaderParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [FakeGetHeaderParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [FakeGetHeaderParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [FakeGetHeaderParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [FakeGetHeaderParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [FakeGetHeaderParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [FakeGetHeaderParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [FakeGetHeaderParameters.AdditionalProperties](#additionalproperties)
schema class | ## FakeGetHeaderParameters1Boxed public sealed interface FakeGetHeaderParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeGetHeaderParameters1BoxedMap([FakeGetHeaderParametersMap](#fakegetheaderparametersmap) data)
Creates an instance, private visibility | +| FakeGetHeaderParameters1BoxedMap([HeaderParametersMap](#headerparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakeGetHeaderParametersMap](#fakegetheaderparametersmap) | data()
validated payload | +| [HeaderParametersMap](#headerparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## FakeGetHeaderParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -FakeGetHeaderParameters.FakeGetHeaderParametersMap validatedPayload = +FakeGetHeaderParameters.HeaderParametersMap validatedPayload = FakeGetHeaderParameters.FakeGetHeaderParameters1.validate( - new FakeGetHeaderParameters.FakeGetHeaderParametersMapBuilder() + new FakeGetHeaderParameters.HeaderParametersMapBuilder() .enum_header_string("_abc") .enum_header_string_array( @@ -92,18 +92,18 @@ FakeGetHeaderParameters.FakeGetHeaderParametersMap validatedPayload = | ----------------- | ---------------------- | | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("enum_header_string", [Schema1.Schema11.class](../../../paths/fake/get/parameters/parameter1/Schema1.md#schema11)),
    new PropertyEntry("enum_header_string_array", [Schema0.Schema01.class](../../../paths/fake/get/parameters/parameter0/Schema0.md#schema01))
)
| -| Class | additionalProperties = [FakeGetadditionalProperties.class](#fakegetadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakeGetHeaderParametersMap](#fakegetheaderparametersmap) | validate([Map<?, ?>](#fakegetheaderparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [FakeGetHeaderParameters1BoxedMap](#fakegetheaderparameters1boxedmap) | validateAndBox([Map<?, ?>](#fakegetheaderparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [HeaderParametersMap](#headerparametersmap) | validate([Map<?, ?>](#headerparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [FakeGetHeaderParameters1BoxedMap](#fakegetheaderparameters1boxedmap) | validateAndBox([Map<?, ?>](#headerparametersmapbuilder) arg, SchemaConfiguration configuration) | | [FakeGetHeaderParameters1Boxed](#fakegetheaderparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## FakeGetHeaderParametersMapBuilder -public class FakeGetHeaderParametersMapBuilder
+## HeaderParametersMapBuilder +public class HeaderParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -111,18 +111,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeGetHeaderParametersMapBuilder()
Creates a builder that contains an empty map | +| HeaderParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -| [FakeGetHeaderParametersMapBuilder](#fakegetheaderparametersmapbuilder) | enum_header_string(String value) | -| [FakeGetHeaderParametersMapBuilder](#fakegetheaderparametersmapbuilder) | enum_header_string([Schema1.StringSchemaEnums1](../../../paths/fake/get/parameters/parameter1/Schema1.md#stringschemaenums1) value) | -| [FakeGetHeaderParametersMapBuilder](#fakegetheaderparametersmapbuilder) | enum_header_string_array(List value) | +| [HeaderParametersMapBuilder](#headerparametersmapbuilder) | enum_header_string(String value) | +| [HeaderParametersMapBuilder](#headerparametersmapbuilder) | enum_header_string([Schema1.StringSchemaEnums1](../../../paths/fake/get/parameters/parameter1/Schema1.md#stringschemaenums1) value) | +| [HeaderParametersMapBuilder](#headerparametersmapbuilder) | enum_header_string_array(List value) | -## FakeGetHeaderParametersMap -public static class FakeGetHeaderParametersMap
+## HeaderParametersMap +public static class HeaderParametersMap
extends FrozenMap A class to store validated Map payloads @@ -130,32 +130,32 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [FakeGetHeaderParametersMap](#fakegetheaderparametersmap) | of([Map](#fakegetheaderparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [HeaderParametersMap](#headerparametersmap) | of([Map](#headerparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | enum_header_string()
[optional] | | [Schema0.SchemaList0](../../../paths/fake/get/parameters/parameter0/Schema0.md#schemalist0) | enum_header_string_array()
[optional] | -## FakeGetadditionalPropertiesBoxed -public sealed interface FakeGetadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[FakeGetadditionalPropertiesBoxedVoid](#fakegetadditionalpropertiesboxedvoid), -[FakeGetadditionalPropertiesBoxedBoolean](#fakegetadditionalpropertiesboxedboolean), -[FakeGetadditionalPropertiesBoxedNumber](#fakegetadditionalpropertiesboxednumber), -[FakeGetadditionalPropertiesBoxedString](#fakegetadditionalpropertiesboxedstring), -[FakeGetadditionalPropertiesBoxedList](#fakegetadditionalpropertiesboxedlist), -[FakeGetadditionalPropertiesBoxedMap](#fakegetadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## FakeGetadditionalPropertiesBoxedVoid -public record FakeGetadditionalPropertiesBoxedVoid
-implements [FakeGetadditionalPropertiesBoxed](#fakegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeGetadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -163,16 +163,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeGetadditionalPropertiesBoxedBoolean -public record FakeGetadditionalPropertiesBoxedBoolean
-implements [FakeGetadditionalPropertiesBoxed](#fakegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeGetadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -180,16 +180,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeGetadditionalPropertiesBoxedNumber -public record FakeGetadditionalPropertiesBoxedNumber
-implements [FakeGetadditionalPropertiesBoxed](#fakegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeGetadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -197,16 +197,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeGetadditionalPropertiesBoxedString -public record FakeGetadditionalPropertiesBoxedString
-implements [FakeGetadditionalPropertiesBoxed](#fakegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeGetadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -214,16 +214,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeGetadditionalPropertiesBoxedList -public record FakeGetadditionalPropertiesBoxedList
-implements [FakeGetadditionalPropertiesBoxed](#fakegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeGetadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -231,16 +231,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeGetadditionalPropertiesBoxedMap -public record FakeGetadditionalPropertiesBoxedMap
-implements [FakeGetadditionalPropertiesBoxed](#fakegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeGetadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -248,8 +248,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeGetadditionalProperties -public static class FakeGetadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/FakeGetQueryParameters.md b/samples/client/petstore/java/docs/paths/fake/get/FakeGetQueryParameters.md index 83475a59e39..0c5e4591745 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/FakeGetQueryParameters.md +++ b/samples/client/petstore/java/docs/paths/fake/get/FakeGetQueryParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [FakeGetQueryParameters.FakeGetQueryParameters1Boxed](#fakegetqueryparameters1boxed)
sealed interface for validated payloads | | record | [FakeGetQueryParameters.FakeGetQueryParameters1BoxedMap](#fakegetqueryparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [FakeGetQueryParameters.FakeGetQueryParameters1](#fakegetqueryparameters1)
schema class | -| static class | [FakeGetQueryParameters.FakeGetQueryParametersMapBuilder](#fakegetqueryparametersmapbuilder)
builder for Map payloads | -| static class | [FakeGetQueryParameters.FakeGetQueryParametersMap](#fakegetqueryparametersmap)
output class for Map payloads | -| sealed interface | [FakeGetQueryParameters.FakeGetadditionalPropertiesBoxed](#fakegetadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [FakeGetQueryParameters.FakeGetadditionalPropertiesBoxedVoid](#fakegetadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [FakeGetQueryParameters.FakeGetadditionalPropertiesBoxedBoolean](#fakegetadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [FakeGetQueryParameters.FakeGetadditionalPropertiesBoxedNumber](#fakegetadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [FakeGetQueryParameters.FakeGetadditionalPropertiesBoxedString](#fakegetadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [FakeGetQueryParameters.FakeGetadditionalPropertiesBoxedList](#fakegetadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [FakeGetQueryParameters.FakeGetadditionalPropertiesBoxedMap](#fakegetadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [FakeGetQueryParameters.FakeGetadditionalProperties](#fakegetadditionalproperties)
schema class | +| static class | [FakeGetQueryParameters.QueryParametersMapBuilder](#queryparametersmapbuilder)
builder for Map payloads | +| static class | [FakeGetQueryParameters.QueryParametersMap](#queryparametersmap)
output class for Map payloads | +| sealed interface | [FakeGetQueryParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [FakeGetQueryParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [FakeGetQueryParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [FakeGetQueryParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [FakeGetQueryParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [FakeGetQueryParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [FakeGetQueryParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [FakeGetQueryParameters.AdditionalProperties](#additionalproperties)
schema class | ## FakeGetQueryParameters1Boxed public sealed interface FakeGetQueryParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeGetQueryParameters1BoxedMap([FakeGetQueryParametersMap](#fakegetqueryparametersmap) data)
Creates an instance, private visibility | +| FakeGetQueryParameters1BoxedMap([QueryParametersMap](#queryparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakeGetQueryParametersMap](#fakegetqueryparametersmap) | data()
validated payload | +| [QueryParametersMap](#queryparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## FakeGetQueryParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -FakeGetQueryParameters.FakeGetQueryParametersMap validatedPayload = +FakeGetQueryParameters.QueryParametersMap validatedPayload = FakeGetQueryParameters.FakeGetQueryParameters1.validate( - new FakeGetQueryParameters.FakeGetQueryParametersMapBuilder() + new FakeGetQueryParameters.QueryParametersMapBuilder() .enum_query_double(3.14d) .enum_query_string("_abc") @@ -96,18 +96,18 @@ FakeGetQueryParameters.FakeGetQueryParametersMap validatedPayload = | ----------------- | ---------------------- | | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("enum_query_double", [Schema5.Schema51.class](../../../paths/fake/get/parameters/parameter5/Schema5.md#schema51)),
    new PropertyEntry("enum_query_string", [Schema3.Schema31.class](../../../paths/fake/get/parameters/parameter3/Schema3.md#schema31)),
    new PropertyEntry("enum_query_integer", [Schema4.Schema41.class](../../../paths/fake/get/parameters/parameter4/Schema4.md#schema41)),
    new PropertyEntry("enum_query_string_array", [Schema2.Schema21.class](../../../paths/fake/get/parameters/parameter2/Schema2.md#schema21))
)
| -| Class | additionalProperties = [FakeGetadditionalProperties.class](#fakegetadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakeGetQueryParametersMap](#fakegetqueryparametersmap) | validate([Map<?, ?>](#fakegetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [FakeGetQueryParameters1BoxedMap](#fakegetqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#fakegetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [QueryParametersMap](#queryparametersmap) | validate([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [FakeGetQueryParameters1BoxedMap](#fakegetqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [FakeGetQueryParameters1Boxed](#fakegetqueryparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## FakeGetQueryParametersMapBuilder -public class FakeGetQueryParametersMapBuilder
+## QueryParametersMapBuilder +public class QueryParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -115,30 +115,30 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeGetQueryParametersMapBuilder()
Creates a builder that contains an empty map | +| QueryParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -| [FakeGetQueryParametersMapBuilder](#fakegetqueryparametersmapbuilder) | enum_query_double(int value) | -| [FakeGetQueryParametersMapBuilder](#fakegetqueryparametersmapbuilder) | enum_query_double(float value) | -| [FakeGetQueryParametersMapBuilder](#fakegetqueryparametersmapbuilder) | enum_query_double(long value) | -| [FakeGetQueryParametersMapBuilder](#fakegetqueryparametersmapbuilder) | enum_query_double(double value) | -| [FakeGetQueryParametersMapBuilder](#fakegetqueryparametersmapbuilder) | enum_query_double([Schema5.DoubleSchemaEnums5](../../../paths/fake/get/parameters/parameter5/Schema5.md#doubleschemaenums5) value) | -| [FakeGetQueryParametersMapBuilder](#fakegetqueryparametersmapbuilder) | enum_query_double([Schema5.FloatSchemaEnums5](../../../paths/fake/get/parameters/parameter5/Schema5.md#floatschemaenums5) value) | -| [FakeGetQueryParametersMapBuilder](#fakegetqueryparametersmapbuilder) | enum_query_string(String value) | -| [FakeGetQueryParametersMapBuilder](#fakegetqueryparametersmapbuilder) | enum_query_string([Schema3.StringSchemaEnums3](../../../paths/fake/get/parameters/parameter3/Schema3.md#stringschemaenums3) value) | -| [FakeGetQueryParametersMapBuilder](#fakegetqueryparametersmapbuilder) | enum_query_integer(int value) | -| [FakeGetQueryParametersMapBuilder](#fakegetqueryparametersmapbuilder) | enum_query_integer(float value) | -| [FakeGetQueryParametersMapBuilder](#fakegetqueryparametersmapbuilder) | enum_query_integer([Schema4.IntegerSchemaEnums4](../../../paths/fake/get/parameters/parameter4/Schema4.md#integerschemaenums4) value) | -| [FakeGetQueryParametersMapBuilder](#fakegetqueryparametersmapbuilder) | enum_query_integer([Schema4.LongSchemaEnums4](../../../paths/fake/get/parameters/parameter4/Schema4.md#longschemaenums4) value) | -| [FakeGetQueryParametersMapBuilder](#fakegetqueryparametersmapbuilder) | enum_query_integer([Schema4.FloatSchemaEnums4](../../../paths/fake/get/parameters/parameter4/Schema4.md#floatschemaenums4) value) | -| [FakeGetQueryParametersMapBuilder](#fakegetqueryparametersmapbuilder) | enum_query_integer([Schema4.DoubleSchemaEnums4](../../../paths/fake/get/parameters/parameter4/Schema4.md#doubleschemaenums4) value) | -| [FakeGetQueryParametersMapBuilder](#fakegetqueryparametersmapbuilder) | enum_query_string_array(List value) | - -## FakeGetQueryParametersMap -public static class FakeGetQueryParametersMap
+| [QueryParametersMapBuilder](#queryparametersmapbuilder) | enum_query_double(int value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | enum_query_double(float value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | enum_query_double(long value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | enum_query_double(double value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | enum_query_double([Schema5.DoubleSchemaEnums5](../../../paths/fake/get/parameters/parameter5/Schema5.md#doubleschemaenums5) value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | enum_query_double([Schema5.FloatSchemaEnums5](../../../paths/fake/get/parameters/parameter5/Schema5.md#floatschemaenums5) value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | enum_query_string(String value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | enum_query_string([Schema3.StringSchemaEnums3](../../../paths/fake/get/parameters/parameter3/Schema3.md#stringschemaenums3) value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | enum_query_integer(int value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | enum_query_integer(float value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | enum_query_integer([Schema4.IntegerSchemaEnums4](../../../paths/fake/get/parameters/parameter4/Schema4.md#integerschemaenums4) value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | enum_query_integer([Schema4.LongSchemaEnums4](../../../paths/fake/get/parameters/parameter4/Schema4.md#longschemaenums4) value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | enum_query_integer([Schema4.FloatSchemaEnums4](../../../paths/fake/get/parameters/parameter4/Schema4.md#floatschemaenums4) value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | enum_query_integer([Schema4.DoubleSchemaEnums4](../../../paths/fake/get/parameters/parameter4/Schema4.md#doubleschemaenums4) value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | enum_query_string_array(List value) | + +## QueryParametersMap +public static class QueryParametersMap
extends FrozenMap A class to store validated Map payloads @@ -146,34 +146,34 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [FakeGetQueryParametersMap](#fakegetqueryparametersmap) | of([Map](#fakegetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [QueryParametersMap](#queryparametersmap) | of([Map](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | Number | enum_query_double()
[optional] | | String | enum_query_string()
[optional] | | Number | enum_query_integer()
[optional] | | [Schema2.SchemaList2](../../../paths/fake/get/parameters/parameter2/Schema2.md#schemalist2) | enum_query_string_array()
[optional] | -## FakeGetadditionalPropertiesBoxed -public sealed interface FakeGetadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[FakeGetadditionalPropertiesBoxedVoid](#fakegetadditionalpropertiesboxedvoid), -[FakeGetadditionalPropertiesBoxedBoolean](#fakegetadditionalpropertiesboxedboolean), -[FakeGetadditionalPropertiesBoxedNumber](#fakegetadditionalpropertiesboxednumber), -[FakeGetadditionalPropertiesBoxedString](#fakegetadditionalpropertiesboxedstring), -[FakeGetadditionalPropertiesBoxedList](#fakegetadditionalpropertiesboxedlist), -[FakeGetadditionalPropertiesBoxedMap](#fakegetadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## FakeGetadditionalPropertiesBoxedVoid -public record FakeGetadditionalPropertiesBoxedVoid
-implements [FakeGetadditionalPropertiesBoxed](#fakegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeGetadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -181,16 +181,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeGetadditionalPropertiesBoxedBoolean -public record FakeGetadditionalPropertiesBoxedBoolean
-implements [FakeGetadditionalPropertiesBoxed](#fakegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeGetadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -198,16 +198,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeGetadditionalPropertiesBoxedNumber -public record FakeGetadditionalPropertiesBoxedNumber
-implements [FakeGetadditionalPropertiesBoxed](#fakegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeGetadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -215,16 +215,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeGetadditionalPropertiesBoxedString -public record FakeGetadditionalPropertiesBoxedString
-implements [FakeGetadditionalPropertiesBoxed](#fakegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeGetadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -232,16 +232,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeGetadditionalPropertiesBoxedList -public record FakeGetadditionalPropertiesBoxedList
-implements [FakeGetadditionalPropertiesBoxed](#fakegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeGetadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -249,16 +249,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeGetadditionalPropertiesBoxedMap -public record FakeGetadditionalPropertiesBoxedMap
-implements [FakeGetadditionalPropertiesBoxed](#fakegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeGetadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -266,8 +266,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeGetadditionalProperties -public static class FakeGetadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/FakeadditionalpropertieswitharrayofenumsGet.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/FakeadditionalpropertieswitharrayofenumsGet.md index f4f97ce49de..a1315d492bd 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/FakeadditionalpropertieswitharrayofenumsGet.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/FakeadditionalpropertieswitharrayofenumsGet.md @@ -35,9 +35,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakeadditionalpropertieswitharrayofenums.get.FakeadditionalpropertieswitharrayofenumsGetRequestBody; import org.openapijsonschematools.client.components.schemas.AdditionalPropertiesWithArrayOfEnums; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeadditionalpropertieswitharrayofenums.get.responses.FakeadditionalpropertieswitharrayofenumsGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakeadditionalpropertieswitharrayofenums.FakeadditionalpropertieswitharrayofenumsGet; @@ -46,13 +46,14 @@ import org.openapijsonschematools.client.paths.fakeadditionalpropertieswitharray import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -60,10 +61,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakeadditionalpropertieswitharrayofenumsGet.Get apiClient = new FakeadditionalpropertieswitharrayofenumsGet.Get(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/FakebodywithfileschemaPut.md b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/FakebodywithfileschemaPut.md index 24abe638613..0da6338b397 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/FakebodywithfileschemaPut.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/FakebodywithfileschemaPut.md @@ -37,9 +37,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakebodywithfileschema.put.FakebodywithfileschemaPutRequestBody; import org.openapijsonschematools.client.components.schemas.FileSchemaTestClass; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakebodywithfileschema.put.responses.FakebodywithfileschemaPutCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakebodywithfileschema.FakebodywithfileschemaPut; @@ -48,13 +48,14 @@ import org.openapijsonschematools.client.paths.fakebodywithfileschema.put.Fakebo import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -62,10 +63,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakebodywithfileschemaPut.Put apiClient = new FakebodywithfileschemaPut.Put(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/FakebodywithqueryparamsPut.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/FakebodywithqueryparamsPut.md index df5797b9558..3e459a91467 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/FakebodywithqueryparamsPut.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/FakebodywithqueryparamsPut.md @@ -40,9 +40,9 @@ import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakebodywithqueryparams.put.FakebodywithqueryparamsPutRequestBody; import org.openapijsonschematools.client.components.schemas.User; import org.openapijsonschematools.client.paths.fakebodywithqueryparams.put.FakebodywithqueryparamsPutQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakebodywithqueryparams.put.responses.FakebodywithqueryparamsPutCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakebodywithqueryparams.FakebodywithqueryparamsPut; @@ -51,13 +51,14 @@ import org.openapijsonschematools.client.paths.fakebodywithqueryparams.put.Fakeb import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -65,10 +66,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakebodywithqueryparamsPut.Put apiClient = new FakebodywithqueryparamsPut.Put(apiConfiguration, schemaConfiguration); @@ -101,9 +104,9 @@ User1BoxedMap requestBodyPayload = FakebodywithqueryparamsPut.SealedRequestBody requestBody = new FakebodywithqueryparamsPut.ApplicationjsonRequestBody(requestBodyPayload); // Map validation -FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParametersMap queryParameters = +FakebodywithqueryparamsPutQueryParameters.QueryParametersMap queryParameters = FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParameters1.validate( - new FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParametersMapBuilder() + new FakebodywithqueryparamsPutQueryParameters.QueryParametersMapBuilder() .query("a") .build(), @@ -163,7 +166,7 @@ a class that stores the final request inputs | Modifier and Type | Field and Description | | ----------------- | --------------------- | | [FakebodywithqueryparamsPutRequestBody.SealedRequestBody](../../paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutRequestBody.md#sealedrequestbody) | requestBody | -| [FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParametersMap](../../paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutQueryParameters.md#fakebodywithqueryparamsputqueryparametersmap) | queryParameters | +| [FakebodywithqueryparamsPutQueryParameters.QueryParametersMap](../../paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutQueryParameters.md#queryparametersmap) | queryParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -176,7 +179,7 @@ a class that stores the initial request inputs | Modifier and Type | Field and Description | | ----------------- | --------------------- | | [FakebodywithqueryparamsPutRequestBody.@Nullable SealedRequestBody](../../paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutRequestBody.md#sealedrequestbody) | requestBody | -| [FakebodywithqueryparamsPutQueryParameters.@Nullable FakebodywithqueryparamsPutQueryParametersMap](../../paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutQueryParameters.md#fakebodywithqueryparamsputqueryparametersmap) | queryParameters | +| [FakebodywithqueryparamsPutQueryParameters.@Nullable QueryParametersMap](../../paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutQueryParameters.md#queryparametersmap) | queryParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | @Nullable Duration | timeout | @@ -210,7 +213,7 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Put00RequestBuilder](#put00requestbuilder) | queryParameters([FakebodywithqueryparamsPutQueryParametersFakebodywithqueryparamsPutQueryParametersMap](../../paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutQueryParameters.md#fakebodywithqueryparamsputqueryparametersmap) queryParameters)
sets the property | +| [Put00RequestBuilder](#put00requestbuilder) | queryParameters([FakebodywithqueryparamsPutQueryParametersQueryParametersMap](../../paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutQueryParameters.md#queryparametersmap) queryParameters)
sets the property | ## Put10RequestBuilder public static class Put10RequestBuilder
@@ -241,6 +244,6 @@ a builder for request inputs | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | [Put01RequestBuilder](#put01requestbuilder) | requestBody([FakebodywithqueryparamsPutRequestBody.SealedRequestBody](../../paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutRequestBody.md#sealedrequestbody) requestBody)
sets the property | -| [Put10RequestBuilder](#put10requestbuilder) | queryParameters([FakebodywithqueryparamsPutQueryParametersFakebodywithqueryparamsPutQueryParametersMap](../../paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutQueryParameters.md#fakebodywithqueryparamsputqueryparametersmap) queryParameters)
sets the property | +| [Put10RequestBuilder](#put10requestbuilder) | queryParameters([FakebodywithqueryparamsPutQueryParametersQueryParametersMap](../../paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutQueryParameters.md#queryparametersmap) queryParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutQueryParameters.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutQueryParameters.md index 2820848ff8d..74a71c5e92a 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutQueryParameters.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutQueryParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParameters1Boxed](#fakebodywithqueryparamsputqueryparameters1boxed)
sealed interface for validated payloads | | record | [FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParameters1BoxedMap](#fakebodywithqueryparamsputqueryparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParameters1](#fakebodywithqueryparamsputqueryparameters1)
schema class | -| static class | [FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParametersMapBuilder](#fakebodywithqueryparamsputqueryparametersmapbuilder)
builder for Map payloads | -| static class | [FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParametersMap](#fakebodywithqueryparamsputqueryparametersmap)
output class for Map payloads | -| sealed interface | [FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutadditionalPropertiesBoxed](#fakebodywithqueryparamsputadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutadditionalPropertiesBoxedVoid](#fakebodywithqueryparamsputadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutadditionalPropertiesBoxedBoolean](#fakebodywithqueryparamsputadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutadditionalPropertiesBoxedNumber](#fakebodywithqueryparamsputadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutadditionalPropertiesBoxedString](#fakebodywithqueryparamsputadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutadditionalPropertiesBoxedList](#fakebodywithqueryparamsputadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutadditionalPropertiesBoxedMap](#fakebodywithqueryparamsputadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutadditionalProperties](#fakebodywithqueryparamsputadditionalproperties)
schema class | +| static class | [FakebodywithqueryparamsPutQueryParameters.QueryParametersMapBuilder](#queryparametersmapbuilder)
builder for Map payloads | +| static class | [FakebodywithqueryparamsPutQueryParameters.QueryParametersMap](#queryparametersmap)
output class for Map payloads | +| sealed interface | [FakebodywithqueryparamsPutQueryParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [FakebodywithqueryparamsPutQueryParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [FakebodywithqueryparamsPutQueryParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [FakebodywithqueryparamsPutQueryParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [FakebodywithqueryparamsPutQueryParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [FakebodywithqueryparamsPutQueryParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [FakebodywithqueryparamsPutQueryParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [FakebodywithqueryparamsPutQueryParameters.AdditionalProperties](#additionalproperties)
schema class | ## FakebodywithqueryparamsPutQueryParameters1Boxed public sealed interface FakebodywithqueryparamsPutQueryParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakebodywithqueryparamsPutQueryParameters1BoxedMap([FakebodywithqueryparamsPutQueryParametersMap](#fakebodywithqueryparamsputqueryparametersmap) data)
Creates an instance, private visibility | +| FakebodywithqueryparamsPutQueryParameters1BoxedMap([QueryParametersMap](#queryparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakebodywithqueryparamsPutQueryParametersMap](#fakebodywithqueryparamsputqueryparametersmap) | data()
validated payload | +| [QueryParametersMap](#queryparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## FakebodywithqueryparamsPutQueryParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParametersMap validatedPayload = +FakebodywithqueryparamsPutQueryParameters.QueryParametersMap validatedPayload = FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParameters1.validate( - new FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParametersMapBuilder() + new FakebodywithqueryparamsPutQueryParameters.QueryParametersMapBuilder() .query("a") .build(), @@ -88,18 +88,18 @@ FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParamet | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("query", [Schema0.Schema01.class](../../../paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md#schema01))
)
| | Set | required = Set.of(
    "query"
)
| -| Class | additionalProperties = [FakebodywithqueryparamsPutadditionalProperties.class](#fakebodywithqueryparamsputadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakebodywithqueryparamsPutQueryParametersMap](#fakebodywithqueryparamsputqueryparametersmap) | validate([Map<?, ?>](#fakebodywithqueryparamsputqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [FakebodywithqueryparamsPutQueryParameters1BoxedMap](#fakebodywithqueryparamsputqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#fakebodywithqueryparamsputqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [QueryParametersMap](#queryparametersmap) | validate([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [FakebodywithqueryparamsPutQueryParameters1BoxedMap](#fakebodywithqueryparamsputqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [FakebodywithqueryparamsPutQueryParameters1Boxed](#fakebodywithqueryparamsputqueryparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## FakebodywithqueryparamsPutQueryParametersMap0Builder -public class FakebodywithqueryparamsPutQueryParametersMap0Builder
+## QueryParametersMap0Builder +public class QueryParametersMap0Builder
builder for `Map` A class that builds the Map input type @@ -107,15 +107,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakebodywithqueryparamsPutQueryParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## FakebodywithqueryparamsPutQueryParametersMapBuilder -public class FakebodywithqueryparamsPutQueryParametersMapBuilder
+## QueryParametersMapBuilder +public class QueryParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -123,15 +123,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakebodywithqueryparamsPutQueryParametersMapBuilder()
Creates a builder that contains an empty map | +| QueryParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakebodywithqueryparamsPutQueryParametersMap0Builder](#fakebodywithqueryparamsputqueryparametersmap0builder) | query(String value) | +| [QueryParametersMap0Builder](#queryparametersmap0builder) | query(String value) | -## FakebodywithqueryparamsPutQueryParametersMap -public static class FakebodywithqueryparamsPutQueryParametersMap
+## QueryParametersMap +public static class QueryParametersMap
extends FrozenMap A class to store validated Map payloads @@ -139,31 +139,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [FakebodywithqueryparamsPutQueryParametersMap](#fakebodywithqueryparamsputqueryparametersmap) | of([Map](#fakebodywithqueryparamsputqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [QueryParametersMap](#queryparametersmap) | of([Map](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | query()
| -## FakebodywithqueryparamsPutadditionalPropertiesBoxed -public sealed interface FakebodywithqueryparamsPutadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[FakebodywithqueryparamsPutadditionalPropertiesBoxedVoid](#fakebodywithqueryparamsputadditionalpropertiesboxedvoid), -[FakebodywithqueryparamsPutadditionalPropertiesBoxedBoolean](#fakebodywithqueryparamsputadditionalpropertiesboxedboolean), -[FakebodywithqueryparamsPutadditionalPropertiesBoxedNumber](#fakebodywithqueryparamsputadditionalpropertiesboxednumber), -[FakebodywithqueryparamsPutadditionalPropertiesBoxedString](#fakebodywithqueryparamsputadditionalpropertiesboxedstring), -[FakebodywithqueryparamsPutadditionalPropertiesBoxedList](#fakebodywithqueryparamsputadditionalpropertiesboxedlist), -[FakebodywithqueryparamsPutadditionalPropertiesBoxedMap](#fakebodywithqueryparamsputadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## FakebodywithqueryparamsPutadditionalPropertiesBoxedVoid -public record FakebodywithqueryparamsPutadditionalPropertiesBoxedVoid
-implements [FakebodywithqueryparamsPutadditionalPropertiesBoxed](#fakebodywithqueryparamsputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakebodywithqueryparamsPutadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -171,16 +171,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakebodywithqueryparamsPutadditionalPropertiesBoxedBoolean -public record FakebodywithqueryparamsPutadditionalPropertiesBoxedBoolean
-implements [FakebodywithqueryparamsPutadditionalPropertiesBoxed](#fakebodywithqueryparamsputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakebodywithqueryparamsPutadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -188,16 +188,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakebodywithqueryparamsPutadditionalPropertiesBoxedNumber -public record FakebodywithqueryparamsPutadditionalPropertiesBoxedNumber
-implements [FakebodywithqueryparamsPutadditionalPropertiesBoxed](#fakebodywithqueryparamsputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakebodywithqueryparamsPutadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -205,16 +205,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakebodywithqueryparamsPutadditionalPropertiesBoxedString -public record FakebodywithqueryparamsPutadditionalPropertiesBoxedString
-implements [FakebodywithqueryparamsPutadditionalPropertiesBoxed](#fakebodywithqueryparamsputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakebodywithqueryparamsPutadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -222,16 +222,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakebodywithqueryparamsPutadditionalPropertiesBoxedList -public record FakebodywithqueryparamsPutadditionalPropertiesBoxedList
-implements [FakebodywithqueryparamsPutadditionalPropertiesBoxed](#fakebodywithqueryparamsputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakebodywithqueryparamsPutadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -239,16 +239,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakebodywithqueryparamsPutadditionalPropertiesBoxedMap -public record FakebodywithqueryparamsPutadditionalPropertiesBoxedMap
-implements [FakebodywithqueryparamsPutadditionalPropertiesBoxed](#fakebodywithqueryparamsputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakebodywithqueryparamsPutadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -256,8 +256,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakebodywithqueryparamsPutadditionalProperties -public static class FakebodywithqueryparamsPutadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/FakecasesensitiveparamsPut.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/FakecasesensitiveparamsPut.md index b101573c846..2996f66f440 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/FakecasesensitiveparamsPut.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/FakecasesensitiveparamsPut.md @@ -36,9 +36,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakecasesensitiveparams.put.FakecasesensitiveparamsPutQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakecasesensitiveparams.put.responses.FakecasesensitiveparamsPutCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakecasesensitiveparams.FakecasesensitiveparamsPut; @@ -47,13 +47,14 @@ import org.openapijsonschematools.client.paths.fakecasesensitiveparams.put.Fakec import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -61,19 +62,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakecasesensitiveparamsPut.Put apiClient = new FakecasesensitiveparamsPut.Put(apiConfiguration, schemaConfiguration); // Map validation -FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParametersMap queryParameters = +FakecasesensitiveparamsPutQueryParameters.QueryParametersMap queryParameters = FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParameters1.validate( - new FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParametersMapBuilder() + new FakecasesensitiveparamsPutQueryParameters.QueryParametersMapBuilder() .SomeVar("a") .someVar("a") @@ -135,7 +138,7 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParametersMap](../../paths/fakecasesensitiveparams/put/FakecasesensitiveparamsPutQueryParameters.md#fakecasesensitiveparamsputqueryparametersmap) | queryParameters | +| [FakecasesensitiveparamsPutQueryParameters.QueryParametersMap](../../paths/fakecasesensitiveparams/put/FakecasesensitiveparamsPutQueryParameters.md#queryparametersmap) | queryParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -147,7 +150,7 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [FakecasesensitiveparamsPutQueryParameters.@Nullable FakecasesensitiveparamsPutQueryParametersMap](../../paths/fakecasesensitiveparams/put/FakecasesensitiveparamsPutQueryParameters.md#fakecasesensitiveparamsputqueryparametersmap) | queryParameters | +| [FakecasesensitiveparamsPutQueryParameters.@Nullable QueryParametersMap](../../paths/fakecasesensitiveparams/put/FakecasesensitiveparamsPutQueryParameters.md#queryparametersmap) | queryParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | @Nullable Duration | timeout | @@ -181,6 +184,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Put0RequestBuilder](#put0requestbuilder) | queryParameters([FakecasesensitiveparamsPutQueryParametersFakecasesensitiveparamsPutQueryParametersMap](../../paths/fakecasesensitiveparams/put/FakecasesensitiveparamsPutQueryParameters.md#fakecasesensitiveparamsputqueryparametersmap) queryParameters)
sets the property | +| [Put0RequestBuilder](#put0requestbuilder) | queryParameters([FakecasesensitiveparamsPutQueryParametersQueryParametersMap](../../paths/fakecasesensitiveparams/put/FakecasesensitiveparamsPutQueryParameters.md#queryparametersmap) queryParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/FakecasesensitiveparamsPutQueryParameters.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/FakecasesensitiveparamsPutQueryParameters.md index 5f7234f94b2..0822ddca240 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/FakecasesensitiveparamsPutQueryParameters.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/FakecasesensitiveparamsPutQueryParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParameters1Boxed](#fakecasesensitiveparamsputqueryparameters1boxed)
sealed interface for validated payloads | | record | [FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParameters1BoxedMap](#fakecasesensitiveparamsputqueryparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParameters1](#fakecasesensitiveparamsputqueryparameters1)
schema class | -| static class | [FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParametersMapBuilder](#fakecasesensitiveparamsputqueryparametersmapbuilder)
builder for Map payloads | -| static class | [FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParametersMap](#fakecasesensitiveparamsputqueryparametersmap)
output class for Map payloads | -| sealed interface | [FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutadditionalPropertiesBoxed](#fakecasesensitiveparamsputadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutadditionalPropertiesBoxedVoid](#fakecasesensitiveparamsputadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutadditionalPropertiesBoxedBoolean](#fakecasesensitiveparamsputadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutadditionalPropertiesBoxedNumber](#fakecasesensitiveparamsputadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutadditionalPropertiesBoxedString](#fakecasesensitiveparamsputadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutadditionalPropertiesBoxedList](#fakecasesensitiveparamsputadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutadditionalPropertiesBoxedMap](#fakecasesensitiveparamsputadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutadditionalProperties](#fakecasesensitiveparamsputadditionalproperties)
schema class | +| static class | [FakecasesensitiveparamsPutQueryParameters.QueryParametersMapBuilder](#queryparametersmapbuilder)
builder for Map payloads | +| static class | [FakecasesensitiveparamsPutQueryParameters.QueryParametersMap](#queryparametersmap)
output class for Map payloads | +| sealed interface | [FakecasesensitiveparamsPutQueryParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [FakecasesensitiveparamsPutQueryParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [FakecasesensitiveparamsPutQueryParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [FakecasesensitiveparamsPutQueryParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [FakecasesensitiveparamsPutQueryParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [FakecasesensitiveparamsPutQueryParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [FakecasesensitiveparamsPutQueryParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [FakecasesensitiveparamsPutQueryParameters.AdditionalProperties](#additionalproperties)
schema class | ## FakecasesensitiveparamsPutQueryParameters1Boxed public sealed interface FakecasesensitiveparamsPutQueryParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakecasesensitiveparamsPutQueryParameters1BoxedMap([FakecasesensitiveparamsPutQueryParametersMap](#fakecasesensitiveparamsputqueryparametersmap) data)
Creates an instance, private visibility | +| FakecasesensitiveparamsPutQueryParameters1BoxedMap([QueryParametersMap](#queryparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakecasesensitiveparamsPutQueryParametersMap](#fakecasesensitiveparamsputqueryparametersmap) | data()
validated payload | +| [QueryParametersMap](#queryparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## FakecasesensitiveparamsPutQueryParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParametersMap validatedPayload = +FakecasesensitiveparamsPutQueryParameters.QueryParametersMap validatedPayload = FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParameters1.validate( - new FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParametersMapBuilder() + new FakecasesensitiveparamsPutQueryParameters.QueryParametersMapBuilder() .SomeVar("a") .someVar("a") @@ -92,18 +92,18 @@ FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParamet | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("someVar", [Schema0.Schema01.class](../../../paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md#schema01)),
    new PropertyEntry("some_var", [Schema2.Schema21.class](../../../paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md#schema21)),
    new PropertyEntry("SomeVar", [Schema1.Schema11.class](../../../paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md#schema11))
)
| | Set | required = Set.of(
    "SomeVar",
    "someVar",
    "some_var"
)
| -| Class | additionalProperties = [FakecasesensitiveparamsPutadditionalProperties.class](#fakecasesensitiveparamsputadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakecasesensitiveparamsPutQueryParametersMap](#fakecasesensitiveparamsputqueryparametersmap) | validate([Map<?, ?>](#fakecasesensitiveparamsputqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [FakecasesensitiveparamsPutQueryParameters1BoxedMap](#fakecasesensitiveparamsputqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#fakecasesensitiveparamsputqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [QueryParametersMap](#queryparametersmap) | validate([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [FakecasesensitiveparamsPutQueryParameters1BoxedMap](#fakecasesensitiveparamsputqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [FakecasesensitiveparamsPutQueryParameters1Boxed](#fakecasesensitiveparamsputqueryparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## FakecasesensitiveparamsPutQueryParametersMap000Builder -public class FakecasesensitiveparamsPutQueryParametersMap000Builder
+## QueryParametersMap000Builder +public class QueryParametersMap000Builder
builder for `Map` A class that builds the Map input type @@ -111,15 +111,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakecasesensitiveparamsPutQueryParametersMap000Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap000Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## FakecasesensitiveparamsPutQueryParametersMap001Builder -public class FakecasesensitiveparamsPutQueryParametersMap001Builder
+## QueryParametersMap001Builder +public class QueryParametersMap001Builder
builder for `Map` A class that builds the Map input type @@ -127,15 +127,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakecasesensitiveparamsPutQueryParametersMap001Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap001Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakecasesensitiveparamsPutQueryParametersMap000Builder](#fakecasesensitiveparamsputqueryparametersmap000builder) | some_var(String value) | +| [QueryParametersMap000Builder](#queryparametersmap000builder) | some_var(String value) | -## FakecasesensitiveparamsPutQueryParametersMap010Builder -public class FakecasesensitiveparamsPutQueryParametersMap010Builder
+## QueryParametersMap010Builder +public class QueryParametersMap010Builder
builder for `Map` A class that builds the Map input type @@ -143,15 +143,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakecasesensitiveparamsPutQueryParametersMap010Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap010Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakecasesensitiveparamsPutQueryParametersMap000Builder](#fakecasesensitiveparamsputqueryparametersmap000builder) | someVar(String value) | +| [QueryParametersMap000Builder](#queryparametersmap000builder) | someVar(String value) | -## FakecasesensitiveparamsPutQueryParametersMap011Builder -public class FakecasesensitiveparamsPutQueryParametersMap011Builder
+## QueryParametersMap011Builder +public class QueryParametersMap011Builder
builder for `Map` A class that builds the Map input type @@ -159,16 +159,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakecasesensitiveparamsPutQueryParametersMap011Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap011Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakecasesensitiveparamsPutQueryParametersMap001Builder](#fakecasesensitiveparamsputqueryparametersmap001builder) | someVar(String value) | -| [FakecasesensitiveparamsPutQueryParametersMap010Builder](#fakecasesensitiveparamsputqueryparametersmap010builder) | some_var(String value) | +| [QueryParametersMap001Builder](#queryparametersmap001builder) | someVar(String value) | +| [QueryParametersMap010Builder](#queryparametersmap010builder) | some_var(String value) | -## FakecasesensitiveparamsPutQueryParametersMap100Builder -public class FakecasesensitiveparamsPutQueryParametersMap100Builder
+## QueryParametersMap100Builder +public class QueryParametersMap100Builder
builder for `Map` A class that builds the Map input type @@ -176,15 +176,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakecasesensitiveparamsPutQueryParametersMap100Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap100Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakecasesensitiveparamsPutQueryParametersMap000Builder](#fakecasesensitiveparamsputqueryparametersmap000builder) | SomeVar(String value) | +| [QueryParametersMap000Builder](#queryparametersmap000builder) | SomeVar(String value) | -## FakecasesensitiveparamsPutQueryParametersMap101Builder -public class FakecasesensitiveparamsPutQueryParametersMap101Builder
+## QueryParametersMap101Builder +public class QueryParametersMap101Builder
builder for `Map` A class that builds the Map input type @@ -192,16 +192,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakecasesensitiveparamsPutQueryParametersMap101Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap101Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakecasesensitiveparamsPutQueryParametersMap001Builder](#fakecasesensitiveparamsputqueryparametersmap001builder) | SomeVar(String value) | -| [FakecasesensitiveparamsPutQueryParametersMap100Builder](#fakecasesensitiveparamsputqueryparametersmap100builder) | some_var(String value) | +| [QueryParametersMap001Builder](#queryparametersmap001builder) | SomeVar(String value) | +| [QueryParametersMap100Builder](#queryparametersmap100builder) | some_var(String value) | -## FakecasesensitiveparamsPutQueryParametersMap110Builder -public class FakecasesensitiveparamsPutQueryParametersMap110Builder
+## QueryParametersMap110Builder +public class QueryParametersMap110Builder
builder for `Map` A class that builds the Map input type @@ -209,16 +209,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakecasesensitiveparamsPutQueryParametersMap110Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap110Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakecasesensitiveparamsPutQueryParametersMap010Builder](#fakecasesensitiveparamsputqueryparametersmap010builder) | SomeVar(String value) | -| [FakecasesensitiveparamsPutQueryParametersMap100Builder](#fakecasesensitiveparamsputqueryparametersmap100builder) | someVar(String value) | +| [QueryParametersMap010Builder](#queryparametersmap010builder) | SomeVar(String value) | +| [QueryParametersMap100Builder](#queryparametersmap100builder) | someVar(String value) | -## FakecasesensitiveparamsPutQueryParametersMapBuilder -public class FakecasesensitiveparamsPutQueryParametersMapBuilder
+## QueryParametersMapBuilder +public class QueryParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -226,17 +226,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakecasesensitiveparamsPutQueryParametersMapBuilder()
Creates a builder that contains an empty map | +| QueryParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakecasesensitiveparamsPutQueryParametersMap011Builder](#fakecasesensitiveparamsputqueryparametersmap011builder) | SomeVar(String value) | -| [FakecasesensitiveparamsPutQueryParametersMap101Builder](#fakecasesensitiveparamsputqueryparametersmap101builder) | someVar(String value) | -| [FakecasesensitiveparamsPutQueryParametersMap110Builder](#fakecasesensitiveparamsputqueryparametersmap110builder) | some_var(String value) | +| [QueryParametersMap011Builder](#queryparametersmap011builder) | SomeVar(String value) | +| [QueryParametersMap101Builder](#queryparametersmap101builder) | someVar(String value) | +| [QueryParametersMap110Builder](#queryparametersmap110builder) | some_var(String value) | -## FakecasesensitiveparamsPutQueryParametersMap -public static class FakecasesensitiveparamsPutQueryParametersMap
+## QueryParametersMap +public static class QueryParametersMap
extends FrozenMap A class to store validated Map payloads @@ -244,33 +244,33 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [FakecasesensitiveparamsPutQueryParametersMap](#fakecasesensitiveparamsputqueryparametersmap) | of([Map](#fakecasesensitiveparamsputqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [QueryParametersMap](#queryparametersmap) | of([Map](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | SomeVar()
| | String | someVar()
| | String | some_var()
| -## FakecasesensitiveparamsPutadditionalPropertiesBoxed -public sealed interface FakecasesensitiveparamsPutadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[FakecasesensitiveparamsPutadditionalPropertiesBoxedVoid](#fakecasesensitiveparamsputadditionalpropertiesboxedvoid), -[FakecasesensitiveparamsPutadditionalPropertiesBoxedBoolean](#fakecasesensitiveparamsputadditionalpropertiesboxedboolean), -[FakecasesensitiveparamsPutadditionalPropertiesBoxedNumber](#fakecasesensitiveparamsputadditionalpropertiesboxednumber), -[FakecasesensitiveparamsPutadditionalPropertiesBoxedString](#fakecasesensitiveparamsputadditionalpropertiesboxedstring), -[FakecasesensitiveparamsPutadditionalPropertiesBoxedList](#fakecasesensitiveparamsputadditionalpropertiesboxedlist), -[FakecasesensitiveparamsPutadditionalPropertiesBoxedMap](#fakecasesensitiveparamsputadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## FakecasesensitiveparamsPutadditionalPropertiesBoxedVoid -public record FakecasesensitiveparamsPutadditionalPropertiesBoxedVoid
-implements [FakecasesensitiveparamsPutadditionalPropertiesBoxed](#fakecasesensitiveparamsputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakecasesensitiveparamsPutadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -278,16 +278,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakecasesensitiveparamsPutadditionalPropertiesBoxedBoolean -public record FakecasesensitiveparamsPutadditionalPropertiesBoxedBoolean
-implements [FakecasesensitiveparamsPutadditionalPropertiesBoxed](#fakecasesensitiveparamsputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakecasesensitiveparamsPutadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -295,16 +295,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakecasesensitiveparamsPutadditionalPropertiesBoxedNumber -public record FakecasesensitiveparamsPutadditionalPropertiesBoxedNumber
-implements [FakecasesensitiveparamsPutadditionalPropertiesBoxed](#fakecasesensitiveparamsputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakecasesensitiveparamsPutadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -312,16 +312,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakecasesensitiveparamsPutadditionalPropertiesBoxedString -public record FakecasesensitiveparamsPutadditionalPropertiesBoxedString
-implements [FakecasesensitiveparamsPutadditionalPropertiesBoxed](#fakecasesensitiveparamsputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakecasesensitiveparamsPutadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -329,16 +329,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakecasesensitiveparamsPutadditionalPropertiesBoxedList -public record FakecasesensitiveparamsPutadditionalPropertiesBoxedList
-implements [FakecasesensitiveparamsPutadditionalPropertiesBoxed](#fakecasesensitiveparamsputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakecasesensitiveparamsPutadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -346,16 +346,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakecasesensitiveparamsPutadditionalPropertiesBoxedMap -public record FakecasesensitiveparamsPutadditionalPropertiesBoxedMap
-implements [FakecasesensitiveparamsPutadditionalPropertiesBoxed](#fakecasesensitiveparamsputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakecasesensitiveparamsPutadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -363,8 +363,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakecasesensitiveparamsPutadditionalProperties -public static class FakecasesensitiveparamsPutadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeclassnametest/FakeclassnametestPatch.md b/samples/client/petstore/java/docs/paths/fakeclassnametest/FakeclassnametestPatch.md index 590a7635755..1adc69788e6 100644 --- a/samples/client/petstore/java/docs/paths/fakeclassnametest/FakeclassnametestPatch.md +++ b/samples/client/petstore/java/docs/paths/fakeclassnametest/FakeclassnametestPatch.md @@ -38,9 +38,9 @@ import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakeclassnametest.patch.FakeclassnametestPatchSecurityInfo; import org.openapijsonschematools.client.paths.fakeclassnametest.patch.FakeclassnametestPatchRequestBody; import org.openapijsonschematools.client.components.schemas.Client; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.ApiKeyQuery; import org.openapijsonschematools.client.paths.fakeclassnametest.patch.responses.FakeclassnametestPatchCode200Response; @@ -51,13 +51,14 @@ import org.openapijsonschematools.client.paths.fakeclassnametest.patch.Fakeclass import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -72,12 +73,14 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .fakeclassnametestPatchSecurityRequirementObject0SecurityIndex(FakeclassnametestPatchSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakeclassnametestPatch.Patch apiClient = new FakeclassnametestPatch.Patch(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/FakedeletecoffeeidDelete.md b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/FakedeletecoffeeidDelete.md index 1baea52750a..0223066b60f 100644 --- a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/FakedeletecoffeeidDelete.md +++ b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/FakedeletecoffeeidDelete.md @@ -36,9 +36,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakedeletecoffeeid.delete.FakedeletecoffeeidDeletePathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakedeletecoffeeid.delete.responses.FakedeletecoffeeidDeleteCode200Response; import org.openapijsonschematools.client.paths.fakedeletecoffeeid.delete.responses.FakedeletecoffeeidDeleteCodedefaultResponse; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -48,13 +48,14 @@ import org.openapijsonschematools.client.paths.fakedeletecoffeeid.delete.Fakedel import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -62,19 +63,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakedeletecoffeeidDelete.Delete apiClient = new FakedeletecoffeeidDelete.Delete(apiConfiguration, schemaConfiguration); // Map validation -FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParametersMap pathParameters = +FakedeletecoffeeidDeletePathParameters.PathParametersMap pathParameters = FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParameters1.validate( - new FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParametersMapBuilder() + new FakedeletecoffeeidDeletePathParameters.PathParametersMapBuilder() .id("a") .build(), @@ -135,7 +138,7 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParametersMap](../../paths/fakedeletecoffeeid/delete/FakedeletecoffeeidDeletePathParameters.md#fakedeletecoffeeiddeletepathparametersmap) | pathParameters | +| [FakedeletecoffeeidDeletePathParameters.PathParametersMap](../../paths/fakedeletecoffeeid/delete/FakedeletecoffeeidDeletePathParameters.md#pathparametersmap) | pathParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -147,7 +150,7 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [FakedeletecoffeeidDeletePathParameters.@Nullable FakedeletecoffeeidDeletePathParametersMap](../../paths/fakedeletecoffeeid/delete/FakedeletecoffeeidDeletePathParameters.md#fakedeletecoffeeiddeletepathparametersmap) | pathParameters | +| [FakedeletecoffeeidDeletePathParameters.@Nullable PathParametersMap](../../paths/fakedeletecoffeeid/delete/FakedeletecoffeeidDeletePathParameters.md#pathparametersmap) | pathParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | @Nullable Duration | timeout | @@ -181,6 +184,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Delete0RequestBuilder](#delete0requestbuilder) | pathParameters([FakedeletecoffeeidDeletePathParametersFakedeletecoffeeidDeletePathParametersMap](../../paths/fakedeletecoffeeid/delete/FakedeletecoffeeidDeletePathParameters.md#fakedeletecoffeeiddeletepathparametersmap) pathParameters)
sets the property | +| [Delete0RequestBuilder](#delete0requestbuilder) | pathParameters([FakedeletecoffeeidDeletePathParametersPathParametersMap](../../paths/fakedeletecoffeeid/delete/FakedeletecoffeeidDeletePathParameters.md#pathparametersmap) pathParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/FakedeletecoffeeidDeletePathParameters.md b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/FakedeletecoffeeidDeletePathParameters.md index eb755ab6b0d..fbe77c0964a 100644 --- a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/FakedeletecoffeeidDeletePathParameters.md +++ b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/FakedeletecoffeeidDeletePathParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParameters1Boxed](#fakedeletecoffeeiddeletepathparameters1boxed)
sealed interface for validated payloads | | record | [FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParameters1BoxedMap](#fakedeletecoffeeiddeletepathparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParameters1](#fakedeletecoffeeiddeletepathparameters1)
schema class | -| static class | [FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParametersMapBuilder](#fakedeletecoffeeiddeletepathparametersmapbuilder)
builder for Map payloads | -| static class | [FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParametersMap](#fakedeletecoffeeiddeletepathparametersmap)
output class for Map payloads | -| sealed interface | [FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeleteadditionalPropertiesBoxed](#fakedeletecoffeeiddeleteadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeleteadditionalPropertiesBoxedVoid](#fakedeletecoffeeiddeleteadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeleteadditionalPropertiesBoxedBoolean](#fakedeletecoffeeiddeleteadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeleteadditionalPropertiesBoxedNumber](#fakedeletecoffeeiddeleteadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeleteadditionalPropertiesBoxedString](#fakedeletecoffeeiddeleteadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeleteadditionalPropertiesBoxedList](#fakedeletecoffeeiddeleteadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeleteadditionalPropertiesBoxedMap](#fakedeletecoffeeiddeleteadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeleteadditionalProperties](#fakedeletecoffeeiddeleteadditionalproperties)
schema class | +| static class | [FakedeletecoffeeidDeletePathParameters.PathParametersMapBuilder](#pathparametersmapbuilder)
builder for Map payloads | +| static class | [FakedeletecoffeeidDeletePathParameters.PathParametersMap](#pathparametersmap)
output class for Map payloads | +| sealed interface | [FakedeletecoffeeidDeletePathParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [FakedeletecoffeeidDeletePathParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [FakedeletecoffeeidDeletePathParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [FakedeletecoffeeidDeletePathParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [FakedeletecoffeeidDeletePathParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [FakedeletecoffeeidDeletePathParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [FakedeletecoffeeidDeletePathParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [FakedeletecoffeeidDeletePathParameters.AdditionalProperties](#additionalproperties)
schema class | ## FakedeletecoffeeidDeletePathParameters1Boxed public sealed interface FakedeletecoffeeidDeletePathParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakedeletecoffeeidDeletePathParameters1BoxedMap([FakedeletecoffeeidDeletePathParametersMap](#fakedeletecoffeeiddeletepathparametersmap) data)
Creates an instance, private visibility | +| FakedeletecoffeeidDeletePathParameters1BoxedMap([PathParametersMap](#pathparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakedeletecoffeeidDeletePathParametersMap](#fakedeletecoffeeiddeletepathparametersmap) | data()
validated payload | +| [PathParametersMap](#pathparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## FakedeletecoffeeidDeletePathParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParametersMap validatedPayload = +FakedeletecoffeeidDeletePathParameters.PathParametersMap validatedPayload = FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParameters1.validate( - new FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParametersMapBuilder() + new FakedeletecoffeeidDeletePathParameters.PathParametersMapBuilder() .id("a") .build(), @@ -88,18 +88,18 @@ FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParametersMap | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("id", [Schema0.Schema01.class](../../../paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md#schema01))
)
| | Set | required = Set.of(
    "id"
)
| -| Class | additionalProperties = [FakedeletecoffeeidDeleteadditionalProperties.class](#fakedeletecoffeeiddeleteadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakedeletecoffeeidDeletePathParametersMap](#fakedeletecoffeeiddeletepathparametersmap) | validate([Map<?, ?>](#fakedeletecoffeeiddeletepathparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [FakedeletecoffeeidDeletePathParameters1BoxedMap](#fakedeletecoffeeiddeletepathparameters1boxedmap) | validateAndBox([Map<?, ?>](#fakedeletecoffeeiddeletepathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PathParametersMap](#pathparametersmap) | validate([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [FakedeletecoffeeidDeletePathParameters1BoxedMap](#fakedeletecoffeeiddeletepathparameters1boxedmap) | validateAndBox([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | [FakedeletecoffeeidDeletePathParameters1Boxed](#fakedeletecoffeeiddeletepathparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## FakedeletecoffeeidDeletePathParametersMap0Builder -public class FakedeletecoffeeidDeletePathParametersMap0Builder
+## PathParametersMap0Builder +public class PathParametersMap0Builder
builder for `Map` A class that builds the Map input type @@ -107,15 +107,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakedeletecoffeeidDeletePathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## FakedeletecoffeeidDeletePathParametersMapBuilder -public class FakedeletecoffeeidDeletePathParametersMapBuilder
+## PathParametersMapBuilder +public class PathParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -123,15 +123,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakedeletecoffeeidDeletePathParametersMapBuilder()
Creates a builder that contains an empty map | +| PathParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakedeletecoffeeidDeletePathParametersMap0Builder](#fakedeletecoffeeiddeletepathparametersmap0builder) | id(String value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | id(String value) | -## FakedeletecoffeeidDeletePathParametersMap -public static class FakedeletecoffeeidDeletePathParametersMap
+## PathParametersMap +public static class PathParametersMap
extends FrozenMap A class to store validated Map payloads @@ -139,31 +139,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [FakedeletecoffeeidDeletePathParametersMap](#fakedeletecoffeeiddeletepathparametersmap) | of([Map](#fakedeletecoffeeiddeletepathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [PathParametersMap](#pathparametersmap) | of([Map](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | id()
| -## FakedeletecoffeeidDeleteadditionalPropertiesBoxed -public sealed interface FakedeletecoffeeidDeleteadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[FakedeletecoffeeidDeleteadditionalPropertiesBoxedVoid](#fakedeletecoffeeiddeleteadditionalpropertiesboxedvoid), -[FakedeletecoffeeidDeleteadditionalPropertiesBoxedBoolean](#fakedeletecoffeeiddeleteadditionalpropertiesboxedboolean), -[FakedeletecoffeeidDeleteadditionalPropertiesBoxedNumber](#fakedeletecoffeeiddeleteadditionalpropertiesboxednumber), -[FakedeletecoffeeidDeleteadditionalPropertiesBoxedString](#fakedeletecoffeeiddeleteadditionalpropertiesboxedstring), -[FakedeletecoffeeidDeleteadditionalPropertiesBoxedList](#fakedeletecoffeeiddeleteadditionalpropertiesboxedlist), -[FakedeletecoffeeidDeleteadditionalPropertiesBoxedMap](#fakedeletecoffeeiddeleteadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## FakedeletecoffeeidDeleteadditionalPropertiesBoxedVoid -public record FakedeletecoffeeidDeleteadditionalPropertiesBoxedVoid
-implements [FakedeletecoffeeidDeleteadditionalPropertiesBoxed](#fakedeletecoffeeiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakedeletecoffeeidDeleteadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -171,16 +171,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakedeletecoffeeidDeleteadditionalPropertiesBoxedBoolean -public record FakedeletecoffeeidDeleteadditionalPropertiesBoxedBoolean
-implements [FakedeletecoffeeidDeleteadditionalPropertiesBoxed](#fakedeletecoffeeiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakedeletecoffeeidDeleteadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -188,16 +188,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakedeletecoffeeidDeleteadditionalPropertiesBoxedNumber -public record FakedeletecoffeeidDeleteadditionalPropertiesBoxedNumber
-implements [FakedeletecoffeeidDeleteadditionalPropertiesBoxed](#fakedeletecoffeeiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakedeletecoffeeidDeleteadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -205,16 +205,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakedeletecoffeeidDeleteadditionalPropertiesBoxedString -public record FakedeletecoffeeidDeleteadditionalPropertiesBoxedString
-implements [FakedeletecoffeeidDeleteadditionalPropertiesBoxed](#fakedeletecoffeeiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakedeletecoffeeidDeleteadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -222,16 +222,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakedeletecoffeeidDeleteadditionalPropertiesBoxedList -public record FakedeletecoffeeidDeleteadditionalPropertiesBoxedList
-implements [FakedeletecoffeeidDeleteadditionalPropertiesBoxed](#fakedeletecoffeeiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakedeletecoffeeidDeleteadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -239,16 +239,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakedeletecoffeeidDeleteadditionalPropertiesBoxedMap -public record FakedeletecoffeeidDeleteadditionalPropertiesBoxedMap
-implements [FakedeletecoffeeidDeleteadditionalPropertiesBoxed](#fakedeletecoffeeiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakedeletecoffeeidDeleteadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -256,8 +256,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakedeletecoffeeidDeleteadditionalProperties -public static class FakedeletecoffeeidDeleteadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakehealth/FakehealthGet.md b/samples/client/petstore/java/docs/paths/fakehealth/FakehealthGet.md index 7588058f9d5..d6b572bc19f 100644 --- a/samples/client/petstore/java/docs/paths/fakehealth/FakehealthGet.md +++ b/samples/client/petstore/java/docs/paths/fakehealth/FakehealthGet.md @@ -33,9 +33,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakehealth.get.responses.FakehealthGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakehealth.FakehealthGet; @@ -44,13 +44,14 @@ import org.openapijsonschematools.client.paths.fakehealth.get.FakehealthGetRespo import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -58,10 +59,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakehealthGet.Get apiClient = new FakehealthGet.Get(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/FakeinlineadditionalpropertiesPost.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/FakeinlineadditionalpropertiesPost.md index 49893d5b8b4..ea4e8d93b7e 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/FakeinlineadditionalpropertiesPost.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/FakeinlineadditionalpropertiesPost.md @@ -37,9 +37,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakeinlineadditionalproperties.post.FakeinlineadditionalpropertiesPostRequestBody; import org.openapijsonschematools.client.paths.fakeinlineadditionalproperties.post.requestbody.content.applicationjson.ApplicationjsonSchema; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeinlineadditionalproperties.post.responses.FakeinlineadditionalpropertiesPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakeinlineadditionalproperties.FakeinlineadditionalpropertiesPost; @@ -48,13 +48,14 @@ import org.openapijsonschematools.client.paths.fakeinlineadditionalproperties.po import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -62,10 +63,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakeinlineadditionalpropertiesPost.Post apiClient = new FakeinlineadditionalpropertiesPost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/FakeinlinecompositionPost.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/FakeinlinecompositionPost.md index 954a304f276..8a6f721e5cd 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/FakeinlinecompositionPost.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/FakeinlinecompositionPost.md @@ -36,9 +36,9 @@ import org.openapijsonschematools.client.paths.fakeinlinecomposition.post.Fakein import org.openapijsonschematools.client.paths.fakeinlinecomposition.post.requestbody.content.applicationjson.ApplicationjsonSchema; import org.openapijsonschematools.client.paths.fakeinlinecomposition.post.FakeinlinecompositionPostQueryParameters; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeinlinecomposition.post.responses.FakeinlinecompositionPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakeinlinecomposition.FakeinlinecompositionPost; @@ -47,13 +47,14 @@ import org.openapijsonschematools.client.paths.fakeinlinecomposition.post.Fakein import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -61,10 +62,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakeinlinecompositionPost.Post apiClient = new FakeinlinecompositionPost.Post(apiConfiguration, schemaConfiguration); @@ -126,7 +129,7 @@ a class that stores the final request inputs | Modifier and Type | Field and Description | | ----------------- | --------------------- | | [FakeinlinecompositionPostRequestBody.@Nullable SealedRequestBody](../../paths/fakeinlinecomposition/post/FakeinlinecompositionPostRequestBody.md#sealedrequestbody) | requestBody
optional | -| [FakeinlinecompositionPostQueryParameters.@Nullable FakeinlinecompositionPostQueryParametersMap](../../paths/fakeinlinecomposition/post/FakeinlinecompositionPostQueryParameters.md#fakeinlinecompositionpostqueryparametersmap) | queryParameters
optional | +| [FakeinlinecompositionPostQueryParameters.@Nullable QueryParametersMap](../../paths/fakeinlinecomposition/post/FakeinlinecompositionPostQueryParameters.md#queryparametersmap) | queryParameters
optional | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -145,7 +148,7 @@ a builder for request inputs | ----------------- | ---------------------- | | [PostRequest](#postrequest) | build()
Returns the request input used to call an endpoint method | | [PostRequestBuilder](#postrequestbuilder) | requestBody([FakeinlinecompositionPostRequestBody.SealedRequestBody](../../paths/fakeinlinecomposition/post/FakeinlinecompositionPostRequestBody.md#sealedrequestbody) requestBody)
sets the optional property | -| [PostRequestBuilder](#postrequestbuilder) | queryParameters([FakeinlinecompositionPostQueryParametersFakeinlinecompositionPostQueryParametersMap](../../paths/fakeinlinecomposition/post/FakeinlinecompositionPostQueryParameters.md#fakeinlinecompositionpostqueryparametersmap) queryParameters)
sets the optional property | +| [PostRequestBuilder](#postrequestbuilder) | queryParameters([FakeinlinecompositionPostQueryParametersQueryParametersMap](../../paths/fakeinlinecomposition/post/FakeinlinecompositionPostQueryParameters.md#queryparametersmap) queryParameters)
sets the optional property | | [PostRequestBuilder](#postrequestbuilder) | serverIndex([RootServerInfo.ServerIndex](../../RootServerInfo.md#serverindex) serverIndex)
sets the optional property. Note: this will override the value in apiConfiguration | | [PostRequestBuilder](#postrequestbuilder) | timeout(Duration timeout)
sets the optional property. Note: this will override the value in apiConfiguration | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/FakeinlinecompositionPostQueryParameters.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/FakeinlinecompositionPostQueryParameters.md index c741dbb86a4..958be9e102e 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/FakeinlinecompositionPostQueryParameters.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/FakeinlinecompositionPostQueryParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [FakeinlinecompositionPostQueryParameters.FakeinlinecompositionPostQueryParameters1Boxed](#fakeinlinecompositionpostqueryparameters1boxed)
sealed interface for validated payloads | | record | [FakeinlinecompositionPostQueryParameters.FakeinlinecompositionPostQueryParameters1BoxedMap](#fakeinlinecompositionpostqueryparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [FakeinlinecompositionPostQueryParameters.FakeinlinecompositionPostQueryParameters1](#fakeinlinecompositionpostqueryparameters1)
schema class | -| static class | [FakeinlinecompositionPostQueryParameters.FakeinlinecompositionPostQueryParametersMapBuilder](#fakeinlinecompositionpostqueryparametersmapbuilder)
builder for Map payloads | -| static class | [FakeinlinecompositionPostQueryParameters.FakeinlinecompositionPostQueryParametersMap](#fakeinlinecompositionpostqueryparametersmap)
output class for Map payloads | -| sealed interface | [FakeinlinecompositionPostQueryParameters.FakeinlinecompositionPostadditionalPropertiesBoxed](#fakeinlinecompositionpostadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [FakeinlinecompositionPostQueryParameters.FakeinlinecompositionPostadditionalPropertiesBoxedVoid](#fakeinlinecompositionpostadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [FakeinlinecompositionPostQueryParameters.FakeinlinecompositionPostadditionalPropertiesBoxedBoolean](#fakeinlinecompositionpostadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [FakeinlinecompositionPostQueryParameters.FakeinlinecompositionPostadditionalPropertiesBoxedNumber](#fakeinlinecompositionpostadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [FakeinlinecompositionPostQueryParameters.FakeinlinecompositionPostadditionalPropertiesBoxedString](#fakeinlinecompositionpostadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [FakeinlinecompositionPostQueryParameters.FakeinlinecompositionPostadditionalPropertiesBoxedList](#fakeinlinecompositionpostadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [FakeinlinecompositionPostQueryParameters.FakeinlinecompositionPostadditionalPropertiesBoxedMap](#fakeinlinecompositionpostadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [FakeinlinecompositionPostQueryParameters.FakeinlinecompositionPostadditionalProperties](#fakeinlinecompositionpostadditionalproperties)
schema class | +| static class | [FakeinlinecompositionPostQueryParameters.QueryParametersMapBuilder](#queryparametersmapbuilder)
builder for Map payloads | +| static class | [FakeinlinecompositionPostQueryParameters.QueryParametersMap](#queryparametersmap)
output class for Map payloads | +| sealed interface | [FakeinlinecompositionPostQueryParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [FakeinlinecompositionPostQueryParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [FakeinlinecompositionPostQueryParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [FakeinlinecompositionPostQueryParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [FakeinlinecompositionPostQueryParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [FakeinlinecompositionPostQueryParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [FakeinlinecompositionPostQueryParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [FakeinlinecompositionPostQueryParameters.AdditionalProperties](#additionalproperties)
schema class | ## FakeinlinecompositionPostQueryParameters1Boxed public sealed interface FakeinlinecompositionPostQueryParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeinlinecompositionPostQueryParameters1BoxedMap([FakeinlinecompositionPostQueryParametersMap](#fakeinlinecompositionpostqueryparametersmap) data)
Creates an instance, private visibility | +| FakeinlinecompositionPostQueryParameters1BoxedMap([QueryParametersMap](#queryparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakeinlinecompositionPostQueryParametersMap](#fakeinlinecompositionpostqueryparametersmap) | data()
validated payload | +| [QueryParametersMap](#queryparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## FakeinlinecompositionPostQueryParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -FakeinlinecompositionPostQueryParameters.FakeinlinecompositionPostQueryParametersMap validatedPayload = +FakeinlinecompositionPostQueryParameters.QueryParametersMap validatedPayload = FakeinlinecompositionPostQueryParameters.FakeinlinecompositionPostQueryParameters1.validate( - new FakeinlinecompositionPostQueryParameters.FakeinlinecompositionPostQueryParametersMapBuilder() + new FakeinlinecompositionPostQueryParameters.QueryParametersMapBuilder() .compositionInProperty( MapUtils.makeMap( ) @@ -89,18 +89,18 @@ FakeinlinecompositionPostQueryParameters.FakeinlinecompositionPostQueryParameter | ----------------- | ---------------------- | | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("compositionAtRoot", [Schema0.Schema01.class](../../../paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md#schema01)),
    new PropertyEntry("compositionInProperty", [Schema1.Schema11.class](../../../paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md#schema11))
)
| -| Class | additionalProperties = [FakeinlinecompositionPostadditionalProperties.class](#fakeinlinecompositionpostadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakeinlinecompositionPostQueryParametersMap](#fakeinlinecompositionpostqueryparametersmap) | validate([Map<?, ?>](#fakeinlinecompositionpostqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [FakeinlinecompositionPostQueryParameters1BoxedMap](#fakeinlinecompositionpostqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#fakeinlinecompositionpostqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [QueryParametersMap](#queryparametersmap) | validate([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [FakeinlinecompositionPostQueryParameters1BoxedMap](#fakeinlinecompositionpostqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [FakeinlinecompositionPostQueryParameters1Boxed](#fakeinlinecompositionpostqueryparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## FakeinlinecompositionPostQueryParametersMapBuilder -public class FakeinlinecompositionPostQueryParametersMapBuilder
+## QueryParametersMapBuilder +public class QueryParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -108,25 +108,25 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeinlinecompositionPostQueryParametersMapBuilder()
Creates a builder that contains an empty map | +| QueryParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -| [FakeinlinecompositionPostQueryParametersMapBuilder](#fakeinlinecompositionpostqueryparametersmapbuilder) | compositionAtRoot(Void value) | -| [FakeinlinecompositionPostQueryParametersMapBuilder](#fakeinlinecompositionpostqueryparametersmapbuilder) | compositionAtRoot(boolean value) | -| [FakeinlinecompositionPostQueryParametersMapBuilder](#fakeinlinecompositionpostqueryparametersmapbuilder) | compositionAtRoot(String value) | -| [FakeinlinecompositionPostQueryParametersMapBuilder](#fakeinlinecompositionpostqueryparametersmapbuilder) | compositionAtRoot(int value) | -| [FakeinlinecompositionPostQueryParametersMapBuilder](#fakeinlinecompositionpostqueryparametersmapbuilder) | compositionAtRoot(float value) | -| [FakeinlinecompositionPostQueryParametersMapBuilder](#fakeinlinecompositionpostqueryparametersmapbuilder) | compositionAtRoot(long value) | -| [FakeinlinecompositionPostQueryParametersMapBuilder](#fakeinlinecompositionpostqueryparametersmapbuilder) | compositionAtRoot(double value) | -| [FakeinlinecompositionPostQueryParametersMapBuilder](#fakeinlinecompositionpostqueryparametersmapbuilder) | compositionAtRoot(List value) | -| [FakeinlinecompositionPostQueryParametersMapBuilder](#fakeinlinecompositionpostqueryparametersmapbuilder) | compositionAtRoot(Map value) | -| [FakeinlinecompositionPostQueryParametersMapBuilder](#fakeinlinecompositionpostqueryparametersmapbuilder) | compositionInProperty(Map value) | - -## FakeinlinecompositionPostQueryParametersMap -public static class FakeinlinecompositionPostQueryParametersMap
+| [QueryParametersMapBuilder](#queryparametersmapbuilder) | compositionAtRoot(Void value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | compositionAtRoot(boolean value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | compositionAtRoot(String value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | compositionAtRoot(int value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | compositionAtRoot(float value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | compositionAtRoot(long value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | compositionAtRoot(double value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | compositionAtRoot(List value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | compositionAtRoot(Map value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | compositionInProperty(Map value) | + +## QueryParametersMap +public static class QueryParametersMap
extends FrozenMap A class to store validated Map payloads @@ -134,32 +134,32 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [FakeinlinecompositionPostQueryParametersMap](#fakeinlinecompositionpostqueryparametersmap) | of([Map](#fakeinlinecompositionpostqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [QueryParametersMap](#queryparametersmap) | of([Map](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | @Nullable Object | compositionAtRoot()
[optional] | | [Schema1.SchemaMap1](../../../paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md#schemamap1) | compositionInProperty()
[optional] | -## FakeinlinecompositionPostadditionalPropertiesBoxed -public sealed interface FakeinlinecompositionPostadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[FakeinlinecompositionPostadditionalPropertiesBoxedVoid](#fakeinlinecompositionpostadditionalpropertiesboxedvoid), -[FakeinlinecompositionPostadditionalPropertiesBoxedBoolean](#fakeinlinecompositionpostadditionalpropertiesboxedboolean), -[FakeinlinecompositionPostadditionalPropertiesBoxedNumber](#fakeinlinecompositionpostadditionalpropertiesboxednumber), -[FakeinlinecompositionPostadditionalPropertiesBoxedString](#fakeinlinecompositionpostadditionalpropertiesboxedstring), -[FakeinlinecompositionPostadditionalPropertiesBoxedList](#fakeinlinecompositionpostadditionalpropertiesboxedlist), -[FakeinlinecompositionPostadditionalPropertiesBoxedMap](#fakeinlinecompositionpostadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## FakeinlinecompositionPostadditionalPropertiesBoxedVoid -public record FakeinlinecompositionPostadditionalPropertiesBoxedVoid
-implements [FakeinlinecompositionPostadditionalPropertiesBoxed](#fakeinlinecompositionpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeinlinecompositionPostadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -167,16 +167,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeinlinecompositionPostadditionalPropertiesBoxedBoolean -public record FakeinlinecompositionPostadditionalPropertiesBoxedBoolean
-implements [FakeinlinecompositionPostadditionalPropertiesBoxed](#fakeinlinecompositionpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeinlinecompositionPostadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -184,16 +184,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeinlinecompositionPostadditionalPropertiesBoxedNumber -public record FakeinlinecompositionPostadditionalPropertiesBoxedNumber
-implements [FakeinlinecompositionPostadditionalPropertiesBoxed](#fakeinlinecompositionpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeinlinecompositionPostadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -201,16 +201,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeinlinecompositionPostadditionalPropertiesBoxedString -public record FakeinlinecompositionPostadditionalPropertiesBoxedString
-implements [FakeinlinecompositionPostadditionalPropertiesBoxed](#fakeinlinecompositionpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeinlinecompositionPostadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -218,16 +218,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeinlinecompositionPostadditionalPropertiesBoxedList -public record FakeinlinecompositionPostadditionalPropertiesBoxedList
-implements [FakeinlinecompositionPostadditionalPropertiesBoxed](#fakeinlinecompositionpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeinlinecompositionPostadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -235,16 +235,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeinlinecompositionPostadditionalPropertiesBoxedMap -public record FakeinlinecompositionPostadditionalPropertiesBoxedMap
-implements [FakeinlinecompositionPostadditionalPropertiesBoxed](#fakeinlinecompositionpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeinlinecompositionPostadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -252,8 +252,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeinlinecompositionPostadditionalProperties -public static class FakeinlinecompositionPostadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/FakejsonformdataGet.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/FakejsonformdataGet.md index 671a070557f..d7cfc4e3192 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/FakejsonformdataGet.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/FakejsonformdataGet.md @@ -35,9 +35,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakejsonformdata.get.FakejsonformdataGetRequestBody; import org.openapijsonschematools.client.paths.fakejsonformdata.get.requestbody.content.applicationxwwwformurlencoded.ApplicationxwwwformurlencodedSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakejsonformdata.get.responses.FakejsonformdataGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakejsonformdata.FakejsonformdataGet; @@ -46,13 +46,14 @@ import org.openapijsonschematools.client.paths.fakejsonformdata.get.Fakejsonform import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -60,10 +61,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakejsonformdataGet.Get apiClient = new FakejsonformdataGet.Get(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakejsonpatch/FakejsonpatchPatch.md b/samples/client/petstore/java/docs/paths/fakejsonpatch/FakejsonpatchPatch.md index 5ec7d39f004..28d3b8c040d 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonpatch/FakejsonpatchPatch.md +++ b/samples/client/petstore/java/docs/paths/fakejsonpatch/FakejsonpatchPatch.md @@ -35,9 +35,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakejsonpatch.patch.FakejsonpatchPatchRequestBody; import org.openapijsonschematools.client.components.schemas.JSONPatchRequest; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakejsonpatch.patch.responses.FakejsonpatchPatchCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakejsonpatch.FakejsonpatchPatch; @@ -46,13 +46,14 @@ import org.openapijsonschematools.client.paths.fakejsonpatch.patch.Fakejsonpatch import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -60,10 +61,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakejsonpatchPatch.Patch apiClient = new FakejsonpatchPatch.Patch(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/FakejsonwithcharsetPost.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/FakejsonwithcharsetPost.md index c59c04d6fb4..9456e893032 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/FakejsonwithcharsetPost.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/FakejsonwithcharsetPost.md @@ -35,9 +35,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakejsonwithcharset.post.FakejsonwithcharsetPostRequestBody; import org.openapijsonschematools.client.paths.fakejsonwithcharset.post.requestbody.content.applicationjsoncharsetutf8.Applicationjsoncharsetutf8Schema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakejsonwithcharset.post.responses.FakejsonwithcharsetPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakejsonwithcharset.FakejsonwithcharsetPost; @@ -46,13 +46,14 @@ import org.openapijsonschematools.client.paths.fakejsonwithcharset.post.Fakejson import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -60,10 +61,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakejsonwithcharsetPost.Post apiClient = new FakejsonwithcharsetPost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/FakemultiplerequestbodycontenttypesPost.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/FakemultiplerequestbodycontenttypesPost.md index cca820c2a0f..a4581c24d6e 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/FakemultiplerequestbodycontenttypesPost.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/FakemultiplerequestbodycontenttypesPost.md @@ -35,9 +35,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakemultiplerequestbodycontenttypes.post.FakemultiplerequestbodycontenttypesPostRequestBody; import org.openapijsonschematools.client.paths.fakemultiplerequestbodycontenttypes.post.requestbody.content.applicationjson.ApplicationjsonSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakemultiplerequestbodycontenttypes.post.responses.FakemultiplerequestbodycontenttypesPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakemultiplerequestbodycontenttypes.FakemultiplerequestbodycontenttypesPost; @@ -46,13 +46,14 @@ import org.openapijsonschematools.client.paths.fakemultiplerequestbodycontenttyp import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -60,10 +61,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakemultiplerequestbodycontenttypesPost.Post apiClient = new FakemultiplerequestbodycontenttypesPost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/FakemultipleresponsebodiesGet.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/FakemultipleresponsebodiesGet.md index 03689e7b07c..f95220fcb65 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/FakemultipleresponsebodiesGet.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/FakemultipleresponsebodiesGet.md @@ -33,9 +33,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakemultipleresponsebodies.get.responses.FakemultipleresponsebodiesGetCode200Response; import org.openapijsonschematools.client.paths.fakemultipleresponsebodies.get.responses.FakemultipleresponsebodiesGetCode202Response; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -45,13 +45,14 @@ import org.openapijsonschematools.client.paths.fakemultipleresponsebodies.get.Fa import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -59,10 +60,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakemultipleresponsebodiesGet.Get apiClient = new FakemultipleresponsebodiesGet.Get(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/FakemultiplesecuritiesGet.md b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/FakemultiplesecuritiesGet.md index da3a2cc31a7..4ce19768eab 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/FakemultiplesecuritiesGet.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/FakemultiplesecuritiesGet.md @@ -34,9 +34,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakemultiplesecurities.get.FakemultiplesecuritiesGetSecurityInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.HttpBasicTest; import org.openapijsonschematools.client.components.securityschemes.ApiKey; @@ -49,13 +49,14 @@ import org.openapijsonschematools.client.paths.fakemultiplesecurities.get.Fakemu import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -73,12 +74,14 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .fakemultiplesecuritiesGetSecurityRequirementObject0SecurityIndex(FakemultiplesecuritiesGetSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakemultiplesecuritiesGet.Get apiClient = new FakemultiplesecuritiesGet.Get(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/FakeobjinqueryGet.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/FakeobjinqueryGet.md index 78ad271ec3b..0fdd2d46e90 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/FakeobjinqueryGet.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/FakeobjinqueryGet.md @@ -34,9 +34,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakeobjinquery.get.FakeobjinqueryGetQueryParameters; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeobjinquery.get.responses.FakeobjinqueryGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakeobjinquery.FakeobjinqueryGet; @@ -45,13 +45,14 @@ import org.openapijsonschematools.client.paths.fakeobjinquery.get.Fakeobjinquery import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -59,10 +60,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakeobjinqueryGet.Get apiClient = new FakeobjinqueryGet.Get(apiConfiguration, schemaConfiguration); @@ -117,7 +120,7 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [FakeobjinqueryGetQueryParameters.@Nullable FakeobjinqueryGetQueryParametersMap](../../paths/fakeobjinquery/get/FakeobjinqueryGetQueryParameters.md#fakeobjinquerygetqueryparametersmap) | queryParameters
optional | +| [FakeobjinqueryGetQueryParameters.@Nullable QueryParametersMap](../../paths/fakeobjinquery/get/FakeobjinqueryGetQueryParameters.md#queryparametersmap) | queryParameters
optional | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -135,7 +138,7 @@ a builder for request inputs | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | [GetRequest](#getrequest) | build()
Returns the request input used to call an endpoint method | -| [GetRequestBuilder](#getrequestbuilder) | queryParameters([FakeobjinqueryGetQueryParametersFakeobjinqueryGetQueryParametersMap](../../paths/fakeobjinquery/get/FakeobjinqueryGetQueryParameters.md#fakeobjinquerygetqueryparametersmap) queryParameters)
sets the optional property | +| [GetRequestBuilder](#getrequestbuilder) | queryParameters([FakeobjinqueryGetQueryParametersQueryParametersMap](../../paths/fakeobjinquery/get/FakeobjinqueryGetQueryParameters.md#queryparametersmap) queryParameters)
sets the optional property | | [GetRequestBuilder](#getrequestbuilder) | serverIndex([RootServerInfo.ServerIndex](../../RootServerInfo.md#serverindex) serverIndex)
sets the optional property. Note: this will override the value in apiConfiguration | | [GetRequestBuilder](#getrequestbuilder) | timeout(Duration timeout)
sets the optional property. Note: this will override the value in apiConfiguration | diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/FakeobjinqueryGetQueryParameters.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/FakeobjinqueryGetQueryParameters.md index 454d5ae13a2..f5b52436710 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/FakeobjinqueryGetQueryParameters.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/FakeobjinqueryGetQueryParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [FakeobjinqueryGetQueryParameters.FakeobjinqueryGetQueryParameters1Boxed](#fakeobjinquerygetqueryparameters1boxed)
sealed interface for validated payloads | | record | [FakeobjinqueryGetQueryParameters.FakeobjinqueryGetQueryParameters1BoxedMap](#fakeobjinquerygetqueryparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [FakeobjinqueryGetQueryParameters.FakeobjinqueryGetQueryParameters1](#fakeobjinquerygetqueryparameters1)
schema class | -| static class | [FakeobjinqueryGetQueryParameters.FakeobjinqueryGetQueryParametersMapBuilder](#fakeobjinquerygetqueryparametersmapbuilder)
builder for Map payloads | -| static class | [FakeobjinqueryGetQueryParameters.FakeobjinqueryGetQueryParametersMap](#fakeobjinquerygetqueryparametersmap)
output class for Map payloads | -| sealed interface | [FakeobjinqueryGetQueryParameters.FakeobjinqueryGetadditionalPropertiesBoxed](#fakeobjinquerygetadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [FakeobjinqueryGetQueryParameters.FakeobjinqueryGetadditionalPropertiesBoxedVoid](#fakeobjinquerygetadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [FakeobjinqueryGetQueryParameters.FakeobjinqueryGetadditionalPropertiesBoxedBoolean](#fakeobjinquerygetadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [FakeobjinqueryGetQueryParameters.FakeobjinqueryGetadditionalPropertiesBoxedNumber](#fakeobjinquerygetadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [FakeobjinqueryGetQueryParameters.FakeobjinqueryGetadditionalPropertiesBoxedString](#fakeobjinquerygetadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [FakeobjinqueryGetQueryParameters.FakeobjinqueryGetadditionalPropertiesBoxedList](#fakeobjinquerygetadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [FakeobjinqueryGetQueryParameters.FakeobjinqueryGetadditionalPropertiesBoxedMap](#fakeobjinquerygetadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [FakeobjinqueryGetQueryParameters.FakeobjinqueryGetadditionalProperties](#fakeobjinquerygetadditionalproperties)
schema class | +| static class | [FakeobjinqueryGetQueryParameters.QueryParametersMapBuilder](#queryparametersmapbuilder)
builder for Map payloads | +| static class | [FakeobjinqueryGetQueryParameters.QueryParametersMap](#queryparametersmap)
output class for Map payloads | +| sealed interface | [FakeobjinqueryGetQueryParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [FakeobjinqueryGetQueryParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [FakeobjinqueryGetQueryParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [FakeobjinqueryGetQueryParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [FakeobjinqueryGetQueryParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [FakeobjinqueryGetQueryParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [FakeobjinqueryGetQueryParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [FakeobjinqueryGetQueryParameters.AdditionalProperties](#additionalproperties)
schema class | ## FakeobjinqueryGetQueryParameters1Boxed public sealed interface FakeobjinqueryGetQueryParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeobjinqueryGetQueryParameters1BoxedMap([FakeobjinqueryGetQueryParametersMap](#fakeobjinquerygetqueryparametersmap) data)
Creates an instance, private visibility | +| FakeobjinqueryGetQueryParameters1BoxedMap([QueryParametersMap](#queryparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakeobjinqueryGetQueryParametersMap](#fakeobjinquerygetqueryparametersmap) | data()
validated payload | +| [QueryParametersMap](#queryparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## FakeobjinqueryGetQueryParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -FakeobjinqueryGetQueryParameters.FakeobjinqueryGetQueryParametersMap validatedPayload = +FakeobjinqueryGetQueryParameters.QueryParametersMap validatedPayload = FakeobjinqueryGetQueryParameters.FakeobjinqueryGetQueryParameters1.validate( - new FakeobjinqueryGetQueryParameters.FakeobjinqueryGetQueryParametersMapBuilder() + new FakeobjinqueryGetQueryParameters.QueryParametersMapBuilder() .mapBean( MapUtils.makeMap( new AbstractMap.SimpleEntry( @@ -93,18 +93,18 @@ FakeobjinqueryGetQueryParameters.FakeobjinqueryGetQueryParametersMap validatedPa | ----------------- | ---------------------- | | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("mapBean", [Schema0.Schema01.class](../../../paths/fakeobjinquery/get/parameters/parameter0/Schema0.md#schema01))
)
| -| Class | additionalProperties = [FakeobjinqueryGetadditionalProperties.class](#fakeobjinquerygetadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakeobjinqueryGetQueryParametersMap](#fakeobjinquerygetqueryparametersmap) | validate([Map<?, ?>](#fakeobjinquerygetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [FakeobjinqueryGetQueryParameters1BoxedMap](#fakeobjinquerygetqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#fakeobjinquerygetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [QueryParametersMap](#queryparametersmap) | validate([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [FakeobjinqueryGetQueryParameters1BoxedMap](#fakeobjinquerygetqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [FakeobjinqueryGetQueryParameters1Boxed](#fakeobjinquerygetqueryparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## FakeobjinqueryGetQueryParametersMapBuilder -public class FakeobjinqueryGetQueryParametersMapBuilder
+## QueryParametersMapBuilder +public class QueryParametersMapBuilder
builder for `Map>` A class that builds the Map input type @@ -112,16 +112,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeobjinqueryGetQueryParametersMapBuilder()
Creates a builder that contains an empty map | +| QueryParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map> | build()
Returns map input that should be used with Schema.validate | -| [FakeobjinqueryGetQueryParametersMapBuilder](#fakeobjinquerygetqueryparametersmapbuilder) | mapBean(Map value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | mapBean(Map value) | -## FakeobjinqueryGetQueryParametersMap -public static class FakeobjinqueryGetQueryParametersMap
+## QueryParametersMap +public static class QueryParametersMap
extends FrozenMap A class to store validated Map payloads @@ -129,31 +129,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [FakeobjinqueryGetQueryParametersMap](#fakeobjinquerygetqueryparametersmap) | of([Map>](#fakeobjinquerygetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [QueryParametersMap](#queryparametersmap) | of([Map>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [Schema0.SchemaMap0](../../../paths/fakeobjinquery/get/parameters/parameter0/Schema0.md#schemamap0) | mapBean()
[optional] | -## FakeobjinqueryGetadditionalPropertiesBoxed -public sealed interface FakeobjinqueryGetadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[FakeobjinqueryGetadditionalPropertiesBoxedVoid](#fakeobjinquerygetadditionalpropertiesboxedvoid), -[FakeobjinqueryGetadditionalPropertiesBoxedBoolean](#fakeobjinquerygetadditionalpropertiesboxedboolean), -[FakeobjinqueryGetadditionalPropertiesBoxedNumber](#fakeobjinquerygetadditionalpropertiesboxednumber), -[FakeobjinqueryGetadditionalPropertiesBoxedString](#fakeobjinquerygetadditionalpropertiesboxedstring), -[FakeobjinqueryGetadditionalPropertiesBoxedList](#fakeobjinquerygetadditionalpropertiesboxedlist), -[FakeobjinqueryGetadditionalPropertiesBoxedMap](#fakeobjinquerygetadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## FakeobjinqueryGetadditionalPropertiesBoxedVoid -public record FakeobjinqueryGetadditionalPropertiesBoxedVoid
-implements [FakeobjinqueryGetadditionalPropertiesBoxed](#fakeobjinquerygetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeobjinqueryGetadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -161,16 +161,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeobjinqueryGetadditionalPropertiesBoxedBoolean -public record FakeobjinqueryGetadditionalPropertiesBoxedBoolean
-implements [FakeobjinqueryGetadditionalPropertiesBoxed](#fakeobjinquerygetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeobjinqueryGetadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -178,16 +178,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeobjinqueryGetadditionalPropertiesBoxedNumber -public record FakeobjinqueryGetadditionalPropertiesBoxedNumber
-implements [FakeobjinqueryGetadditionalPropertiesBoxed](#fakeobjinquerygetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeobjinqueryGetadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -195,16 +195,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeobjinqueryGetadditionalPropertiesBoxedString -public record FakeobjinqueryGetadditionalPropertiesBoxedString
-implements [FakeobjinqueryGetadditionalPropertiesBoxed](#fakeobjinquerygetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeobjinqueryGetadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -212,16 +212,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeobjinqueryGetadditionalPropertiesBoxedList -public record FakeobjinqueryGetadditionalPropertiesBoxedList
-implements [FakeobjinqueryGetadditionalPropertiesBoxed](#fakeobjinquerygetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeobjinqueryGetadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -229,16 +229,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeobjinqueryGetadditionalPropertiesBoxedMap -public record FakeobjinqueryGetadditionalPropertiesBoxedMap
-implements [FakeobjinqueryGetadditionalPropertiesBoxed](#fakeobjinquerygetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakeobjinqueryGetadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -246,8 +246,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakeobjinqueryGetadditionalProperties -public static class FakeobjinqueryGetadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/Fakeparametercollisions1ababselfabPost.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/Fakeparametercollisions1ababselfabPost.md index 292dc8096de..69f3676cb5e 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/Fakeparametercollisions1ababselfabPost.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/Fakeparametercollisions1ababselfabPost.md @@ -40,9 +40,9 @@ import org.openapijsonschematools.client.paths.fakeparametercollisions1ababselfa import org.openapijsonschematools.client.paths.fakeparametercollisions1ababselfab.post.Fakeparametercollisions1ababselfabPostCookieParameters; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakeparametercollisions1ababselfab.post.Fakeparametercollisions1ababselfabPostPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeparametercollisions1ababselfab.post.responses.Fakeparametercollisions1ababselfabPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakeparametercollisions1ababselfab.Fakeparametercollisions1ababselfabPost; @@ -51,13 +51,14 @@ import org.openapijsonschematools.client.paths.fakeparametercollisions1ababselfa import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -65,19 +66,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); Fakeparametercollisions1ababselfabPost.Post apiClient = new Fakeparametercollisions1ababselfabPost.Post(apiConfiguration, schemaConfiguration); // Map validation -Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParametersMap pathParameters = +Fakeparametercollisions1ababselfabPostPathParameters.PathParametersMap pathParameters = Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParameters1.validate( - new Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParametersMapBuilder() + new Fakeparametercollisions1ababselfabPostPathParameters.PathParametersMapBuilder() .positive1("a") .aHyphenMinusB("a") @@ -145,11 +148,11 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostPathParameters.md#fakeparametercollisions1ababselfabpostpathparametersmap) | pathParameters | +| [Fakeparametercollisions1ababselfabPostPathParameters.PathParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostPathParameters.md#pathparametersmap) | pathParameters | | [Fakeparametercollisions1ababselfabPostRequestBody.@Nullable SealedRequestBody](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostRequestBody.md#sealedrequestbody) | requestBody
optional | -| [Fakeparametercollisions1ababselfabPostHeaderParameters.@Nullable Fakeparametercollisions1ababselfabPostHeaderParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostHeaderParameters.md#fakeparametercollisions1ababselfabpostheaderparametersmap) | headerParameters
optional | -| [Fakeparametercollisions1ababselfabPostQueryParameters.@Nullable Fakeparametercollisions1ababselfabPostQueryParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostQueryParameters.md#fakeparametercollisions1ababselfabpostqueryparametersmap) | queryParameters
optional | -| [Fakeparametercollisions1ababselfabPostCookieParameters.@Nullable Fakeparametercollisions1ababselfabPostCookieParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostCookieParameters.md#fakeparametercollisions1ababselfabpostcookieparametersmap) | cookieParameters
optional | +| [Fakeparametercollisions1ababselfabPostHeaderParameters.@Nullable HeaderParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostHeaderParameters.md#headerparametersmap) | headerParameters
optional | +| [Fakeparametercollisions1ababselfabPostQueryParameters.@Nullable QueryParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostQueryParameters.md#queryparametersmap) | queryParameters
optional | +| [Fakeparametercollisions1ababselfabPostCookieParameters.@Nullable CookieParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostCookieParameters.md#cookieparametersmap) | cookieParameters
optional | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -161,11 +164,11 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [Fakeparametercollisions1ababselfabPostPathParameters.@Nullable Fakeparametercollisions1ababselfabPostPathParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostPathParameters.md#fakeparametercollisions1ababselfabpostpathparametersmap) | pathParameters | +| [Fakeparametercollisions1ababselfabPostPathParameters.@Nullable PathParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostPathParameters.md#pathparametersmap) | pathParameters | | [Fakeparametercollisions1ababselfabPostRequestBody.@Nullable SealedRequestBody](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostRequestBody.md#sealedrequestbody) | requestBody | -| [Fakeparametercollisions1ababselfabPostHeaderParameters.@Nullable Fakeparametercollisions1ababselfabPostHeaderParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostHeaderParameters.md#fakeparametercollisions1ababselfabpostheaderparametersmap) | headerParameters | -| [Fakeparametercollisions1ababselfabPostQueryParameters.@Nullable Fakeparametercollisions1ababselfabPostQueryParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostQueryParameters.md#fakeparametercollisions1ababselfabpostqueryparametersmap) | queryParameters | -| [Fakeparametercollisions1ababselfabPostCookieParameters.@Nullable Fakeparametercollisions1ababselfabPostCookieParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostCookieParameters.md#fakeparametercollisions1ababselfabpostcookieparametersmap) | cookieParameters | +| [Fakeparametercollisions1ababselfabPostHeaderParameters.@Nullable HeaderParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostHeaderParameters.md#headerparametersmap) | headerParameters | +| [Fakeparametercollisions1ababselfabPostQueryParameters.@Nullable QueryParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostQueryParameters.md#queryparametersmap) | queryParameters | +| [Fakeparametercollisions1ababselfabPostCookieParameters.@Nullable CookieParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostCookieParameters.md#cookieparametersmap) | cookieParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | @Nullable Duration | timeout | @@ -184,9 +187,9 @@ a builder for request inputs | ----------------- | ---------------------- | | [PostRequest](#postrequest) | build()
Returns the request input used to call an endpoint method | | [Post0RequestBuilder](#post0requestbuilder) | requestBody([Fakeparametercollisions1ababselfabPostRequestBody.SealedRequestBody](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostRequestBody.md#sealedrequestbody) requestBody)
sets the optional property | -| [Post0RequestBuilder](#post0requestbuilder) | headerParameters([Fakeparametercollisions1ababselfabPostHeaderParametersFakeparametercollisions1ababselfabPostHeaderParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostHeaderParameters.md#fakeparametercollisions1ababselfabpostheaderparametersmap) headerParameters)
sets the optional property | -| [Post0RequestBuilder](#post0requestbuilder) | queryParameters([Fakeparametercollisions1ababselfabPostQueryParametersFakeparametercollisions1ababselfabPostQueryParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostQueryParameters.md#fakeparametercollisions1ababselfabpostqueryparametersmap) queryParameters)
sets the optional property | -| [Post0RequestBuilder](#post0requestbuilder) | cookieParameters([Fakeparametercollisions1ababselfabPostCookieParametersFakeparametercollisions1ababselfabPostCookieParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostCookieParameters.md#fakeparametercollisions1ababselfabpostcookieparametersmap) cookieParameters)
sets the optional property | +| [Post0RequestBuilder](#post0requestbuilder) | headerParameters([Fakeparametercollisions1ababselfabPostHeaderParametersHeaderParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostHeaderParameters.md#headerparametersmap) headerParameters)
sets the optional property | +| [Post0RequestBuilder](#post0requestbuilder) | queryParameters([Fakeparametercollisions1ababselfabPostQueryParametersQueryParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostQueryParameters.md#queryparametersmap) queryParameters)
sets the optional property | +| [Post0RequestBuilder](#post0requestbuilder) | cookieParameters([Fakeparametercollisions1ababselfabPostCookieParametersCookieParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostCookieParameters.md#cookieparametersmap) cookieParameters)
sets the optional property | | [Post0RequestBuilder](#post0requestbuilder) | serverIndex([RootServerInfo.ServerIndex](../../RootServerInfo.md#serverindex) serverIndex)
sets the optional property. Note: this will override the value in apiConfiguration | | [Post0RequestBuilder](#post0requestbuilder) | timeout(Duration timeout)
sets the optional property. Note: this will override the value in apiConfiguration | @@ -203,6 +206,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Post0RequestBuilder](#post0requestbuilder) | pathParameters([Fakeparametercollisions1ababselfabPostPathParametersFakeparametercollisions1ababselfabPostPathParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostPathParameters.md#fakeparametercollisions1ababselfabpostpathparametersmap) pathParameters)
sets the property | +| [Post0RequestBuilder](#post0requestbuilder) | pathParameters([Fakeparametercollisions1ababselfabPostPathParametersPathParametersMap](../../paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostPathParameters.md#pathparametersmap) pathParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostCookieParameters.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostCookieParameters.md index aa5cbc51772..02b21681818 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostCookieParameters.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostCookieParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [Fakeparametercollisions1ababselfabPostCookieParameters.Fakeparametercollisions1ababselfabPostCookieParameters1Boxed](#fakeparametercollisions1ababselfabpostcookieparameters1boxed)
sealed interface for validated payloads | | record | [Fakeparametercollisions1ababselfabPostCookieParameters.Fakeparametercollisions1ababselfabPostCookieParameters1BoxedMap](#fakeparametercollisions1ababselfabpostcookieparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [Fakeparametercollisions1ababselfabPostCookieParameters.Fakeparametercollisions1ababselfabPostCookieParameters1](#fakeparametercollisions1ababselfabpostcookieparameters1)
schema class | -| static class | [Fakeparametercollisions1ababselfabPostCookieParameters.Fakeparametercollisions1ababselfabPostCookieParametersMapBuilder](#fakeparametercollisions1ababselfabpostcookieparametersmapbuilder)
builder for Map payloads | -| static class | [Fakeparametercollisions1ababselfabPostCookieParameters.Fakeparametercollisions1ababselfabPostCookieParametersMap](#fakeparametercollisions1ababselfabpostcookieparametersmap)
output class for Map payloads | -| sealed interface | [Fakeparametercollisions1ababselfabPostCookieParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [Fakeparametercollisions1ababselfabPostCookieParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [Fakeparametercollisions1ababselfabPostCookieParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [Fakeparametercollisions1ababselfabPostCookieParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [Fakeparametercollisions1ababselfabPostCookieParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [Fakeparametercollisions1ababselfabPostCookieParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [Fakeparametercollisions1ababselfabPostCookieParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [Fakeparametercollisions1ababselfabPostCookieParameters.Fakeparametercollisions1ababselfabPostadditionalProperties](#fakeparametercollisions1ababselfabpostadditionalproperties)
schema class | +| static class | [Fakeparametercollisions1ababselfabPostCookieParameters.CookieParametersMapBuilder](#cookieparametersmapbuilder)
builder for Map payloads | +| static class | [Fakeparametercollisions1ababselfabPostCookieParameters.CookieParametersMap](#cookieparametersmap)
output class for Map payloads | +| sealed interface | [Fakeparametercollisions1ababselfabPostCookieParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [Fakeparametercollisions1ababselfabPostCookieParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [Fakeparametercollisions1ababselfabPostCookieParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [Fakeparametercollisions1ababselfabPostCookieParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [Fakeparametercollisions1ababselfabPostCookieParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [Fakeparametercollisions1ababselfabPostCookieParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [Fakeparametercollisions1ababselfabPostCookieParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [Fakeparametercollisions1ababselfabPostCookieParameters.AdditionalProperties](#additionalproperties)
schema class | ## Fakeparametercollisions1ababselfabPostCookieParameters1Boxed public sealed interface Fakeparametercollisions1ababselfabPostCookieParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostCookieParameters1BoxedMap([Fakeparametercollisions1ababselfabPostCookieParametersMap](#fakeparametercollisions1ababselfabpostcookieparametersmap) data)
Creates an instance, private visibility | +| Fakeparametercollisions1ababselfabPostCookieParameters1BoxedMap([CookieParametersMap](#cookieparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostCookieParametersMap](#fakeparametercollisions1ababselfabpostcookieparametersmap) | data()
validated payload | +| [CookieParametersMap](#cookieparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## Fakeparametercollisions1ababselfabPostCookieParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -Fakeparametercollisions1ababselfabPostCookieParameters.Fakeparametercollisions1ababselfabPostCookieParametersMap validatedPayload = +Fakeparametercollisions1ababselfabPostCookieParameters.CookieParametersMap validatedPayload = Fakeparametercollisions1ababselfabPostCookieParameters.Fakeparametercollisions1ababselfabPostCookieParameters1.validate( - new Fakeparametercollisions1ababselfabPostCookieParameters.Fakeparametercollisions1ababselfabPostCookieParametersMapBuilder() + new Fakeparametercollisions1ababselfabPostCookieParameters.CookieParametersMapBuilder() .positive1("a") .aB("a") @@ -95,18 +95,18 @@ Fakeparametercollisions1ababselfabPostCookieParameters.Fakeparametercollisions1a | ----------------- | ---------------------- | | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("1", [Schema14.Schema141.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md#schema141)),
    new PropertyEntry("aB", [Schema15.Schema151.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md#schema151)),
    new PropertyEntry("Ab", [Schema16.Schema161.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md#schema161)),
    new PropertyEntry("A-B", [Schema18.Schema181.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md#schema181)),
    new PropertyEntry("self", [Schema17.Schema171.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md#schema171))
)
| -| Class | additionalProperties = [Fakeparametercollisions1ababselfabPostadditionalProperties.class](#fakeparametercollisions1ababselfabpostadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostCookieParametersMap](#fakeparametercollisions1ababselfabpostcookieparametersmap) | validate([Map<?, ?>](#fakeparametercollisions1ababselfabpostcookieparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [Fakeparametercollisions1ababselfabPostCookieParameters1BoxedMap](#fakeparametercollisions1ababselfabpostcookieparameters1boxedmap) | validateAndBox([Map<?, ?>](#fakeparametercollisions1ababselfabpostcookieparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [CookieParametersMap](#cookieparametersmap) | validate([Map<?, ?>](#cookieparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [Fakeparametercollisions1ababselfabPostCookieParameters1BoxedMap](#fakeparametercollisions1ababselfabpostcookieparameters1boxedmap) | validateAndBox([Map<?, ?>](#cookieparametersmapbuilder) arg, SchemaConfiguration configuration) | | [Fakeparametercollisions1ababselfabPostCookieParameters1Boxed](#fakeparametercollisions1ababselfabpostcookieparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## Fakeparametercollisions1ababselfabPostCookieParametersMapBuilder -public class Fakeparametercollisions1ababselfabPostCookieParametersMapBuilder
+## CookieParametersMapBuilder +public class CookieParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -114,20 +114,20 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostCookieParametersMapBuilder()
Creates a builder that contains an empty map | +| CookieParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -| [Fakeparametercollisions1ababselfabPostCookieParametersMapBuilder](#fakeparametercollisions1ababselfabpostcookieparametersmapbuilder) | positive1(String value) | -| [Fakeparametercollisions1ababselfabPostCookieParametersMapBuilder](#fakeparametercollisions1ababselfabpostcookieparametersmapbuilder) | aB(String value) | -| [Fakeparametercollisions1ababselfabPostCookieParametersMapBuilder](#fakeparametercollisions1ababselfabpostcookieparametersmapbuilder) | Ab(String value) | -| [Fakeparametercollisions1ababselfabPostCookieParametersMapBuilder](#fakeparametercollisions1ababselfabpostcookieparametersmapbuilder) | aHyphenMinusB(String value) | -| [Fakeparametercollisions1ababselfabPostCookieParametersMapBuilder](#fakeparametercollisions1ababselfabpostcookieparametersmapbuilder) | self(String value) | - -## Fakeparametercollisions1ababselfabPostCookieParametersMap -public static class Fakeparametercollisions1ababselfabPostCookieParametersMap
+| [CookieParametersMapBuilder](#cookieparametersmapbuilder) | positive1(String value) | +| [CookieParametersMapBuilder](#cookieparametersmapbuilder) | aB(String value) | +| [CookieParametersMapBuilder](#cookieparametersmapbuilder) | Ab(String value) | +| [CookieParametersMapBuilder](#cookieparametersmapbuilder) | aHyphenMinusB(String value) | +| [CookieParametersMapBuilder](#cookieparametersmapbuilder) | self(String value) | + +## CookieParametersMap +public static class CookieParametersMap
extends FrozenMap A class to store validated Map payloads @@ -135,34 +135,34 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [Fakeparametercollisions1ababselfabPostCookieParametersMap](#fakeparametercollisions1ababselfabpostcookieparametersmap) | of([Map](#fakeparametercollisions1ababselfabpostcookieparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [CookieParametersMap](#cookieparametersmap) | of([Map](#cookieparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | aB()
[optional] | | String | Ab()
[optional] | | String | self()
[optional] | | @Nullable Object | get(String key)
This schema has invalid Java names so this method must be used when you access instance["1"], instance["A-B"], | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed -public sealed interface Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedvoid), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedboolean), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxednumber), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedstring), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedlist), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -170,16 +170,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -187,16 +187,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -204,16 +204,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -221,16 +221,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -238,16 +238,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -255,8 +255,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalProperties -public static class Fakeparametercollisions1ababselfabPostadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostHeaderParameters.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostHeaderParameters.md index 469ac3b89ee..35e45166b63 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostHeaderParameters.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostHeaderParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [Fakeparametercollisions1ababselfabPostHeaderParameters.Fakeparametercollisions1ababselfabPostHeaderParameters1Boxed](#fakeparametercollisions1ababselfabpostheaderparameters1boxed)
sealed interface for validated payloads | | record | [Fakeparametercollisions1ababselfabPostHeaderParameters.Fakeparametercollisions1ababselfabPostHeaderParameters1BoxedMap](#fakeparametercollisions1ababselfabpostheaderparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [Fakeparametercollisions1ababselfabPostHeaderParameters.Fakeparametercollisions1ababselfabPostHeaderParameters1](#fakeparametercollisions1ababselfabpostheaderparameters1)
schema class | -| static class | [Fakeparametercollisions1ababselfabPostHeaderParameters.Fakeparametercollisions1ababselfabPostHeaderParametersMapBuilder](#fakeparametercollisions1ababselfabpostheaderparametersmapbuilder)
builder for Map payloads | -| static class | [Fakeparametercollisions1ababselfabPostHeaderParameters.Fakeparametercollisions1ababselfabPostHeaderParametersMap](#fakeparametercollisions1ababselfabpostheaderparametersmap)
output class for Map payloads | -| sealed interface | [Fakeparametercollisions1ababselfabPostHeaderParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [Fakeparametercollisions1ababselfabPostHeaderParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [Fakeparametercollisions1ababselfabPostHeaderParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [Fakeparametercollisions1ababselfabPostHeaderParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [Fakeparametercollisions1ababselfabPostHeaderParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [Fakeparametercollisions1ababselfabPostHeaderParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [Fakeparametercollisions1ababselfabPostHeaderParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [Fakeparametercollisions1ababselfabPostHeaderParameters.Fakeparametercollisions1ababselfabPostadditionalProperties](#fakeparametercollisions1ababselfabpostadditionalproperties)
schema class | +| static class | [Fakeparametercollisions1ababselfabPostHeaderParameters.HeaderParametersMapBuilder](#headerparametersmapbuilder)
builder for Map payloads | +| static class | [Fakeparametercollisions1ababselfabPostHeaderParameters.HeaderParametersMap](#headerparametersmap)
output class for Map payloads | +| sealed interface | [Fakeparametercollisions1ababselfabPostHeaderParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [Fakeparametercollisions1ababselfabPostHeaderParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [Fakeparametercollisions1ababselfabPostHeaderParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [Fakeparametercollisions1ababselfabPostHeaderParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [Fakeparametercollisions1ababselfabPostHeaderParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [Fakeparametercollisions1ababselfabPostHeaderParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [Fakeparametercollisions1ababselfabPostHeaderParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [Fakeparametercollisions1ababselfabPostHeaderParameters.AdditionalProperties](#additionalproperties)
schema class | ## Fakeparametercollisions1ababselfabPostHeaderParameters1Boxed public sealed interface Fakeparametercollisions1ababselfabPostHeaderParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostHeaderParameters1BoxedMap([Fakeparametercollisions1ababselfabPostHeaderParametersMap](#fakeparametercollisions1ababselfabpostheaderparametersmap) data)
Creates an instance, private visibility | +| Fakeparametercollisions1ababselfabPostHeaderParameters1BoxedMap([HeaderParametersMap](#headerparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostHeaderParametersMap](#fakeparametercollisions1ababselfabpostheaderparametersmap) | data()
validated payload | +| [HeaderParametersMap](#headerparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## Fakeparametercollisions1ababselfabPostHeaderParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -Fakeparametercollisions1ababselfabPostHeaderParameters.Fakeparametercollisions1ababselfabPostHeaderParametersMap validatedPayload = +Fakeparametercollisions1ababselfabPostHeaderParameters.HeaderParametersMap validatedPayload = Fakeparametercollisions1ababselfabPostHeaderParameters.Fakeparametercollisions1ababselfabPostHeaderParameters1.validate( - new Fakeparametercollisions1ababselfabPostHeaderParameters.Fakeparametercollisions1ababselfabPostHeaderParametersMapBuilder() + new Fakeparametercollisions1ababselfabPostHeaderParameters.HeaderParametersMapBuilder() .positive1("a") .aB("a") @@ -93,18 +93,18 @@ Fakeparametercollisions1ababselfabPostHeaderParameters.Fakeparametercollisions1a | ----------------- | ---------------------- | | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("1", [Schema5.Schema51.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md#schema51)),
    new PropertyEntry("aB", [Schema6.Schema61.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md#schema61)),
    new PropertyEntry("A-B", [Schema8.Schema81.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md#schema81)),
    new PropertyEntry("self", [Schema7.Schema71.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md#schema71))
)
| -| Class | additionalProperties = [Fakeparametercollisions1ababselfabPostadditionalProperties.class](#fakeparametercollisions1ababselfabpostadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostHeaderParametersMap](#fakeparametercollisions1ababselfabpostheaderparametersmap) | validate([Map<?, ?>](#fakeparametercollisions1ababselfabpostheaderparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [Fakeparametercollisions1ababselfabPostHeaderParameters1BoxedMap](#fakeparametercollisions1ababselfabpostheaderparameters1boxedmap) | validateAndBox([Map<?, ?>](#fakeparametercollisions1ababselfabpostheaderparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [HeaderParametersMap](#headerparametersmap) | validate([Map<?, ?>](#headerparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [Fakeparametercollisions1ababselfabPostHeaderParameters1BoxedMap](#fakeparametercollisions1ababselfabpostheaderparameters1boxedmap) | validateAndBox([Map<?, ?>](#headerparametersmapbuilder) arg, SchemaConfiguration configuration) | | [Fakeparametercollisions1ababselfabPostHeaderParameters1Boxed](#fakeparametercollisions1ababselfabpostheaderparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## Fakeparametercollisions1ababselfabPostHeaderParametersMapBuilder -public class Fakeparametercollisions1ababselfabPostHeaderParametersMapBuilder
+## HeaderParametersMapBuilder +public class HeaderParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -112,19 +112,19 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostHeaderParametersMapBuilder()
Creates a builder that contains an empty map | +| HeaderParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -| [Fakeparametercollisions1ababselfabPostHeaderParametersMapBuilder](#fakeparametercollisions1ababselfabpostheaderparametersmapbuilder) | positive1(String value) | -| [Fakeparametercollisions1ababselfabPostHeaderParametersMapBuilder](#fakeparametercollisions1ababselfabpostheaderparametersmapbuilder) | aB(String value) | -| [Fakeparametercollisions1ababselfabPostHeaderParametersMapBuilder](#fakeparametercollisions1ababselfabpostheaderparametersmapbuilder) | aHyphenMinusB(String value) | -| [Fakeparametercollisions1ababselfabPostHeaderParametersMapBuilder](#fakeparametercollisions1ababselfabpostheaderparametersmapbuilder) | self(String value) | +| [HeaderParametersMapBuilder](#headerparametersmapbuilder) | positive1(String value) | +| [HeaderParametersMapBuilder](#headerparametersmapbuilder) | aB(String value) | +| [HeaderParametersMapBuilder](#headerparametersmapbuilder) | aHyphenMinusB(String value) | +| [HeaderParametersMapBuilder](#headerparametersmapbuilder) | self(String value) | -## Fakeparametercollisions1ababselfabPostHeaderParametersMap -public static class Fakeparametercollisions1ababselfabPostHeaderParametersMap
+## HeaderParametersMap +public static class HeaderParametersMap
extends FrozenMap A class to store validated Map payloads @@ -132,33 +132,33 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [Fakeparametercollisions1ababselfabPostHeaderParametersMap](#fakeparametercollisions1ababselfabpostheaderparametersmap) | of([Map](#fakeparametercollisions1ababselfabpostheaderparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [HeaderParametersMap](#headerparametersmap) | of([Map](#headerparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | aB()
[optional] | | String | self()
[optional] | | @Nullable Object | get(String key)
This schema has invalid Java names so this method must be used when you access instance["1"], instance["A-B"], | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed -public sealed interface Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedvoid), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedboolean), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxednumber), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedstring), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedlist), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -166,16 +166,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -183,16 +183,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -200,16 +200,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -217,16 +217,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -234,16 +234,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -251,8 +251,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalProperties -public static class Fakeparametercollisions1ababselfabPostadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostPathParameters.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostPathParameters.md index 7585710f95e..923dee054a3 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostPathParameters.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostPathParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParameters1Boxed](#fakeparametercollisions1ababselfabpostpathparameters1boxed)
sealed interface for validated payloads | | record | [Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParameters1BoxedMap](#fakeparametercollisions1ababselfabpostpathparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParameters1](#fakeparametercollisions1ababselfabpostpathparameters1)
schema class | -| static class | [Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParametersMapBuilder](#fakeparametercollisions1ababselfabpostpathparametersmapbuilder)
builder for Map payloads | -| static class | [Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParametersMap](#fakeparametercollisions1ababselfabpostpathparametersmap)
output class for Map payloads | -| sealed interface | [Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostadditionalProperties](#fakeparametercollisions1ababselfabpostadditionalproperties)
schema class | +| static class | [Fakeparametercollisions1ababselfabPostPathParameters.PathParametersMapBuilder](#pathparametersmapbuilder)
builder for Map payloads | +| static class | [Fakeparametercollisions1ababselfabPostPathParameters.PathParametersMap](#pathparametersmap)
output class for Map payloads | +| sealed interface | [Fakeparametercollisions1ababselfabPostPathParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [Fakeparametercollisions1ababselfabPostPathParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [Fakeparametercollisions1ababselfabPostPathParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [Fakeparametercollisions1ababselfabPostPathParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [Fakeparametercollisions1ababselfabPostPathParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [Fakeparametercollisions1ababselfabPostPathParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [Fakeparametercollisions1ababselfabPostPathParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [Fakeparametercollisions1ababselfabPostPathParameters.AdditionalProperties](#additionalproperties)
schema class | ## Fakeparametercollisions1ababselfabPostPathParameters1Boxed public sealed interface Fakeparametercollisions1ababselfabPostPathParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParameters1BoxedMap([Fakeparametercollisions1ababselfabPostPathParametersMap](#fakeparametercollisions1ababselfabpostpathparametersmap) data)
Creates an instance, private visibility | +| Fakeparametercollisions1ababselfabPostPathParameters1BoxedMap([PathParametersMap](#pathparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap](#fakeparametercollisions1ababselfabpostpathparametersmap) | data()
validated payload | +| [PathParametersMap](#pathparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## Fakeparametercollisions1ababselfabPostPathParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParametersMap validatedPayload = +Fakeparametercollisions1ababselfabPostPathParameters.PathParametersMap validatedPayload = Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParameters1.validate( - new Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParametersMapBuilder() + new Fakeparametercollisions1ababselfabPostPathParameters.PathParametersMapBuilder() .positive1("a") .aHyphenMinusB("a") @@ -96,18 +96,18 @@ Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1aba | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("1", [Schema9.Schema91.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md#schema91)),
    new PropertyEntry("aB", [Schema10.Schema101.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md#schema101)),
    new PropertyEntry("Ab", [Schema11.Schema111.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md#schema111)),
    new PropertyEntry("A-B", [Schema13.Schema131.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md#schema131)),
    new PropertyEntry("self", [Schema12.Schema121.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md#schema121))
)
| | Set | required = Set.of(
    "1",
    "A-B",
    "Ab",
    "aB",
    "self"
)
| -| Class | additionalProperties = [Fakeparametercollisions1ababselfabPostadditionalProperties.class](#fakeparametercollisions1ababselfabpostadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap](#fakeparametercollisions1ababselfabpostpathparametersmap) | validate([Map<?, ?>](#fakeparametercollisions1ababselfabpostpathparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [Fakeparametercollisions1ababselfabPostPathParameters1BoxedMap](#fakeparametercollisions1ababselfabpostpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#fakeparametercollisions1ababselfabpostpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PathParametersMap](#pathparametersmap) | validate([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [Fakeparametercollisions1ababselfabPostPathParameters1BoxedMap](#fakeparametercollisions1ababselfabpostpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | [Fakeparametercollisions1ababselfabPostPathParameters1Boxed](#fakeparametercollisions1ababselfabpostpathparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder
+## PathParametersMap00000Builder +public class PathParametersMap00000Builder
builder for `Map` A class that builds the Map input type @@ -115,15 +115,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap00000Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## Fakeparametercollisions1ababselfabPostPathParametersMap00001Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap00001Builder
+## PathParametersMap00001Builder +public class PathParametersMap00001Builder
builder for `Map` A class that builds the Map input type @@ -131,15 +131,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap00001Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap00001Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00000builder) | self(String value) | +| [PathParametersMap00000Builder](#pathparametersmap00000builder) | self(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap00010Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap00010Builder
+## PathParametersMap00010Builder +public class PathParametersMap00010Builder
builder for `Map` A class that builds the Map input type @@ -147,15 +147,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap00010Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap00010Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00000builder) | aB(String value) | +| [PathParametersMap00000Builder](#pathparametersmap00000builder) | aB(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap00011Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap00011Builder
+## PathParametersMap00011Builder +public class PathParametersMap00011Builder
builder for `Map` A class that builds the Map input type @@ -163,16 +163,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap00011Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap00011Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00001Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00001builder) | aB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00010Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00010builder) | self(String value) | +| [PathParametersMap00001Builder](#pathparametersmap00001builder) | aB(String value) | +| [PathParametersMap00010Builder](#pathparametersmap00010builder) | self(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap00100Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap00100Builder
+## PathParametersMap00100Builder +public class PathParametersMap00100Builder
builder for `Map` A class that builds the Map input type @@ -180,15 +180,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap00100Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap00100Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00000builder) | Ab(String value) | +| [PathParametersMap00000Builder](#pathparametersmap00000builder) | Ab(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap00101Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap00101Builder
+## PathParametersMap00101Builder +public class PathParametersMap00101Builder
builder for `Map` A class that builds the Map input type @@ -196,16 +196,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap00101Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap00101Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00001Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00001builder) | Ab(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00100Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00100builder) | self(String value) | +| [PathParametersMap00001Builder](#pathparametersmap00001builder) | Ab(String value) | +| [PathParametersMap00100Builder](#pathparametersmap00100builder) | self(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap00110Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap00110Builder
+## PathParametersMap00110Builder +public class PathParametersMap00110Builder
builder for `Map` A class that builds the Map input type @@ -213,16 +213,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap00110Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap00110Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00010Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00010builder) | Ab(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00100Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00100builder) | aB(String value) | +| [PathParametersMap00010Builder](#pathparametersmap00010builder) | Ab(String value) | +| [PathParametersMap00100Builder](#pathparametersmap00100builder) | aB(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap00111Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap00111Builder
+## PathParametersMap00111Builder +public class PathParametersMap00111Builder
builder for `Map` A class that builds the Map input type @@ -230,17 +230,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap00111Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap00111Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00011Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00011builder) | Ab(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00101Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00101builder) | aB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00110Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00110builder) | self(String value) | +| [PathParametersMap00011Builder](#pathparametersmap00011builder) | Ab(String value) | +| [PathParametersMap00101Builder](#pathparametersmap00101builder) | aB(String value) | +| [PathParametersMap00110Builder](#pathparametersmap00110builder) | self(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap01000Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap01000Builder
+## PathParametersMap01000Builder +public class PathParametersMap01000Builder
builder for `Map` A class that builds the Map input type @@ -248,15 +248,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap01000Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap01000Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00000builder) | aHyphenMinusB(String value) | +| [PathParametersMap00000Builder](#pathparametersmap00000builder) | aHyphenMinusB(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap01001Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap01001Builder
+## PathParametersMap01001Builder +public class PathParametersMap01001Builder
builder for `Map` A class that builds the Map input type @@ -264,16 +264,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap01001Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap01001Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00001Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00001builder) | aHyphenMinusB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01000Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01000builder) | self(String value) | +| [PathParametersMap00001Builder](#pathparametersmap00001builder) | aHyphenMinusB(String value) | +| [PathParametersMap01000Builder](#pathparametersmap01000builder) | self(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap01010Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap01010Builder
+## PathParametersMap01010Builder +public class PathParametersMap01010Builder
builder for `Map` A class that builds the Map input type @@ -281,16 +281,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap01010Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap01010Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00010Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00010builder) | aHyphenMinusB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01000Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01000builder) | aB(String value) | +| [PathParametersMap00010Builder](#pathparametersmap00010builder) | aHyphenMinusB(String value) | +| [PathParametersMap01000Builder](#pathparametersmap01000builder) | aB(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap01011Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap01011Builder
+## PathParametersMap01011Builder +public class PathParametersMap01011Builder
builder for `Map` A class that builds the Map input type @@ -298,17 +298,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap01011Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap01011Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00011Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00011builder) | aHyphenMinusB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01001Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01001builder) | aB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01010Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01010builder) | self(String value) | +| [PathParametersMap00011Builder](#pathparametersmap00011builder) | aHyphenMinusB(String value) | +| [PathParametersMap01001Builder](#pathparametersmap01001builder) | aB(String value) | +| [PathParametersMap01010Builder](#pathparametersmap01010builder) | self(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap01100Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap01100Builder
+## PathParametersMap01100Builder +public class PathParametersMap01100Builder
builder for `Map` A class that builds the Map input type @@ -316,16 +316,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap01100Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap01100Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00100Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00100builder) | aHyphenMinusB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01000Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01000builder) | Ab(String value) | +| [PathParametersMap00100Builder](#pathparametersmap00100builder) | aHyphenMinusB(String value) | +| [PathParametersMap01000Builder](#pathparametersmap01000builder) | Ab(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap01101Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap01101Builder
+## PathParametersMap01101Builder +public class PathParametersMap01101Builder
builder for `Map` A class that builds the Map input type @@ -333,17 +333,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap01101Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap01101Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00101Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00101builder) | aHyphenMinusB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01001Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01001builder) | Ab(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01100Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01100builder) | self(String value) | +| [PathParametersMap00101Builder](#pathparametersmap00101builder) | aHyphenMinusB(String value) | +| [PathParametersMap01001Builder](#pathparametersmap01001builder) | Ab(String value) | +| [PathParametersMap01100Builder](#pathparametersmap01100builder) | self(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap01110Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap01110Builder
+## PathParametersMap01110Builder +public class PathParametersMap01110Builder
builder for `Map` A class that builds the Map input type @@ -351,17 +351,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap01110Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap01110Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00110Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00110builder) | aHyphenMinusB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01010Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01010builder) | Ab(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01100Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01100builder) | aB(String value) | +| [PathParametersMap00110Builder](#pathparametersmap00110builder) | aHyphenMinusB(String value) | +| [PathParametersMap01010Builder](#pathparametersmap01010builder) | Ab(String value) | +| [PathParametersMap01100Builder](#pathparametersmap01100builder) | aB(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap01111Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap01111Builder
+## PathParametersMap01111Builder +public class PathParametersMap01111Builder
builder for `Map` A class that builds the Map input type @@ -369,18 +369,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap01111Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap01111Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00111Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00111builder) | aHyphenMinusB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01011Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01011builder) | Ab(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01101Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01101builder) | aB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01110Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01110builder) | self(String value) | +| [PathParametersMap00111Builder](#pathparametersmap00111builder) | aHyphenMinusB(String value) | +| [PathParametersMap01011Builder](#pathparametersmap01011builder) | Ab(String value) | +| [PathParametersMap01101Builder](#pathparametersmap01101builder) | aB(String value) | +| [PathParametersMap01110Builder](#pathparametersmap01110builder) | self(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap10000Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap10000Builder
+## PathParametersMap10000Builder +public class PathParametersMap10000Builder
builder for `Map` A class that builds the Map input type @@ -388,15 +388,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap10000Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap10000Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00000builder) | positive1(String value) | +| [PathParametersMap00000Builder](#pathparametersmap00000builder) | positive1(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap10001Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap10001Builder
+## PathParametersMap10001Builder +public class PathParametersMap10001Builder
builder for `Map` A class that builds the Map input type @@ -404,16 +404,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap10001Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap10001Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00001Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00001builder) | positive1(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10000Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10000builder) | self(String value) | +| [PathParametersMap00001Builder](#pathparametersmap00001builder) | positive1(String value) | +| [PathParametersMap10000Builder](#pathparametersmap10000builder) | self(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap10010Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap10010Builder
+## PathParametersMap10010Builder +public class PathParametersMap10010Builder
builder for `Map` A class that builds the Map input type @@ -421,16 +421,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap10010Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap10010Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00010Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00010builder) | positive1(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10000Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10000builder) | aB(String value) | +| [PathParametersMap00010Builder](#pathparametersmap00010builder) | positive1(String value) | +| [PathParametersMap10000Builder](#pathparametersmap10000builder) | aB(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap10011Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap10011Builder
+## PathParametersMap10011Builder +public class PathParametersMap10011Builder
builder for `Map` A class that builds the Map input type @@ -438,17 +438,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap10011Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap10011Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00011Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00011builder) | positive1(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10001Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10001builder) | aB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10010Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10010builder) | self(String value) | +| [PathParametersMap00011Builder](#pathparametersmap00011builder) | positive1(String value) | +| [PathParametersMap10001Builder](#pathparametersmap10001builder) | aB(String value) | +| [PathParametersMap10010Builder](#pathparametersmap10010builder) | self(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap10100Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap10100Builder
+## PathParametersMap10100Builder +public class PathParametersMap10100Builder
builder for `Map` A class that builds the Map input type @@ -456,16 +456,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap10100Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap10100Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00100Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00100builder) | positive1(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10000Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10000builder) | Ab(String value) | +| [PathParametersMap00100Builder](#pathparametersmap00100builder) | positive1(String value) | +| [PathParametersMap10000Builder](#pathparametersmap10000builder) | Ab(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap10101Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap10101Builder
+## PathParametersMap10101Builder +public class PathParametersMap10101Builder
builder for `Map` A class that builds the Map input type @@ -473,17 +473,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap10101Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap10101Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00101Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00101builder) | positive1(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10001Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10001builder) | Ab(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10100Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10100builder) | self(String value) | +| [PathParametersMap00101Builder](#pathparametersmap00101builder) | positive1(String value) | +| [PathParametersMap10001Builder](#pathparametersmap10001builder) | Ab(String value) | +| [PathParametersMap10100Builder](#pathparametersmap10100builder) | self(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap10110Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap10110Builder
+## PathParametersMap10110Builder +public class PathParametersMap10110Builder
builder for `Map` A class that builds the Map input type @@ -491,17 +491,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap10110Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap10110Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00110Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00110builder) | positive1(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10010Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10010builder) | Ab(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10100Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10100builder) | aB(String value) | +| [PathParametersMap00110Builder](#pathparametersmap00110builder) | positive1(String value) | +| [PathParametersMap10010Builder](#pathparametersmap10010builder) | Ab(String value) | +| [PathParametersMap10100Builder](#pathparametersmap10100builder) | aB(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap10111Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap10111Builder
+## PathParametersMap10111Builder +public class PathParametersMap10111Builder
builder for `Map` A class that builds the Map input type @@ -509,18 +509,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap10111Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap10111Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap00111Builder](#fakeparametercollisions1ababselfabpostpathparametersmap00111builder) | positive1(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10011Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10011builder) | Ab(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10101Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10101builder) | aB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10110Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10110builder) | self(String value) | +| [PathParametersMap00111Builder](#pathparametersmap00111builder) | positive1(String value) | +| [PathParametersMap10011Builder](#pathparametersmap10011builder) | Ab(String value) | +| [PathParametersMap10101Builder](#pathparametersmap10101builder) | aB(String value) | +| [PathParametersMap10110Builder](#pathparametersmap10110builder) | self(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap11000Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap11000Builder
+## PathParametersMap11000Builder +public class PathParametersMap11000Builder
builder for `Map` A class that builds the Map input type @@ -528,16 +528,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap11000Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap11000Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01000Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01000builder) | positive1(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10000Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10000builder) | aHyphenMinusB(String value) | +| [PathParametersMap01000Builder](#pathparametersmap01000builder) | positive1(String value) | +| [PathParametersMap10000Builder](#pathparametersmap10000builder) | aHyphenMinusB(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap11001Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap11001Builder
+## PathParametersMap11001Builder +public class PathParametersMap11001Builder
builder for `Map` A class that builds the Map input type @@ -545,17 +545,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap11001Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap11001Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01001Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01001builder) | positive1(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10001Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10001builder) | aHyphenMinusB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap11000Builder](#fakeparametercollisions1ababselfabpostpathparametersmap11000builder) | self(String value) | +| [PathParametersMap01001Builder](#pathparametersmap01001builder) | positive1(String value) | +| [PathParametersMap10001Builder](#pathparametersmap10001builder) | aHyphenMinusB(String value) | +| [PathParametersMap11000Builder](#pathparametersmap11000builder) | self(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap11010Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap11010Builder
+## PathParametersMap11010Builder +public class PathParametersMap11010Builder
builder for `Map` A class that builds the Map input type @@ -563,17 +563,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap11010Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap11010Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01010Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01010builder) | positive1(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10010Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10010builder) | aHyphenMinusB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap11000Builder](#fakeparametercollisions1ababselfabpostpathparametersmap11000builder) | aB(String value) | +| [PathParametersMap01010Builder](#pathparametersmap01010builder) | positive1(String value) | +| [PathParametersMap10010Builder](#pathparametersmap10010builder) | aHyphenMinusB(String value) | +| [PathParametersMap11000Builder](#pathparametersmap11000builder) | aB(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap11011Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap11011Builder
+## PathParametersMap11011Builder +public class PathParametersMap11011Builder
builder for `Map` A class that builds the Map input type @@ -581,18 +581,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap11011Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap11011Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01011Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01011builder) | positive1(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10011Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10011builder) | aHyphenMinusB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap11001Builder](#fakeparametercollisions1ababselfabpostpathparametersmap11001builder) | aB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap11010Builder](#fakeparametercollisions1ababselfabpostpathparametersmap11010builder) | self(String value) | +| [PathParametersMap01011Builder](#pathparametersmap01011builder) | positive1(String value) | +| [PathParametersMap10011Builder](#pathparametersmap10011builder) | aHyphenMinusB(String value) | +| [PathParametersMap11001Builder](#pathparametersmap11001builder) | aB(String value) | +| [PathParametersMap11010Builder](#pathparametersmap11010builder) | self(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap11100Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap11100Builder
+## PathParametersMap11100Builder +public class PathParametersMap11100Builder
builder for `Map` A class that builds the Map input type @@ -600,17 +600,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap11100Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap11100Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01100Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01100builder) | positive1(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10100Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10100builder) | aHyphenMinusB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap11000Builder](#fakeparametercollisions1ababselfabpostpathparametersmap11000builder) | Ab(String value) | +| [PathParametersMap01100Builder](#pathparametersmap01100builder) | positive1(String value) | +| [PathParametersMap10100Builder](#pathparametersmap10100builder) | aHyphenMinusB(String value) | +| [PathParametersMap11000Builder](#pathparametersmap11000builder) | Ab(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap11101Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap11101Builder
+## PathParametersMap11101Builder +public class PathParametersMap11101Builder
builder for `Map` A class that builds the Map input type @@ -618,18 +618,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap11101Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap11101Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01101Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01101builder) | positive1(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10101Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10101builder) | aHyphenMinusB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap11001Builder](#fakeparametercollisions1ababselfabpostpathparametersmap11001builder) | Ab(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap11100Builder](#fakeparametercollisions1ababselfabpostpathparametersmap11100builder) | self(String value) | +| [PathParametersMap01101Builder](#pathparametersmap01101builder) | positive1(String value) | +| [PathParametersMap10101Builder](#pathparametersmap10101builder) | aHyphenMinusB(String value) | +| [PathParametersMap11001Builder](#pathparametersmap11001builder) | Ab(String value) | +| [PathParametersMap11100Builder](#pathparametersmap11100builder) | self(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap11110Builder -public class Fakeparametercollisions1ababselfabPostPathParametersMap11110Builder
+## PathParametersMap11110Builder +public class PathParametersMap11110Builder
builder for `Map` A class that builds the Map input type @@ -637,18 +637,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMap11110Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap11110Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01110Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01110builder) | positive1(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10110Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10110builder) | aHyphenMinusB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap11010Builder](#fakeparametercollisions1ababselfabpostpathparametersmap11010builder) | Ab(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap11100Builder](#fakeparametercollisions1ababselfabpostpathparametersmap11100builder) | aB(String value) | +| [PathParametersMap01110Builder](#pathparametersmap01110builder) | positive1(String value) | +| [PathParametersMap10110Builder](#pathparametersmap10110builder) | aHyphenMinusB(String value) | +| [PathParametersMap11010Builder](#pathparametersmap11010builder) | Ab(String value) | +| [PathParametersMap11100Builder](#pathparametersmap11100builder) | aB(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMapBuilder -public class Fakeparametercollisions1ababselfabPostPathParametersMapBuilder
+## PathParametersMapBuilder +public class PathParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -656,19 +656,19 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostPathParametersMapBuilder()
Creates a builder that contains an empty map | +| PathParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostPathParametersMap01111Builder](#fakeparametercollisions1ababselfabpostpathparametersmap01111builder) | positive1(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap10111Builder](#fakeparametercollisions1ababselfabpostpathparametersmap10111builder) | aHyphenMinusB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap11011Builder](#fakeparametercollisions1ababselfabpostpathparametersmap11011builder) | Ab(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap11101Builder](#fakeparametercollisions1ababselfabpostpathparametersmap11101builder) | aB(String value) | -| [Fakeparametercollisions1ababselfabPostPathParametersMap11110Builder](#fakeparametercollisions1ababselfabpostpathparametersmap11110builder) | self(String value) | +| [PathParametersMap01111Builder](#pathparametersmap01111builder) | positive1(String value) | +| [PathParametersMap10111Builder](#pathparametersmap10111builder) | aHyphenMinusB(String value) | +| [PathParametersMap11011Builder](#pathparametersmap11011builder) | Ab(String value) | +| [PathParametersMap11101Builder](#pathparametersmap11101builder) | aB(String value) | +| [PathParametersMap11110Builder](#pathparametersmap11110builder) | self(String value) | -## Fakeparametercollisions1ababselfabPostPathParametersMap -public static class Fakeparametercollisions1ababselfabPostPathParametersMap
+## PathParametersMap +public static class PathParametersMap
extends FrozenMap A class to store validated Map payloads @@ -676,34 +676,34 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [Fakeparametercollisions1ababselfabPostPathParametersMap](#fakeparametercollisions1ababselfabpostpathparametersmap) | of([Map](#fakeparametercollisions1ababselfabpostpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [PathParametersMap](#pathparametersmap) | of([Map](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | Ab()
| | String | aB()
| | String | self()
| | @Nullable Object | get(String key)
This schema has invalid Java names so this method must be used when you access instance["1"], instance["A-B"], | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed -public sealed interface Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedvoid), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedboolean), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxednumber), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedstring), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedlist), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -711,16 +711,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -728,16 +728,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -745,16 +745,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -762,16 +762,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -779,16 +779,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -796,8 +796,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalProperties -public static class Fakeparametercollisions1ababselfabPostadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostQueryParameters.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostQueryParameters.md index e791e7eae15..5c8d38d4e68 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostQueryParameters.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostQueryParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [Fakeparametercollisions1ababselfabPostQueryParameters.Fakeparametercollisions1ababselfabPostQueryParameters1Boxed](#fakeparametercollisions1ababselfabpostqueryparameters1boxed)
sealed interface for validated payloads | | record | [Fakeparametercollisions1ababselfabPostQueryParameters.Fakeparametercollisions1ababselfabPostQueryParameters1BoxedMap](#fakeparametercollisions1ababselfabpostqueryparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [Fakeparametercollisions1ababselfabPostQueryParameters.Fakeparametercollisions1ababselfabPostQueryParameters1](#fakeparametercollisions1ababselfabpostqueryparameters1)
schema class | -| static class | [Fakeparametercollisions1ababselfabPostQueryParameters.Fakeparametercollisions1ababselfabPostQueryParametersMapBuilder](#fakeparametercollisions1ababselfabpostqueryparametersmapbuilder)
builder for Map payloads | -| static class | [Fakeparametercollisions1ababselfabPostQueryParameters.Fakeparametercollisions1ababselfabPostQueryParametersMap](#fakeparametercollisions1ababselfabpostqueryparametersmap)
output class for Map payloads | -| sealed interface | [Fakeparametercollisions1ababselfabPostQueryParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [Fakeparametercollisions1ababselfabPostQueryParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [Fakeparametercollisions1ababselfabPostQueryParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [Fakeparametercollisions1ababselfabPostQueryParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [Fakeparametercollisions1ababselfabPostQueryParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [Fakeparametercollisions1ababselfabPostQueryParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [Fakeparametercollisions1ababselfabPostQueryParameters.Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [Fakeparametercollisions1ababselfabPostQueryParameters.Fakeparametercollisions1ababselfabPostadditionalProperties](#fakeparametercollisions1ababselfabpostadditionalproperties)
schema class | +| static class | [Fakeparametercollisions1ababselfabPostQueryParameters.QueryParametersMapBuilder](#queryparametersmapbuilder)
builder for Map payloads | +| static class | [Fakeparametercollisions1ababselfabPostQueryParameters.QueryParametersMap](#queryparametersmap)
output class for Map payloads | +| sealed interface | [Fakeparametercollisions1ababselfabPostQueryParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [Fakeparametercollisions1ababselfabPostQueryParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [Fakeparametercollisions1ababselfabPostQueryParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [Fakeparametercollisions1ababselfabPostQueryParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [Fakeparametercollisions1ababselfabPostQueryParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [Fakeparametercollisions1ababselfabPostQueryParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [Fakeparametercollisions1ababselfabPostQueryParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [Fakeparametercollisions1ababselfabPostQueryParameters.AdditionalProperties](#additionalproperties)
schema class | ## Fakeparametercollisions1ababselfabPostQueryParameters1Boxed public sealed interface Fakeparametercollisions1ababselfabPostQueryParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostQueryParameters1BoxedMap([Fakeparametercollisions1ababselfabPostQueryParametersMap](#fakeparametercollisions1ababselfabpostqueryparametersmap) data)
Creates an instance, private visibility | +| Fakeparametercollisions1ababselfabPostQueryParameters1BoxedMap([QueryParametersMap](#queryparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostQueryParametersMap](#fakeparametercollisions1ababselfabpostqueryparametersmap) | data()
validated payload | +| [QueryParametersMap](#queryparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## Fakeparametercollisions1ababselfabPostQueryParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -Fakeparametercollisions1ababselfabPostQueryParameters.Fakeparametercollisions1ababselfabPostQueryParametersMap validatedPayload = +Fakeparametercollisions1ababselfabPostQueryParameters.QueryParametersMap validatedPayload = Fakeparametercollisions1ababselfabPostQueryParameters.Fakeparametercollisions1ababselfabPostQueryParameters1.validate( - new Fakeparametercollisions1ababselfabPostQueryParameters.Fakeparametercollisions1ababselfabPostQueryParametersMapBuilder() + new Fakeparametercollisions1ababselfabPostQueryParameters.QueryParametersMapBuilder() .positive1("a") .aB("a") @@ -95,18 +95,18 @@ Fakeparametercollisions1ababselfabPostQueryParameters.Fakeparametercollisions1ab | ----------------- | ---------------------- | | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("1", [Schema0.Schema01.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md#schema01)),
    new PropertyEntry("aB", [Schema1.Schema11.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md#schema11)),
    new PropertyEntry("Ab", [Schema2.Schema21.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md#schema21)),
    new PropertyEntry("A-B", [Schema4.Schema41.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md#schema41)),
    new PropertyEntry("self", [Schema3.Schema31.class](../../../paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md#schema31))
)
| -| Class | additionalProperties = [Fakeparametercollisions1ababselfabPostadditionalProperties.class](#fakeparametercollisions1ababselfabpostadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Fakeparametercollisions1ababselfabPostQueryParametersMap](#fakeparametercollisions1ababselfabpostqueryparametersmap) | validate([Map<?, ?>](#fakeparametercollisions1ababselfabpostqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [Fakeparametercollisions1ababselfabPostQueryParameters1BoxedMap](#fakeparametercollisions1ababselfabpostqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#fakeparametercollisions1ababselfabpostqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [QueryParametersMap](#queryparametersmap) | validate([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [Fakeparametercollisions1ababselfabPostQueryParameters1BoxedMap](#fakeparametercollisions1ababselfabpostqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [Fakeparametercollisions1ababselfabPostQueryParameters1Boxed](#fakeparametercollisions1ababselfabpostqueryparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## Fakeparametercollisions1ababselfabPostQueryParametersMapBuilder -public class Fakeparametercollisions1ababselfabPostQueryParametersMapBuilder
+## QueryParametersMapBuilder +public class QueryParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -114,20 +114,20 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostQueryParametersMapBuilder()
Creates a builder that contains an empty map | +| QueryParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -| [Fakeparametercollisions1ababselfabPostQueryParametersMapBuilder](#fakeparametercollisions1ababselfabpostqueryparametersmapbuilder) | positive1(String value) | -| [Fakeparametercollisions1ababselfabPostQueryParametersMapBuilder](#fakeparametercollisions1ababselfabpostqueryparametersmapbuilder) | aB(String value) | -| [Fakeparametercollisions1ababselfabPostQueryParametersMapBuilder](#fakeparametercollisions1ababselfabpostqueryparametersmapbuilder) | Ab(String value) | -| [Fakeparametercollisions1ababselfabPostQueryParametersMapBuilder](#fakeparametercollisions1ababselfabpostqueryparametersmapbuilder) | aHyphenMinusB(String value) | -| [Fakeparametercollisions1ababselfabPostQueryParametersMapBuilder](#fakeparametercollisions1ababselfabpostqueryparametersmapbuilder) | self(String value) | - -## Fakeparametercollisions1ababselfabPostQueryParametersMap -public static class Fakeparametercollisions1ababselfabPostQueryParametersMap
+| [QueryParametersMapBuilder](#queryparametersmapbuilder) | positive1(String value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | aB(String value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | Ab(String value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | aHyphenMinusB(String value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | self(String value) | + +## QueryParametersMap +public static class QueryParametersMap
extends FrozenMap A class to store validated Map payloads @@ -135,34 +135,34 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [Fakeparametercollisions1ababselfabPostQueryParametersMap](#fakeparametercollisions1ababselfabpostqueryparametersmap) | of([Map](#fakeparametercollisions1ababselfabpostqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [QueryParametersMap](#queryparametersmap) | of([Map](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | aB()
[optional] | | String | Ab()
[optional] | | String | self()
[optional] | | @Nullable Object | get(String key)
This schema has invalid Java names so this method must be used when you access instance["1"], instance["A-B"], | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed -public sealed interface Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedvoid), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedboolean), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxednumber), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedstring), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedlist), -[Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -170,16 +170,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -187,16 +187,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -204,16 +204,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -221,16 +221,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -238,16 +238,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap -public record Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap
-implements [Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxed](#fakeparametercollisions1ababselfabpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Fakeparametercollisions1ababselfabPostadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -255,8 +255,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Fakeparametercollisions1ababselfabPostadditionalProperties -public static class Fakeparametercollisions1ababselfabPostadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakepemcontenttype/FakepemcontenttypeGet.md b/samples/client/petstore/java/docs/paths/fakepemcontenttype/FakepemcontenttypeGet.md index a052361bc1f..85a6c160680 100644 --- a/samples/client/petstore/java/docs/paths/fakepemcontenttype/FakepemcontenttypeGet.md +++ b/samples/client/petstore/java/docs/paths/fakepemcontenttype/FakepemcontenttypeGet.md @@ -35,9 +35,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakepemcontenttype.get.FakepemcontenttypeGetRequestBody; import org.openapijsonschematools.client.paths.fakepemcontenttype.get.requestbody.content.applicationxpemfile.ApplicationxpemfileSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakepemcontenttype.get.responses.FakepemcontenttypeGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakepemcontenttype.FakepemcontenttypeGet; @@ -46,13 +46,14 @@ import org.openapijsonschematools.client.paths.fakepemcontenttype.get.Fakepemcon import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -60,10 +61,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakepemcontenttypeGet.Get apiClient = new FakepemcontenttypeGet.Get(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/FakepetiduploadimagewithrequiredfilePost.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/FakepetiduploadimagewithrequiredfilePost.md index 606fee4ae21..0f305d0f1aa 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/FakepetiduploadimagewithrequiredfilePost.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/FakepetiduploadimagewithrequiredfilePost.md @@ -38,9 +38,9 @@ import org.openapijsonschematools.client.paths.fakepetiduploadimagewithrequiredf import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakepetiduploadimagewithrequiredfile.post.FakepetiduploadimagewithrequiredfilePostSecurityInfo; import org.openapijsonschematools.client.paths.fakepetiduploadimagewithrequiredfile.post.FakepetiduploadimagewithrequiredfilePostPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.PetstoreAuth; import org.openapijsonschematools.client.paths.fakepetiduploadimagewithrequiredfile.post.responses.FakepetiduploadimagewithrequiredfilePostCode200Response; @@ -51,13 +51,14 @@ import org.openapijsonschematools.client.paths.fakepetiduploadimagewithrequiredf import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,21 +70,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .fakepetiduploadimagewithrequiredfilePostSecurityRequirementObject0SecurityIndex(FakepetiduploadimagewithrequiredfilePostSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakepetiduploadimagewithrequiredfilePost.Post apiClient = new FakepetiduploadimagewithrequiredfilePost.Post(apiConfiguration, schemaConfiguration); // Map validation -FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParametersMap pathParameters = +FakepetiduploadimagewithrequiredfilePostPathParameters.PathParametersMap pathParameters = FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParameters1.validate( - new FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParametersMapBuilder() + new FakepetiduploadimagewithrequiredfilePostPathParameters.PathParametersMapBuilder() .petId(1L) .build(), @@ -143,7 +146,7 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParametersMap](../../paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostPathParameters.md#fakepetiduploadimagewithrequiredfilepostpathparametersmap) | pathParameters | +| [FakepetiduploadimagewithrequiredfilePostPathParameters.PathParametersMap](../../paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostPathParameters.md#pathparametersmap) | pathParameters | | [FakepetiduploadimagewithrequiredfilePostRequestBody.@Nullable SealedRequestBody](../../paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostRequestBody.md#sealedrequestbody) | requestBody
optional | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | [FakepetiduploadimagewithrequiredfilePostSecurityInfo.@Nullable SecurityIndex](../../paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostSecurityInfo.md#securityindex) | securityIndex
optional. Note: this will override the value in apiConfiguration | @@ -157,7 +160,7 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [FakepetiduploadimagewithrequiredfilePostPathParameters.@Nullable FakepetiduploadimagewithrequiredfilePostPathParametersMap](../../paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostPathParameters.md#fakepetiduploadimagewithrequiredfilepostpathparametersmap) | pathParameters | +| [FakepetiduploadimagewithrequiredfilePostPathParameters.@Nullable PathParametersMap](../../paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostPathParameters.md#pathparametersmap) | pathParameters | | [FakepetiduploadimagewithrequiredfilePostRequestBody.@Nullable SealedRequestBody](../../paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostRequestBody.md#sealedrequestbody) | requestBody | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | [FakepetiduploadimagewithrequiredfilePostSecurityInfo.@Nullable SecurityIndex](../../paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostSecurityInfo.md#securityindex) | securityIndex | @@ -195,6 +198,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Post0RequestBuilder](#post0requestbuilder) | pathParameters([FakepetiduploadimagewithrequiredfilePostPathParametersFakepetiduploadimagewithrequiredfilePostPathParametersMap](../../paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostPathParameters.md#fakepetiduploadimagewithrequiredfilepostpathparametersmap) pathParameters)
sets the property | +| [Post0RequestBuilder](#post0requestbuilder) | pathParameters([FakepetiduploadimagewithrequiredfilePostPathParametersPathParametersMap](../../paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostPathParameters.md#pathparametersmap) pathParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostPathParameters.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostPathParameters.md index d22af4b6f75..d8238bf62e8 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostPathParameters.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostPathParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParameters1Boxed](#fakepetiduploadimagewithrequiredfilepostpathparameters1boxed)
sealed interface for validated payloads | | record | [FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParameters1BoxedMap](#fakepetiduploadimagewithrequiredfilepostpathparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParameters1](#fakepetiduploadimagewithrequiredfilepostpathparameters1)
schema class | -| static class | [FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParametersMapBuilder](#fakepetiduploadimagewithrequiredfilepostpathparametersmapbuilder)
builder for Map payloads | -| static class | [FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParametersMap](#fakepetiduploadimagewithrequiredfilepostpathparametersmap)
output class for Map payloads | -| sealed interface | [FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxed](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedVoid](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedBoolean](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedNumber](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedString](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedList](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedMap](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostadditionalProperties](#fakepetiduploadimagewithrequiredfilepostadditionalproperties)
schema class | +| static class | [FakepetiduploadimagewithrequiredfilePostPathParameters.PathParametersMapBuilder](#pathparametersmapbuilder)
builder for Map payloads | +| static class | [FakepetiduploadimagewithrequiredfilePostPathParameters.PathParametersMap](#pathparametersmap)
output class for Map payloads | +| sealed interface | [FakepetiduploadimagewithrequiredfilePostPathParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [FakepetiduploadimagewithrequiredfilePostPathParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [FakepetiduploadimagewithrequiredfilePostPathParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [FakepetiduploadimagewithrequiredfilePostPathParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [FakepetiduploadimagewithrequiredfilePostPathParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [FakepetiduploadimagewithrequiredfilePostPathParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [FakepetiduploadimagewithrequiredfilePostPathParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [FakepetiduploadimagewithrequiredfilePostPathParameters.AdditionalProperties](#additionalproperties)
schema class | ## FakepetiduploadimagewithrequiredfilePostPathParameters1Boxed public sealed interface FakepetiduploadimagewithrequiredfilePostPathParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakepetiduploadimagewithrequiredfilePostPathParameters1BoxedMap([FakepetiduploadimagewithrequiredfilePostPathParametersMap](#fakepetiduploadimagewithrequiredfilepostpathparametersmap) data)
Creates an instance, private visibility | +| FakepetiduploadimagewithrequiredfilePostPathParameters1BoxedMap([PathParametersMap](#pathparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakepetiduploadimagewithrequiredfilePostPathParametersMap](#fakepetiduploadimagewithrequiredfilepostpathparametersmap) | data()
validated payload | +| [PathParametersMap](#pathparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## FakepetiduploadimagewithrequiredfilePostPathParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParametersMap validatedPayload = +FakepetiduploadimagewithrequiredfilePostPathParameters.PathParametersMap validatedPayload = FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParameters1.validate( - new FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParametersMapBuilder() + new FakepetiduploadimagewithrequiredfilePostPathParameters.PathParametersMapBuilder() .petId(1L) .build(), @@ -88,18 +88,18 @@ FakepetiduploadimagewithrequiredfilePostPathParameters.Fakepetiduploadimagewithr | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("petId", [Schema0.Schema01.class](../../../paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md#schema01))
)
| | Set | required = Set.of(
    "petId"
)
| -| Class | additionalProperties = [FakepetiduploadimagewithrequiredfilePostadditionalProperties.class](#fakepetiduploadimagewithrequiredfilepostadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakepetiduploadimagewithrequiredfilePostPathParametersMap](#fakepetiduploadimagewithrequiredfilepostpathparametersmap) | validate([Map<?, ?>](#fakepetiduploadimagewithrequiredfilepostpathparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [FakepetiduploadimagewithrequiredfilePostPathParameters1BoxedMap](#fakepetiduploadimagewithrequiredfilepostpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#fakepetiduploadimagewithrequiredfilepostpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PathParametersMap](#pathparametersmap) | validate([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [FakepetiduploadimagewithrequiredfilePostPathParameters1BoxedMap](#fakepetiduploadimagewithrequiredfilepostpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | [FakepetiduploadimagewithrequiredfilePostPathParameters1Boxed](#fakepetiduploadimagewithrequiredfilepostpathparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## FakepetiduploadimagewithrequiredfilePostPathParametersMap0Builder -public class FakepetiduploadimagewithrequiredfilePostPathParametersMap0Builder
+## PathParametersMap0Builder +public class PathParametersMap0Builder
builder for `Map` A class that builds the Map input type @@ -107,15 +107,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakepetiduploadimagewithrequiredfilePostPathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## FakepetiduploadimagewithrequiredfilePostPathParametersMapBuilder -public class FakepetiduploadimagewithrequiredfilePostPathParametersMapBuilder
+## PathParametersMapBuilder +public class PathParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -123,18 +123,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakepetiduploadimagewithrequiredfilePostPathParametersMapBuilder()
Creates a builder that contains an empty map | +| PathParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakepetiduploadimagewithrequiredfilePostPathParametersMap0Builder](#fakepetiduploadimagewithrequiredfilepostpathparametersmap0builder) | petId(int value) | -| [FakepetiduploadimagewithrequiredfilePostPathParametersMap0Builder](#fakepetiduploadimagewithrequiredfilepostpathparametersmap0builder) | petId(float value) | -| [FakepetiduploadimagewithrequiredfilePostPathParametersMap0Builder](#fakepetiduploadimagewithrequiredfilepostpathparametersmap0builder) | petId(long value) | -| [FakepetiduploadimagewithrequiredfilePostPathParametersMap0Builder](#fakepetiduploadimagewithrequiredfilepostpathparametersmap0builder) | petId(double value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(int value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(float value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(long value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(double value) | -## FakepetiduploadimagewithrequiredfilePostPathParametersMap -public static class FakepetiduploadimagewithrequiredfilePostPathParametersMap
+## PathParametersMap +public static class PathParametersMap
extends FrozenMap A class to store validated Map payloads @@ -142,31 +142,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [FakepetiduploadimagewithrequiredfilePostPathParametersMap](#fakepetiduploadimagewithrequiredfilepostpathparametersmap) | of([Map](#fakepetiduploadimagewithrequiredfilepostpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [PathParametersMap](#pathparametersmap) | of([Map](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | Number | petId()
| -## FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxed -public sealed interface FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedVoid](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxedvoid), -[FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedBoolean](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxedboolean), -[FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedNumber](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxednumber), -[FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedString](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxedstring), -[FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedList](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxedlist), -[FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedMap](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedVoid -public record FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedVoid
-implements [FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxed](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -174,16 +174,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedBoolean -public record FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedBoolean
-implements [FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxed](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -191,16 +191,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedNumber -public record FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedNumber
-implements [FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxed](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -208,16 +208,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedString -public record FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedString
-implements [FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxed](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -225,16 +225,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedList -public record FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedList
-implements [FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxed](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -242,16 +242,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedMap -public record FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedMap
-implements [FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxed](#fakepetiduploadimagewithrequiredfilepostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakepetiduploadimagewithrequiredfilePostadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -259,8 +259,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakepetiduploadimagewithrequiredfilePostadditionalProperties -public static class FakepetiduploadimagewithrequiredfilePostadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/FakequeryparamwithjsoncontenttypeGet.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/FakequeryparamwithjsoncontenttypeGet.md index 7f6553a05cd..7371ae8d0dc 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/FakequeryparamwithjsoncontenttypeGet.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/FakequeryparamwithjsoncontenttypeGet.md @@ -36,9 +36,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakequeryparamwithjsoncontenttype.get.FakequeryparamwithjsoncontenttypeGetQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakequeryparamwithjsoncontenttype.get.responses.FakequeryparamwithjsoncontenttypeGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakequeryparamwithjsoncontenttype.FakequeryparamwithjsoncontenttypeGet; @@ -47,13 +47,14 @@ import org.openapijsonschematools.client.paths.fakequeryparamwithjsoncontenttype import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -61,19 +62,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakequeryparamwithjsoncontenttypeGet.Get apiClient = new FakequeryparamwithjsoncontenttypeGet.Get(apiConfiguration, schemaConfiguration); // Map validation -FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParametersMap queryParameters = +FakequeryparamwithjsoncontenttypeGetQueryParameters.QueryParametersMap queryParameters = FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParameters1.validate( - new FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParametersMapBuilder() + new FakequeryparamwithjsoncontenttypeGetQueryParameters.QueryParametersMapBuilder() .build(), schemaConfiguration ); @@ -131,7 +134,7 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParametersMap](../../paths/fakequeryparamwithjsoncontenttype/get/FakequeryparamwithjsoncontenttypeGetQueryParameters.md#fakequeryparamwithjsoncontenttypegetqueryparametersmap) | queryParameters | +| [FakequeryparamwithjsoncontenttypeGetQueryParameters.QueryParametersMap](../../paths/fakequeryparamwithjsoncontenttype/get/FakequeryparamwithjsoncontenttypeGetQueryParameters.md#queryparametersmap) | queryParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -143,7 +146,7 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [FakequeryparamwithjsoncontenttypeGetQueryParameters.@Nullable FakequeryparamwithjsoncontenttypeGetQueryParametersMap](../../paths/fakequeryparamwithjsoncontenttype/get/FakequeryparamwithjsoncontenttypeGetQueryParameters.md#fakequeryparamwithjsoncontenttypegetqueryparametersmap) | queryParameters | +| [FakequeryparamwithjsoncontenttypeGetQueryParameters.@Nullable QueryParametersMap](../../paths/fakequeryparamwithjsoncontenttype/get/FakequeryparamwithjsoncontenttypeGetQueryParameters.md#queryparametersmap) | queryParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | @Nullable Duration | timeout | @@ -177,6 +180,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Get0RequestBuilder](#get0requestbuilder) | queryParameters([FakequeryparamwithjsoncontenttypeGetQueryParametersFakequeryparamwithjsoncontenttypeGetQueryParametersMap](../../paths/fakequeryparamwithjsoncontenttype/get/FakequeryparamwithjsoncontenttypeGetQueryParameters.md#fakequeryparamwithjsoncontenttypegetqueryparametersmap) queryParameters)
sets the property | +| [Get0RequestBuilder](#get0requestbuilder) | queryParameters([FakequeryparamwithjsoncontenttypeGetQueryParametersQueryParametersMap](../../paths/fakequeryparamwithjsoncontenttype/get/FakequeryparamwithjsoncontenttypeGetQueryParameters.md#queryparametersmap) queryParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/FakequeryparamwithjsoncontenttypeGetQueryParameters.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/FakequeryparamwithjsoncontenttypeGetQueryParameters.md index da87a34b4ff..da36f1e2a11 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/FakequeryparamwithjsoncontenttypeGetQueryParameters.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/FakequeryparamwithjsoncontenttypeGetQueryParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParameters1Boxed](#fakequeryparamwithjsoncontenttypegetqueryparameters1boxed)
sealed interface for validated payloads | | record | [FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParameters1BoxedMap](#fakequeryparamwithjsoncontenttypegetqueryparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParameters1](#fakequeryparamwithjsoncontenttypegetqueryparameters1)
schema class | -| static class | [FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParametersMapBuilder](#fakequeryparamwithjsoncontenttypegetqueryparametersmapbuilder)
builder for Map payloads | -| static class | [FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParametersMap](#fakequeryparamwithjsoncontenttypegetqueryparametersmap)
output class for Map payloads | -| sealed interface | [FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxed](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedVoid](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedBoolean](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedNumber](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedString](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedList](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedMap](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetadditionalProperties](#fakequeryparamwithjsoncontenttypegetadditionalproperties)
schema class | +| static class | [FakequeryparamwithjsoncontenttypeGetQueryParameters.QueryParametersMapBuilder](#queryparametersmapbuilder)
builder for Map payloads | +| static class | [FakequeryparamwithjsoncontenttypeGetQueryParameters.QueryParametersMap](#queryparametersmap)
output class for Map payloads | +| sealed interface | [FakequeryparamwithjsoncontenttypeGetQueryParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [FakequeryparamwithjsoncontenttypeGetQueryParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [FakequeryparamwithjsoncontenttypeGetQueryParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [FakequeryparamwithjsoncontenttypeGetQueryParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [FakequeryparamwithjsoncontenttypeGetQueryParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [FakequeryparamwithjsoncontenttypeGetQueryParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [FakequeryparamwithjsoncontenttypeGetQueryParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [FakequeryparamwithjsoncontenttypeGetQueryParameters.AdditionalProperties](#additionalproperties)
schema class | ## FakequeryparamwithjsoncontenttypeGetQueryParameters1Boxed public sealed interface FakequeryparamwithjsoncontenttypeGetQueryParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakequeryparamwithjsoncontenttypeGetQueryParameters1BoxedMap([FakequeryparamwithjsoncontenttypeGetQueryParametersMap](#fakequeryparamwithjsoncontenttypegetqueryparametersmap) data)
Creates an instance, private visibility | +| FakequeryparamwithjsoncontenttypeGetQueryParameters1BoxedMap([QueryParametersMap](#queryparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakequeryparamwithjsoncontenttypeGetQueryParametersMap](#fakequeryparamwithjsoncontenttypegetqueryparametersmap) | data()
validated payload | +| [QueryParametersMap](#queryparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## FakequeryparamwithjsoncontenttypeGetQueryParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParametersMap validatedPayload = +FakequeryparamwithjsoncontenttypeGetQueryParameters.QueryParametersMap validatedPayload = FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParameters1.validate( - new FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParametersMapBuilder() + new FakequeryparamwithjsoncontenttypeGetQueryParameters.QueryParametersMapBuilder() .build(), configuration ); @@ -86,18 +86,18 @@ FakequeryparamwithjsoncontenttypeGetQueryParameters.Fakequeryparamwithjsonconten | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("someParam", [Schema0.Schema01.class](../../../paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md#schema01))
)
| | Set | required = Set.of(
    "someParam"
)
| -| Class | additionalProperties = [FakequeryparamwithjsoncontenttypeGetadditionalProperties.class](#fakequeryparamwithjsoncontenttypegetadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakequeryparamwithjsoncontenttypeGetQueryParametersMap](#fakequeryparamwithjsoncontenttypegetqueryparametersmap) | validate([Map<?, ?>](#fakequeryparamwithjsoncontenttypegetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [FakequeryparamwithjsoncontenttypeGetQueryParameters1BoxedMap](#fakequeryparamwithjsoncontenttypegetqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#fakequeryparamwithjsoncontenttypegetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [QueryParametersMap](#queryparametersmap) | validate([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [FakequeryparamwithjsoncontenttypeGetQueryParameters1BoxedMap](#fakequeryparamwithjsoncontenttypegetqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [FakequeryparamwithjsoncontenttypeGetQueryParameters1Boxed](#fakequeryparamwithjsoncontenttypegetqueryparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## FakequeryparamwithjsoncontenttypeGetQueryParametersMap0Builder -public class FakequeryparamwithjsoncontenttypeGetQueryParametersMap0Builder
+## QueryParametersMap0Builder +public class QueryParametersMap0Builder
builder for `Map` A class that builds the Map input type @@ -105,15 +105,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakequeryparamwithjsoncontenttypeGetQueryParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## FakequeryparamwithjsoncontenttypeGetQueryParametersMapBuilder -public class FakequeryparamwithjsoncontenttypeGetQueryParametersMapBuilder
+## QueryParametersMapBuilder +public class QueryParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -121,23 +121,23 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakequeryparamwithjsoncontenttypeGetQueryParametersMapBuilder()
Creates a builder that contains an empty map | +| QueryParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakequeryparamwithjsoncontenttypeGetQueryParametersMap0Builder](#fakequeryparamwithjsoncontenttypegetqueryparametersmap0builder) | someParam(Void value) | -| [FakequeryparamwithjsoncontenttypeGetQueryParametersMap0Builder](#fakequeryparamwithjsoncontenttypegetqueryparametersmap0builder) | someParam(boolean value) | -| [FakequeryparamwithjsoncontenttypeGetQueryParametersMap0Builder](#fakequeryparamwithjsoncontenttypegetqueryparametersmap0builder) | someParam(String value) | -| [FakequeryparamwithjsoncontenttypeGetQueryParametersMap0Builder](#fakequeryparamwithjsoncontenttypegetqueryparametersmap0builder) | someParam(int value) | -| [FakequeryparamwithjsoncontenttypeGetQueryParametersMap0Builder](#fakequeryparamwithjsoncontenttypegetqueryparametersmap0builder) | someParam(float value) | -| [FakequeryparamwithjsoncontenttypeGetQueryParametersMap0Builder](#fakequeryparamwithjsoncontenttypegetqueryparametersmap0builder) | someParam(long value) | -| [FakequeryparamwithjsoncontenttypeGetQueryParametersMap0Builder](#fakequeryparamwithjsoncontenttypegetqueryparametersmap0builder) | someParam(double value) | -| [FakequeryparamwithjsoncontenttypeGetQueryParametersMap0Builder](#fakequeryparamwithjsoncontenttypegetqueryparametersmap0builder) | someParam(List value) | -| [FakequeryparamwithjsoncontenttypeGetQueryParametersMap0Builder](#fakequeryparamwithjsoncontenttypegetqueryparametersmap0builder) | someParam(Map value) | - -## FakequeryparamwithjsoncontenttypeGetQueryParametersMap -public static class FakequeryparamwithjsoncontenttypeGetQueryParametersMap
+| [QueryParametersMap0Builder](#queryparametersmap0builder) | someParam(Void value) | +| [QueryParametersMap0Builder](#queryparametersmap0builder) | someParam(boolean value) | +| [QueryParametersMap0Builder](#queryparametersmap0builder) | someParam(String value) | +| [QueryParametersMap0Builder](#queryparametersmap0builder) | someParam(int value) | +| [QueryParametersMap0Builder](#queryparametersmap0builder) | someParam(float value) | +| [QueryParametersMap0Builder](#queryparametersmap0builder) | someParam(long value) | +| [QueryParametersMap0Builder](#queryparametersmap0builder) | someParam(double value) | +| [QueryParametersMap0Builder](#queryparametersmap0builder) | someParam(List value) | +| [QueryParametersMap0Builder](#queryparametersmap0builder) | someParam(Map value) | + +## QueryParametersMap +public static class QueryParametersMap
extends FrozenMap A class to store validated Map payloads @@ -145,31 +145,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [FakequeryparamwithjsoncontenttypeGetQueryParametersMap](#fakequeryparamwithjsoncontenttypegetqueryparametersmap) | of([Map](#fakequeryparamwithjsoncontenttypegetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [QueryParametersMap](#queryparametersmap) | of([Map](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | @Nullable Object | someParam()
| -## FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxed -public sealed interface FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedVoid](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxedvoid), -[FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedBoolean](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxedboolean), -[FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedNumber](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxednumber), -[FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedString](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxedstring), -[FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedList](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxedlist), -[FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedMap](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedVoid -public record FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedVoid
-implements [FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxed](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -177,16 +177,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedBoolean -public record FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedBoolean
-implements [FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxed](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -194,16 +194,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedNumber -public record FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedNumber
-implements [FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxed](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -211,16 +211,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedString -public record FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedString
-implements [FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxed](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -228,16 +228,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedList -public record FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedList
-implements [FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxed](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -245,16 +245,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedMap -public record FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedMap
-implements [FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxed](#fakequeryparamwithjsoncontenttypegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakequeryparamwithjsoncontenttypeGetadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -262,8 +262,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakequeryparamwithjsoncontenttypeGetadditionalProperties -public static class FakequeryparamwithjsoncontenttypeGetadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeredirection/FakeredirectionGet.md b/samples/client/petstore/java/docs/paths/fakeredirection/FakeredirectionGet.md index d710b032e45..fc63432c009 100644 --- a/samples/client/petstore/java/docs/paths/fakeredirection/FakeredirectionGet.md +++ b/samples/client/petstore/java/docs/paths/fakeredirection/FakeredirectionGet.md @@ -33,9 +33,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeredirection.get.responses.FakeredirectionGetCode303Response; import org.openapijsonschematools.client.paths.fakeredirection.get.responses.FakeredirectionGetCode3XXResponse; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -45,13 +45,14 @@ import org.openapijsonschematools.client.paths.fakeredirection.get.Fakeredirecti import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -59,10 +60,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakeredirectionGet.Get apiClient = new FakeredirectionGet.Get(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakerefobjinquery/FakerefobjinqueryGet.md b/samples/client/petstore/java/docs/paths/fakerefobjinquery/FakerefobjinqueryGet.md index cadef7383c1..ee25be0a844 100644 --- a/samples/client/petstore/java/docs/paths/fakerefobjinquery/FakerefobjinqueryGet.md +++ b/samples/client/petstore/java/docs/paths/fakerefobjinquery/FakerefobjinqueryGet.md @@ -34,9 +34,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefobjinquery.get.FakerefobjinqueryGetQueryParameters; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefobjinquery.get.responses.FakerefobjinqueryGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakerefobjinquery.FakerefobjinqueryGet; @@ -45,13 +45,14 @@ import org.openapijsonschematools.client.paths.fakerefobjinquery.get.Fakerefobji import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -59,10 +60,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakerefobjinqueryGet.Get apiClient = new FakerefobjinqueryGet.Get(apiConfiguration, schemaConfiguration); @@ -117,7 +120,7 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [FakerefobjinqueryGetQueryParameters.@Nullable FakerefobjinqueryGetQueryParametersMap](../../paths/fakerefobjinquery/get/FakerefobjinqueryGetQueryParameters.md#fakerefobjinquerygetqueryparametersmap) | queryParameters
optional | +| [FakerefobjinqueryGetQueryParameters.@Nullable QueryParametersMap](../../paths/fakerefobjinquery/get/FakerefobjinqueryGetQueryParameters.md#queryparametersmap) | queryParameters
optional | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -135,7 +138,7 @@ a builder for request inputs | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | [GetRequest](#getrequest) | build()
Returns the request input used to call an endpoint method | -| [GetRequestBuilder](#getrequestbuilder) | queryParameters([FakerefobjinqueryGetQueryParametersFakerefobjinqueryGetQueryParametersMap](../../paths/fakerefobjinquery/get/FakerefobjinqueryGetQueryParameters.md#fakerefobjinquerygetqueryparametersmap) queryParameters)
sets the optional property | +| [GetRequestBuilder](#getrequestbuilder) | queryParameters([FakerefobjinqueryGetQueryParametersQueryParametersMap](../../paths/fakerefobjinquery/get/FakerefobjinqueryGetQueryParameters.md#queryparametersmap) queryParameters)
sets the optional property | | [GetRequestBuilder](#getrequestbuilder) | serverIndex([RootServerInfo.ServerIndex](../../RootServerInfo.md#serverindex) serverIndex)
sets the optional property. Note: this will override the value in apiConfiguration | | [GetRequestBuilder](#getrequestbuilder) | timeout(Duration timeout)
sets the optional property. Note: this will override the value in apiConfiguration | diff --git a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/FakerefobjinqueryGetQueryParameters.md b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/FakerefobjinqueryGetQueryParameters.md index 53a2d3b33d2..4929ddf41e2 100644 --- a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/FakerefobjinqueryGetQueryParameters.md +++ b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/FakerefobjinqueryGetQueryParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [FakerefobjinqueryGetQueryParameters.FakerefobjinqueryGetQueryParameters1Boxed](#fakerefobjinquerygetqueryparameters1boxed)
sealed interface for validated payloads | | record | [FakerefobjinqueryGetQueryParameters.FakerefobjinqueryGetQueryParameters1BoxedMap](#fakerefobjinquerygetqueryparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [FakerefobjinqueryGetQueryParameters.FakerefobjinqueryGetQueryParameters1](#fakerefobjinquerygetqueryparameters1)
schema class | -| static class | [FakerefobjinqueryGetQueryParameters.FakerefobjinqueryGetQueryParametersMapBuilder](#fakerefobjinquerygetqueryparametersmapbuilder)
builder for Map payloads | -| static class | [FakerefobjinqueryGetQueryParameters.FakerefobjinqueryGetQueryParametersMap](#fakerefobjinquerygetqueryparametersmap)
output class for Map payloads | -| sealed interface | [FakerefobjinqueryGetQueryParameters.FakerefobjinqueryGetadditionalPropertiesBoxed](#fakerefobjinquerygetadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [FakerefobjinqueryGetQueryParameters.FakerefobjinqueryGetadditionalPropertiesBoxedVoid](#fakerefobjinquerygetadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [FakerefobjinqueryGetQueryParameters.FakerefobjinqueryGetadditionalPropertiesBoxedBoolean](#fakerefobjinquerygetadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [FakerefobjinqueryGetQueryParameters.FakerefobjinqueryGetadditionalPropertiesBoxedNumber](#fakerefobjinquerygetadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [FakerefobjinqueryGetQueryParameters.FakerefobjinqueryGetadditionalPropertiesBoxedString](#fakerefobjinquerygetadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [FakerefobjinqueryGetQueryParameters.FakerefobjinqueryGetadditionalPropertiesBoxedList](#fakerefobjinquerygetadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [FakerefobjinqueryGetQueryParameters.FakerefobjinqueryGetadditionalPropertiesBoxedMap](#fakerefobjinquerygetadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [FakerefobjinqueryGetQueryParameters.FakerefobjinqueryGetadditionalProperties](#fakerefobjinquerygetadditionalproperties)
schema class | +| static class | [FakerefobjinqueryGetQueryParameters.QueryParametersMapBuilder](#queryparametersmapbuilder)
builder for Map payloads | +| static class | [FakerefobjinqueryGetQueryParameters.QueryParametersMap](#queryparametersmap)
output class for Map payloads | +| sealed interface | [FakerefobjinqueryGetQueryParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [FakerefobjinqueryGetQueryParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [FakerefobjinqueryGetQueryParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [FakerefobjinqueryGetQueryParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [FakerefobjinqueryGetQueryParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [FakerefobjinqueryGetQueryParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [FakerefobjinqueryGetQueryParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [FakerefobjinqueryGetQueryParameters.AdditionalProperties](#additionalproperties)
schema class | ## FakerefobjinqueryGetQueryParameters1Boxed public sealed interface FakerefobjinqueryGetQueryParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakerefobjinqueryGetQueryParameters1BoxedMap([FakerefobjinqueryGetQueryParametersMap](#fakerefobjinquerygetqueryparametersmap) data)
Creates an instance, private visibility | +| FakerefobjinqueryGetQueryParameters1BoxedMap([QueryParametersMap](#queryparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakerefobjinqueryGetQueryParametersMap](#fakerefobjinquerygetqueryparametersmap) | data()
validated payload | +| [QueryParametersMap](#queryparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## FakerefobjinqueryGetQueryParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -FakerefobjinqueryGetQueryParameters.FakerefobjinqueryGetQueryParametersMap validatedPayload = +FakerefobjinqueryGetQueryParameters.QueryParametersMap validatedPayload = FakerefobjinqueryGetQueryParameters.FakerefobjinqueryGetQueryParameters1.validate( - new FakerefobjinqueryGetQueryParameters.FakerefobjinqueryGetQueryParametersMapBuilder() + new FakerefobjinqueryGetQueryParameters.QueryParametersMapBuilder() .mapBean( MapUtils.makeMap( new AbstractMap.SimpleEntry( @@ -93,18 +93,18 @@ FakerefobjinqueryGetQueryParameters.FakerefobjinqueryGetQueryParametersMap valid | ----------------- | ---------------------- | | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("mapBean", [Foo.Foo1.class](../../../components/schemas/Foo.md#foo1))
)
| -| Class | additionalProperties = [FakerefobjinqueryGetadditionalProperties.class](#fakerefobjinquerygetadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FakerefobjinqueryGetQueryParametersMap](#fakerefobjinquerygetqueryparametersmap) | validate([Map<?, ?>](#fakerefobjinquerygetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [FakerefobjinqueryGetQueryParameters1BoxedMap](#fakerefobjinquerygetqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#fakerefobjinquerygetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [QueryParametersMap](#queryparametersmap) | validate([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [FakerefobjinqueryGetQueryParameters1BoxedMap](#fakerefobjinquerygetqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [FakerefobjinqueryGetQueryParameters1Boxed](#fakerefobjinquerygetqueryparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## FakerefobjinqueryGetQueryParametersMapBuilder -public class FakerefobjinqueryGetQueryParametersMapBuilder
+## QueryParametersMapBuilder +public class QueryParametersMapBuilder
builder for `Map>` A class that builds the Map input type @@ -112,16 +112,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakerefobjinqueryGetQueryParametersMapBuilder()
Creates a builder that contains an empty map | +| QueryParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map> | build()
Returns map input that should be used with Schema.validate | -| [FakerefobjinqueryGetQueryParametersMapBuilder](#fakerefobjinquerygetqueryparametersmapbuilder) | mapBean(Map value) | +| [QueryParametersMapBuilder](#queryparametersmapbuilder) | mapBean(Map value) | -## FakerefobjinqueryGetQueryParametersMap -public static class FakerefobjinqueryGetQueryParametersMap
+## QueryParametersMap +public static class QueryParametersMap
extends FrozenMap A class to store validated Map payloads @@ -129,31 +129,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [FakerefobjinqueryGetQueryParametersMap](#fakerefobjinquerygetqueryparametersmap) | of([Map>](#fakerefobjinquerygetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [QueryParametersMap](#queryparametersmap) | of([Map>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [Foo.FooMap](../../../components/schemas/Foo.md#foomap) | mapBean()
[optional] | -## FakerefobjinqueryGetadditionalPropertiesBoxed -public sealed interface FakerefobjinqueryGetadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[FakerefobjinqueryGetadditionalPropertiesBoxedVoid](#fakerefobjinquerygetadditionalpropertiesboxedvoid), -[FakerefobjinqueryGetadditionalPropertiesBoxedBoolean](#fakerefobjinquerygetadditionalpropertiesboxedboolean), -[FakerefobjinqueryGetadditionalPropertiesBoxedNumber](#fakerefobjinquerygetadditionalpropertiesboxednumber), -[FakerefobjinqueryGetadditionalPropertiesBoxedString](#fakerefobjinquerygetadditionalpropertiesboxedstring), -[FakerefobjinqueryGetadditionalPropertiesBoxedList](#fakerefobjinquerygetadditionalpropertiesboxedlist), -[FakerefobjinqueryGetadditionalPropertiesBoxedMap](#fakerefobjinquerygetadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## FakerefobjinqueryGetadditionalPropertiesBoxedVoid -public record FakerefobjinqueryGetadditionalPropertiesBoxedVoid
-implements [FakerefobjinqueryGetadditionalPropertiesBoxed](#fakerefobjinquerygetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakerefobjinqueryGetadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -161,16 +161,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakerefobjinqueryGetadditionalPropertiesBoxedBoolean -public record FakerefobjinqueryGetadditionalPropertiesBoxedBoolean
-implements [FakerefobjinqueryGetadditionalPropertiesBoxed](#fakerefobjinquerygetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakerefobjinqueryGetadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -178,16 +178,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakerefobjinqueryGetadditionalPropertiesBoxedNumber -public record FakerefobjinqueryGetadditionalPropertiesBoxedNumber
-implements [FakerefobjinqueryGetadditionalPropertiesBoxed](#fakerefobjinquerygetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakerefobjinqueryGetadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -195,16 +195,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakerefobjinqueryGetadditionalPropertiesBoxedString -public record FakerefobjinqueryGetadditionalPropertiesBoxedString
-implements [FakerefobjinqueryGetadditionalPropertiesBoxed](#fakerefobjinquerygetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakerefobjinqueryGetadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -212,16 +212,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakerefobjinqueryGetadditionalPropertiesBoxedList -public record FakerefobjinqueryGetadditionalPropertiesBoxedList
-implements [FakerefobjinqueryGetadditionalPropertiesBoxed](#fakerefobjinquerygetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakerefobjinqueryGetadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -229,16 +229,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakerefobjinqueryGetadditionalPropertiesBoxedMap -public record FakerefobjinqueryGetadditionalPropertiesBoxedMap
-implements [FakerefobjinqueryGetadditionalPropertiesBoxed](#fakerefobjinquerygetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FakerefobjinqueryGetadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -246,8 +246,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FakerefobjinqueryGetadditionalProperties -public static class FakerefobjinqueryGetadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/FakerefsarraymodelPost.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/FakerefsarraymodelPost.md index 0e158006b5c..f6ec0996f3a 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/FakerefsarraymodelPost.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/FakerefsarraymodelPost.md @@ -35,9 +35,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsarraymodel.post.FakerefsarraymodelPostRequestBody; import org.openapijsonschematools.client.components.schemas.AnimalFarm; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsarraymodel.post.responses.FakerefsarraymodelPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakerefsarraymodel.FakerefsarraymodelPost; @@ -46,13 +46,14 @@ import org.openapijsonschematools.client.paths.fakerefsarraymodel.post.Fakerefsa import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -60,10 +61,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakerefsarraymodelPost.Post apiClient = new FakerefsarraymodelPost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/FakerefsarrayofenumsPost.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/FakerefsarrayofenumsPost.md index 9544acc04e7..bad74ab9f4c 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/FakerefsarrayofenumsPost.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/FakerefsarrayofenumsPost.md @@ -35,9 +35,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsarrayofenums.post.FakerefsarrayofenumsPostRequestBody; import org.openapijsonschematools.client.components.schemas.ArrayOfEnums; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsarrayofenums.post.responses.FakerefsarrayofenumsPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakerefsarrayofenums.FakerefsarrayofenumsPost; @@ -46,13 +46,14 @@ import org.openapijsonschematools.client.paths.fakerefsarrayofenums.post.Fakeref import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -60,10 +61,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakerefsarrayofenumsPost.Post apiClient = new FakerefsarrayofenumsPost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/FakerefsbooleanPost.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/FakerefsbooleanPost.md index e89fc899063..e24e63e6ee3 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/FakerefsbooleanPost.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/FakerefsbooleanPost.md @@ -35,9 +35,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsboolean.post.FakerefsbooleanPostRequestBody; import org.openapijsonschematools.client.components.schemas.BooleanSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsboolean.post.responses.FakerefsbooleanPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakerefsboolean.FakerefsbooleanPost; @@ -46,13 +46,14 @@ import org.openapijsonschematools.client.paths.fakerefsboolean.post.Fakerefsbool import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -60,10 +61,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakerefsbooleanPost.Post apiClient = new FakerefsbooleanPost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/FakerefscomposedoneofnumberwithvalidationsPost.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/FakerefscomposedoneofnumberwithvalidationsPost.md index 2bac04d35ba..731a2d4015d 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/FakerefscomposedoneofnumberwithvalidationsPost.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/FakerefscomposedoneofnumberwithvalidationsPost.md @@ -35,9 +35,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefscomposedoneofnumberwithvalidations.post.FakerefscomposedoneofnumberwithvalidationsPostRequestBody; import org.openapijsonschematools.client.components.schemas.ComposedOneOfDifferentTypes; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefscomposedoneofnumberwithvalidations.post.responses.FakerefscomposedoneofnumberwithvalidationsPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakerefscomposedoneofnumberwithvalidations.FakerefscomposedoneofnumberwithvalidationsPost; @@ -46,13 +46,14 @@ import org.openapijsonschematools.client.paths.fakerefscomposedoneofnumberwithva import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -60,10 +61,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakerefscomposedoneofnumberwithvalidationsPost.Post apiClient = new FakerefscomposedoneofnumberwithvalidationsPost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/FakerefsenumPost.md b/samples/client/petstore/java/docs/paths/fakerefsenum/FakerefsenumPost.md index 7b79118eb6b..25dd52297ca 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/FakerefsenumPost.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/FakerefsenumPost.md @@ -35,9 +35,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsenum.post.FakerefsenumPostRequestBody; import org.openapijsonschematools.client.components.schemas.StringEnum; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsenum.post.responses.FakerefsenumPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakerefsenum.FakerefsenumPost; @@ -46,13 +46,14 @@ import org.openapijsonschematools.client.paths.fakerefsenum.post.FakerefsenumPos import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -60,10 +61,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakerefsenumPost.Post apiClient = new FakerefsenumPost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/FakerefsmammalPost.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/FakerefsmammalPost.md index ea741896a7e..0cd434caa3f 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/FakerefsmammalPost.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/FakerefsmammalPost.md @@ -37,9 +37,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakerefsmammal.post.FakerefsmammalPostRequestBody; import org.openapijsonschematools.client.components.schemas.Mammal; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsmammal.post.responses.FakerefsmammalPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakerefsmammal.FakerefsmammalPost; @@ -48,13 +48,14 @@ import org.openapijsonschematools.client.paths.fakerefsmammal.post.Fakerefsmamma import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -62,10 +63,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakerefsmammalPost.Post apiClient = new FakerefsmammalPost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/FakerefsnumberPost.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/FakerefsnumberPost.md index 48623046b25..8bfc7f4c81f 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/FakerefsnumberPost.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/FakerefsnumberPost.md @@ -35,9 +35,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsnumber.post.FakerefsnumberPostRequestBody; import org.openapijsonschematools.client.components.schemas.NumberWithValidations; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsnumber.post.responses.FakerefsnumberPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakerefsnumber.FakerefsnumberPost; @@ -46,13 +46,14 @@ import org.openapijsonschematools.client.paths.fakerefsnumber.post.Fakerefsnumbe import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -60,10 +61,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakerefsnumberPost.Post apiClient = new FakerefsnumberPost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/FakerefsobjectmodelwithrefpropsPost.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/FakerefsobjectmodelwithrefpropsPost.md index a266053875e..0b6534762de 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/FakerefsobjectmodelwithrefpropsPost.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/FakerefsobjectmodelwithrefpropsPost.md @@ -35,9 +35,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsobjectmodelwithrefprops.post.FakerefsobjectmodelwithrefpropsPostRequestBody; import org.openapijsonschematools.client.components.schemas.ObjectModelWithRefProps; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsobjectmodelwithrefprops.post.responses.FakerefsobjectmodelwithrefpropsPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakerefsobjectmodelwithrefprops.FakerefsobjectmodelwithrefpropsPost; @@ -46,13 +46,14 @@ import org.openapijsonschematools.client.paths.fakerefsobjectmodelwithrefprops.p import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -60,10 +61,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakerefsobjectmodelwithrefpropsPost.Post apiClient = new FakerefsobjectmodelwithrefpropsPost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/FakerefsstringPost.md b/samples/client/petstore/java/docs/paths/fakerefsstring/FakerefsstringPost.md index 80963690b66..0a83e8e30bd 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/FakerefsstringPost.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/FakerefsstringPost.md @@ -35,9 +35,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakerefsstring.post.FakerefsstringPostRequestBody; import org.openapijsonschematools.client.components.schemas.StringSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakerefsstring.post.responses.FakerefsstringPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakerefsstring.FakerefsstringPost; @@ -46,13 +46,14 @@ import org.openapijsonschematools.client.paths.fakerefsstring.post.Fakerefsstrin import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -60,10 +61,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakerefsstringPost.Post apiClient = new FakerefsstringPost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakeresponsewithoutschema/FakeresponsewithoutschemaGet.md b/samples/client/petstore/java/docs/paths/fakeresponsewithoutschema/FakeresponsewithoutschemaGet.md index 4e0f92b77c1..71fbe73307e 100644 --- a/samples/client/petstore/java/docs/paths/fakeresponsewithoutschema/FakeresponsewithoutschemaGet.md +++ b/samples/client/petstore/java/docs/paths/fakeresponsewithoutschema/FakeresponsewithoutschemaGet.md @@ -33,9 +33,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeresponsewithoutschema.get.responses.FakeresponsewithoutschemaGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakeresponsewithoutschema.FakeresponsewithoutschemaGet; @@ -44,13 +44,14 @@ import org.openapijsonschematools.client.paths.fakeresponsewithoutschema.get.Fak import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -58,10 +59,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakeresponsewithoutschemaGet.Get apiClient = new FakeresponsewithoutschemaGet.Get(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/FaketestqueryparamtersPut.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/FaketestqueryparamtersPut.md index fe0ce1b5a84..7c0c5bcc689 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/FaketestqueryparamtersPut.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/FaketestqueryparamtersPut.md @@ -36,9 +36,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.faketestqueryparamters.put.FaketestqueryparamtersPutQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.faketestqueryparamters.put.responses.FaketestqueryparamtersPutCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.faketestqueryparamters.FaketestqueryparamtersPut; @@ -47,13 +47,14 @@ import org.openapijsonschematools.client.paths.faketestqueryparamters.put.Fakete import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -61,19 +62,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FaketestqueryparamtersPut.Put apiClient = new FaketestqueryparamtersPut.Put(apiConfiguration, schemaConfiguration); // Map validation -FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParametersMap queryParameters = +FaketestqueryparamtersPutQueryParameters.QueryParametersMap queryParameters = FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParameters1.validate( - new FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParametersMapBuilder() + new FaketestqueryparamtersPutQueryParameters.QueryParametersMapBuilder() .context( Arrays.asList( "a" @@ -156,7 +159,7 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParametersMap](../../paths/faketestqueryparamters/put/FaketestqueryparamtersPutQueryParameters.md#faketestqueryparamtersputqueryparametersmap) | queryParameters | +| [FaketestqueryparamtersPutQueryParameters.QueryParametersMap](../../paths/faketestqueryparamters/put/FaketestqueryparamtersPutQueryParameters.md#queryparametersmap) | queryParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -168,7 +171,7 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [FaketestqueryparamtersPutQueryParameters.@Nullable FaketestqueryparamtersPutQueryParametersMap](../../paths/faketestqueryparamters/put/FaketestqueryparamtersPutQueryParameters.md#faketestqueryparamtersputqueryparametersmap) | queryParameters | +| [FaketestqueryparamtersPutQueryParameters.@Nullable QueryParametersMap](../../paths/faketestqueryparamters/put/FaketestqueryparamtersPutQueryParameters.md#queryparametersmap) | queryParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | @Nullable Duration | timeout | @@ -202,6 +205,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Put0RequestBuilder](#put0requestbuilder) | queryParameters([FaketestqueryparamtersPutQueryParametersFaketestqueryparamtersPutQueryParametersMap](../../paths/faketestqueryparamters/put/FaketestqueryparamtersPutQueryParameters.md#faketestqueryparamtersputqueryparametersmap) queryParameters)
sets the property | +| [Put0RequestBuilder](#put0requestbuilder) | queryParameters([FaketestqueryparamtersPutQueryParametersQueryParametersMap](../../paths/faketestqueryparamters/put/FaketestqueryparamtersPutQueryParameters.md#queryparametersmap) queryParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/FaketestqueryparamtersPutQueryParameters.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/FaketestqueryparamtersPutQueryParameters.md index 4e6592928d0..f2fb841bf9f 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/FaketestqueryparamtersPutQueryParameters.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/FaketestqueryparamtersPutQueryParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParameters1Boxed](#faketestqueryparamtersputqueryparameters1boxed)
sealed interface for validated payloads | | record | [FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParameters1BoxedMap](#faketestqueryparamtersputqueryparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParameters1](#faketestqueryparamtersputqueryparameters1)
schema class | -| static class | [FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParametersMapBuilder](#faketestqueryparamtersputqueryparametersmapbuilder)
builder for Map payloads | -| static class | [FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParametersMap](#faketestqueryparamtersputqueryparametersmap)
output class for Map payloads | -| sealed interface | [FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutadditionalPropertiesBoxed](#faketestqueryparamtersputadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutadditionalPropertiesBoxedVoid](#faketestqueryparamtersputadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutadditionalPropertiesBoxedBoolean](#faketestqueryparamtersputadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutadditionalPropertiesBoxedNumber](#faketestqueryparamtersputadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutadditionalPropertiesBoxedString](#faketestqueryparamtersputadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutadditionalPropertiesBoxedList](#faketestqueryparamtersputadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutadditionalPropertiesBoxedMap](#faketestqueryparamtersputadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutadditionalProperties](#faketestqueryparamtersputadditionalproperties)
schema class | +| static class | [FaketestqueryparamtersPutQueryParameters.QueryParametersMapBuilder](#queryparametersmapbuilder)
builder for Map payloads | +| static class | [FaketestqueryparamtersPutQueryParameters.QueryParametersMap](#queryparametersmap)
output class for Map payloads | +| sealed interface | [FaketestqueryparamtersPutQueryParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [FaketestqueryparamtersPutQueryParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [FaketestqueryparamtersPutQueryParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [FaketestqueryparamtersPutQueryParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [FaketestqueryparamtersPutQueryParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [FaketestqueryparamtersPutQueryParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [FaketestqueryparamtersPutQueryParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [FaketestqueryparamtersPutQueryParameters.AdditionalProperties](#additionalproperties)
schema class | ## FaketestqueryparamtersPutQueryParameters1Boxed public sealed interface FaketestqueryparamtersPutQueryParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParameters1BoxedMap([FaketestqueryparamtersPutQueryParametersMap](#faketestqueryparamtersputqueryparametersmap) data)
Creates an instance, private visibility | +| FaketestqueryparamtersPutQueryParameters1BoxedMap([QueryParametersMap](#queryparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap](#faketestqueryparamtersputqueryparametersmap) | data()
validated payload | +| [QueryParametersMap](#queryparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## FaketestqueryparamtersPutQueryParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParametersMap validatedPayload = +FaketestqueryparamtersPutQueryParameters.QueryParametersMap validatedPayload = FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParameters1.validate( - new FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParametersMapBuilder() + new FaketestqueryparamtersPutQueryParameters.QueryParametersMapBuilder() .context( Arrays.asList( "a" @@ -113,18 +113,18 @@ FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParameter | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("refParam", [StringWithValidation.StringWithValidation1.class](../../../components/schemas/StringWithValidation.md#stringwithvalidation1)),
    new PropertyEntry("ioutil", [Schema1.Schema11.class](../../../paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md#schema11)),
    new PropertyEntry("context", [Schema4.Schema41.class](../../../paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md#schema41)),
    new PropertyEntry("http", [Schema2.Schema21.class](../../../paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md#schema21)),
    new PropertyEntry("pipe", [Schema0.Schema01.class](../../../paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md#schema01)),
    new PropertyEntry("url", [Schema3.Schema31.class](../../../paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md#schema31))
)
| | Set | required = Set.of(
    "context",
    "http",
    "ioutil",
    "pipe",
    "refParam",
    "url"
)
| -| Class | additionalProperties = [FaketestqueryparamtersPutadditionalProperties.class](#faketestqueryparamtersputadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap](#faketestqueryparamtersputqueryparametersmap) | validate([Map<?, ?>](#faketestqueryparamtersputqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [FaketestqueryparamtersPutQueryParameters1BoxedMap](#faketestqueryparamtersputqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#faketestqueryparamtersputqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [QueryParametersMap](#queryparametersmap) | validate([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [FaketestqueryparamtersPutQueryParameters1BoxedMap](#faketestqueryparamtersputqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [FaketestqueryparamtersPutQueryParameters1Boxed](#faketestqueryparamtersputqueryparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## FaketestqueryparamtersPutQueryParametersMap000000Builder -public class FaketestqueryparamtersPutQueryParametersMap000000Builder
+## QueryParametersMap000000Builder +public class QueryParametersMap000000Builder
builder for `Map` A class that builds the Map input type @@ -132,15 +132,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap000000Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap000000Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## FaketestqueryparamtersPutQueryParametersMap000001Builder -public class FaketestqueryparamtersPutQueryParametersMap000001Builder
+## QueryParametersMap000001Builder +public class QueryParametersMap000001Builder
builder for `Map` A class that builds the Map input type @@ -148,15 +148,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap000001Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap000001Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000000Builder](#faketestqueryparamtersputqueryparametersmap000000builder) | url(List value) | +| [QueryParametersMap000000Builder](#queryparametersmap000000builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap000010Builder -public class FaketestqueryparamtersPutQueryParametersMap000010Builder
+## QueryParametersMap000010Builder +public class QueryParametersMap000010Builder
builder for `Map` A class that builds the Map input type @@ -164,15 +164,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap000010Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap000010Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000000Builder](#faketestqueryparamtersputqueryparametersmap000000builder) | refParam(String value) | +| [QueryParametersMap000000Builder](#queryparametersmap000000builder) | refParam(String value) | -## FaketestqueryparamtersPutQueryParametersMap000011Builder -public class FaketestqueryparamtersPutQueryParametersMap000011Builder
+## QueryParametersMap000011Builder +public class QueryParametersMap000011Builder
builder for `Map` A class that builds the Map input type @@ -180,16 +180,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap000011Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap000011Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000001Builder](#faketestqueryparamtersputqueryparametersmap000001builder) | refParam(String value) | -| [FaketestqueryparamtersPutQueryParametersMap000010Builder](#faketestqueryparamtersputqueryparametersmap000010builder) | url(List value) | +| [QueryParametersMap000001Builder](#queryparametersmap000001builder) | refParam(String value) | +| [QueryParametersMap000010Builder](#queryparametersmap000010builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap000100Builder -public class FaketestqueryparamtersPutQueryParametersMap000100Builder
+## QueryParametersMap000100Builder +public class QueryParametersMap000100Builder
builder for `Map` A class that builds the Map input type @@ -197,15 +197,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap000100Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap000100Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000000Builder](#faketestqueryparamtersputqueryparametersmap000000builder) | pipe(List value) | +| [QueryParametersMap000000Builder](#queryparametersmap000000builder) | pipe(List value) | -## FaketestqueryparamtersPutQueryParametersMap000101Builder -public class FaketestqueryparamtersPutQueryParametersMap000101Builder
+## QueryParametersMap000101Builder +public class QueryParametersMap000101Builder
builder for `Map` A class that builds the Map input type @@ -213,16 +213,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap000101Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap000101Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000001Builder](#faketestqueryparamtersputqueryparametersmap000001builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap000100Builder](#faketestqueryparamtersputqueryparametersmap000100builder) | url(List value) | +| [QueryParametersMap000001Builder](#queryparametersmap000001builder) | pipe(List value) | +| [QueryParametersMap000100Builder](#queryparametersmap000100builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap000110Builder -public class FaketestqueryparamtersPutQueryParametersMap000110Builder
+## QueryParametersMap000110Builder +public class QueryParametersMap000110Builder
builder for `Map` A class that builds the Map input type @@ -230,16 +230,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap000110Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap000110Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000010Builder](#faketestqueryparamtersputqueryparametersmap000010builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap000100Builder](#faketestqueryparamtersputqueryparametersmap000100builder) | refParam(String value) | +| [QueryParametersMap000010Builder](#queryparametersmap000010builder) | pipe(List value) | +| [QueryParametersMap000100Builder](#queryparametersmap000100builder) | refParam(String value) | -## FaketestqueryparamtersPutQueryParametersMap000111Builder -public class FaketestqueryparamtersPutQueryParametersMap000111Builder
+## QueryParametersMap000111Builder +public class QueryParametersMap000111Builder
builder for `Map` A class that builds the Map input type @@ -247,17 +247,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap000111Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap000111Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000011Builder](#faketestqueryparamtersputqueryparametersmap000011builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap000101Builder](#faketestqueryparamtersputqueryparametersmap000101builder) | refParam(String value) | -| [FaketestqueryparamtersPutQueryParametersMap000110Builder](#faketestqueryparamtersputqueryparametersmap000110builder) | url(List value) | +| [QueryParametersMap000011Builder](#queryparametersmap000011builder) | pipe(List value) | +| [QueryParametersMap000101Builder](#queryparametersmap000101builder) | refParam(String value) | +| [QueryParametersMap000110Builder](#queryparametersmap000110builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap001000Builder -public class FaketestqueryparamtersPutQueryParametersMap001000Builder
+## QueryParametersMap001000Builder +public class QueryParametersMap001000Builder
builder for `Map` A class that builds the Map input type @@ -265,15 +265,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap001000Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap001000Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000000Builder](#faketestqueryparamtersputqueryparametersmap000000builder) | ioutil(List value) | +| [QueryParametersMap000000Builder](#queryparametersmap000000builder) | ioutil(List value) | -## FaketestqueryparamtersPutQueryParametersMap001001Builder -public class FaketestqueryparamtersPutQueryParametersMap001001Builder
+## QueryParametersMap001001Builder +public class QueryParametersMap001001Builder
builder for `Map` A class that builds the Map input type @@ -281,16 +281,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap001001Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap001001Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000001Builder](#faketestqueryparamtersputqueryparametersmap000001builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap001000Builder](#faketestqueryparamtersputqueryparametersmap001000builder) | url(List value) | +| [QueryParametersMap000001Builder](#queryparametersmap000001builder) | ioutil(List value) | +| [QueryParametersMap001000Builder](#queryparametersmap001000builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap001010Builder -public class FaketestqueryparamtersPutQueryParametersMap001010Builder
+## QueryParametersMap001010Builder +public class QueryParametersMap001010Builder
builder for `Map` A class that builds the Map input type @@ -298,16 +298,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap001010Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap001010Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000010Builder](#faketestqueryparamtersputqueryparametersmap000010builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap001000Builder](#faketestqueryparamtersputqueryparametersmap001000builder) | refParam(String value) | +| [QueryParametersMap000010Builder](#queryparametersmap000010builder) | ioutil(List value) | +| [QueryParametersMap001000Builder](#queryparametersmap001000builder) | refParam(String value) | -## FaketestqueryparamtersPutQueryParametersMap001011Builder -public class FaketestqueryparamtersPutQueryParametersMap001011Builder
+## QueryParametersMap001011Builder +public class QueryParametersMap001011Builder
builder for `Map` A class that builds the Map input type @@ -315,17 +315,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap001011Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap001011Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000011Builder](#faketestqueryparamtersputqueryparametersmap000011builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap001001Builder](#faketestqueryparamtersputqueryparametersmap001001builder) | refParam(String value) | -| [FaketestqueryparamtersPutQueryParametersMap001010Builder](#faketestqueryparamtersputqueryparametersmap001010builder) | url(List value) | +| [QueryParametersMap000011Builder](#queryparametersmap000011builder) | ioutil(List value) | +| [QueryParametersMap001001Builder](#queryparametersmap001001builder) | refParam(String value) | +| [QueryParametersMap001010Builder](#queryparametersmap001010builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap001100Builder -public class FaketestqueryparamtersPutQueryParametersMap001100Builder
+## QueryParametersMap001100Builder +public class QueryParametersMap001100Builder
builder for `Map` A class that builds the Map input type @@ -333,16 +333,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap001100Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap001100Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000100Builder](#faketestqueryparamtersputqueryparametersmap000100builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap001000Builder](#faketestqueryparamtersputqueryparametersmap001000builder) | pipe(List value) | +| [QueryParametersMap000100Builder](#queryparametersmap000100builder) | ioutil(List value) | +| [QueryParametersMap001000Builder](#queryparametersmap001000builder) | pipe(List value) | -## FaketestqueryparamtersPutQueryParametersMap001101Builder -public class FaketestqueryparamtersPutQueryParametersMap001101Builder
+## QueryParametersMap001101Builder +public class QueryParametersMap001101Builder
builder for `Map` A class that builds the Map input type @@ -350,17 +350,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap001101Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap001101Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000101Builder](#faketestqueryparamtersputqueryparametersmap000101builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap001001Builder](#faketestqueryparamtersputqueryparametersmap001001builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap001100Builder](#faketestqueryparamtersputqueryparametersmap001100builder) | url(List value) | +| [QueryParametersMap000101Builder](#queryparametersmap000101builder) | ioutil(List value) | +| [QueryParametersMap001001Builder](#queryparametersmap001001builder) | pipe(List value) | +| [QueryParametersMap001100Builder](#queryparametersmap001100builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap001110Builder -public class FaketestqueryparamtersPutQueryParametersMap001110Builder
+## QueryParametersMap001110Builder +public class QueryParametersMap001110Builder
builder for `Map` A class that builds the Map input type @@ -368,17 +368,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap001110Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap001110Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000110Builder](#faketestqueryparamtersputqueryparametersmap000110builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap001010Builder](#faketestqueryparamtersputqueryparametersmap001010builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap001100Builder](#faketestqueryparamtersputqueryparametersmap001100builder) | refParam(String value) | +| [QueryParametersMap000110Builder](#queryparametersmap000110builder) | ioutil(List value) | +| [QueryParametersMap001010Builder](#queryparametersmap001010builder) | pipe(List value) | +| [QueryParametersMap001100Builder](#queryparametersmap001100builder) | refParam(String value) | -## FaketestqueryparamtersPutQueryParametersMap001111Builder -public class FaketestqueryparamtersPutQueryParametersMap001111Builder
+## QueryParametersMap001111Builder +public class QueryParametersMap001111Builder
builder for `Map` A class that builds the Map input type @@ -386,18 +386,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap001111Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap001111Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000111Builder](#faketestqueryparamtersputqueryparametersmap000111builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap001011Builder](#faketestqueryparamtersputqueryparametersmap001011builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap001101Builder](#faketestqueryparamtersputqueryparametersmap001101builder) | refParam(String value) | -| [FaketestqueryparamtersPutQueryParametersMap001110Builder](#faketestqueryparamtersputqueryparametersmap001110builder) | url(List value) | +| [QueryParametersMap000111Builder](#queryparametersmap000111builder) | ioutil(List value) | +| [QueryParametersMap001011Builder](#queryparametersmap001011builder) | pipe(List value) | +| [QueryParametersMap001101Builder](#queryparametersmap001101builder) | refParam(String value) | +| [QueryParametersMap001110Builder](#queryparametersmap001110builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap010000Builder -public class FaketestqueryparamtersPutQueryParametersMap010000Builder
+## QueryParametersMap010000Builder +public class QueryParametersMap010000Builder
builder for `Map` A class that builds the Map input type @@ -405,15 +405,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap010000Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap010000Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000000Builder](#faketestqueryparamtersputqueryparametersmap000000builder) | http(List value) | +| [QueryParametersMap000000Builder](#queryparametersmap000000builder) | http(List value) | -## FaketestqueryparamtersPutQueryParametersMap010001Builder -public class FaketestqueryparamtersPutQueryParametersMap010001Builder
+## QueryParametersMap010001Builder +public class QueryParametersMap010001Builder
builder for `Map` A class that builds the Map input type @@ -421,16 +421,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap010001Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap010001Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000001Builder](#faketestqueryparamtersputqueryparametersmap000001builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap010000Builder](#faketestqueryparamtersputqueryparametersmap010000builder) | url(List value) | +| [QueryParametersMap000001Builder](#queryparametersmap000001builder) | http(List value) | +| [QueryParametersMap010000Builder](#queryparametersmap010000builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap010010Builder -public class FaketestqueryparamtersPutQueryParametersMap010010Builder
+## QueryParametersMap010010Builder +public class QueryParametersMap010010Builder
builder for `Map` A class that builds the Map input type @@ -438,16 +438,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap010010Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap010010Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000010Builder](#faketestqueryparamtersputqueryparametersmap000010builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap010000Builder](#faketestqueryparamtersputqueryparametersmap010000builder) | refParam(String value) | +| [QueryParametersMap000010Builder](#queryparametersmap000010builder) | http(List value) | +| [QueryParametersMap010000Builder](#queryparametersmap010000builder) | refParam(String value) | -## FaketestqueryparamtersPutQueryParametersMap010011Builder -public class FaketestqueryparamtersPutQueryParametersMap010011Builder
+## QueryParametersMap010011Builder +public class QueryParametersMap010011Builder
builder for `Map` A class that builds the Map input type @@ -455,17 +455,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap010011Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap010011Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000011Builder](#faketestqueryparamtersputqueryparametersmap000011builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap010001Builder](#faketestqueryparamtersputqueryparametersmap010001builder) | refParam(String value) | -| [FaketestqueryparamtersPutQueryParametersMap010010Builder](#faketestqueryparamtersputqueryparametersmap010010builder) | url(List value) | +| [QueryParametersMap000011Builder](#queryparametersmap000011builder) | http(List value) | +| [QueryParametersMap010001Builder](#queryparametersmap010001builder) | refParam(String value) | +| [QueryParametersMap010010Builder](#queryparametersmap010010builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap010100Builder -public class FaketestqueryparamtersPutQueryParametersMap010100Builder
+## QueryParametersMap010100Builder +public class QueryParametersMap010100Builder
builder for `Map` A class that builds the Map input type @@ -473,16 +473,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap010100Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap010100Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000100Builder](#faketestqueryparamtersputqueryparametersmap000100builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap010000Builder](#faketestqueryparamtersputqueryparametersmap010000builder) | pipe(List value) | +| [QueryParametersMap000100Builder](#queryparametersmap000100builder) | http(List value) | +| [QueryParametersMap010000Builder](#queryparametersmap010000builder) | pipe(List value) | -## FaketestqueryparamtersPutQueryParametersMap010101Builder -public class FaketestqueryparamtersPutQueryParametersMap010101Builder
+## QueryParametersMap010101Builder +public class QueryParametersMap010101Builder
builder for `Map` A class that builds the Map input type @@ -490,17 +490,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap010101Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap010101Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000101Builder](#faketestqueryparamtersputqueryparametersmap000101builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap010001Builder](#faketestqueryparamtersputqueryparametersmap010001builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap010100Builder](#faketestqueryparamtersputqueryparametersmap010100builder) | url(List value) | +| [QueryParametersMap000101Builder](#queryparametersmap000101builder) | http(List value) | +| [QueryParametersMap010001Builder](#queryparametersmap010001builder) | pipe(List value) | +| [QueryParametersMap010100Builder](#queryparametersmap010100builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap010110Builder -public class FaketestqueryparamtersPutQueryParametersMap010110Builder
+## QueryParametersMap010110Builder +public class QueryParametersMap010110Builder
builder for `Map` A class that builds the Map input type @@ -508,17 +508,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap010110Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap010110Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000110Builder](#faketestqueryparamtersputqueryparametersmap000110builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap010010Builder](#faketestqueryparamtersputqueryparametersmap010010builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap010100Builder](#faketestqueryparamtersputqueryparametersmap010100builder) | refParam(String value) | +| [QueryParametersMap000110Builder](#queryparametersmap000110builder) | http(List value) | +| [QueryParametersMap010010Builder](#queryparametersmap010010builder) | pipe(List value) | +| [QueryParametersMap010100Builder](#queryparametersmap010100builder) | refParam(String value) | -## FaketestqueryparamtersPutQueryParametersMap010111Builder -public class FaketestqueryparamtersPutQueryParametersMap010111Builder
+## QueryParametersMap010111Builder +public class QueryParametersMap010111Builder
builder for `Map` A class that builds the Map input type @@ -526,18 +526,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap010111Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap010111Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000111Builder](#faketestqueryparamtersputqueryparametersmap000111builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap010011Builder](#faketestqueryparamtersputqueryparametersmap010011builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap010101Builder](#faketestqueryparamtersputqueryparametersmap010101builder) | refParam(String value) | -| [FaketestqueryparamtersPutQueryParametersMap010110Builder](#faketestqueryparamtersputqueryparametersmap010110builder) | url(List value) | +| [QueryParametersMap000111Builder](#queryparametersmap000111builder) | http(List value) | +| [QueryParametersMap010011Builder](#queryparametersmap010011builder) | pipe(List value) | +| [QueryParametersMap010101Builder](#queryparametersmap010101builder) | refParam(String value) | +| [QueryParametersMap010110Builder](#queryparametersmap010110builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap011000Builder -public class FaketestqueryparamtersPutQueryParametersMap011000Builder
+## QueryParametersMap011000Builder +public class QueryParametersMap011000Builder
builder for `Map` A class that builds the Map input type @@ -545,16 +545,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap011000Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap011000Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap001000Builder](#faketestqueryparamtersputqueryparametersmap001000builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap010000Builder](#faketestqueryparamtersputqueryparametersmap010000builder) | ioutil(List value) | +| [QueryParametersMap001000Builder](#queryparametersmap001000builder) | http(List value) | +| [QueryParametersMap010000Builder](#queryparametersmap010000builder) | ioutil(List value) | -## FaketestqueryparamtersPutQueryParametersMap011001Builder -public class FaketestqueryparamtersPutQueryParametersMap011001Builder
+## QueryParametersMap011001Builder +public class QueryParametersMap011001Builder
builder for `Map` A class that builds the Map input type @@ -562,17 +562,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap011001Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap011001Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap001001Builder](#faketestqueryparamtersputqueryparametersmap001001builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap010001Builder](#faketestqueryparamtersputqueryparametersmap010001builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap011000Builder](#faketestqueryparamtersputqueryparametersmap011000builder) | url(List value) | +| [QueryParametersMap001001Builder](#queryparametersmap001001builder) | http(List value) | +| [QueryParametersMap010001Builder](#queryparametersmap010001builder) | ioutil(List value) | +| [QueryParametersMap011000Builder](#queryparametersmap011000builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap011010Builder -public class FaketestqueryparamtersPutQueryParametersMap011010Builder
+## QueryParametersMap011010Builder +public class QueryParametersMap011010Builder
builder for `Map` A class that builds the Map input type @@ -580,17 +580,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap011010Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap011010Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap001010Builder](#faketestqueryparamtersputqueryparametersmap001010builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap010010Builder](#faketestqueryparamtersputqueryparametersmap010010builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap011000Builder](#faketestqueryparamtersputqueryparametersmap011000builder) | refParam(String value) | +| [QueryParametersMap001010Builder](#queryparametersmap001010builder) | http(List value) | +| [QueryParametersMap010010Builder](#queryparametersmap010010builder) | ioutil(List value) | +| [QueryParametersMap011000Builder](#queryparametersmap011000builder) | refParam(String value) | -## FaketestqueryparamtersPutQueryParametersMap011011Builder -public class FaketestqueryparamtersPutQueryParametersMap011011Builder
+## QueryParametersMap011011Builder +public class QueryParametersMap011011Builder
builder for `Map` A class that builds the Map input type @@ -598,18 +598,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap011011Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap011011Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap001011Builder](#faketestqueryparamtersputqueryparametersmap001011builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap010011Builder](#faketestqueryparamtersputqueryparametersmap010011builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap011001Builder](#faketestqueryparamtersputqueryparametersmap011001builder) | refParam(String value) | -| [FaketestqueryparamtersPutQueryParametersMap011010Builder](#faketestqueryparamtersputqueryparametersmap011010builder) | url(List value) | +| [QueryParametersMap001011Builder](#queryparametersmap001011builder) | http(List value) | +| [QueryParametersMap010011Builder](#queryparametersmap010011builder) | ioutil(List value) | +| [QueryParametersMap011001Builder](#queryparametersmap011001builder) | refParam(String value) | +| [QueryParametersMap011010Builder](#queryparametersmap011010builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap011100Builder -public class FaketestqueryparamtersPutQueryParametersMap011100Builder
+## QueryParametersMap011100Builder +public class QueryParametersMap011100Builder
builder for `Map` A class that builds the Map input type @@ -617,17 +617,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap011100Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap011100Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap001100Builder](#faketestqueryparamtersputqueryparametersmap001100builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap010100Builder](#faketestqueryparamtersputqueryparametersmap010100builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap011000Builder](#faketestqueryparamtersputqueryparametersmap011000builder) | pipe(List value) | +| [QueryParametersMap001100Builder](#queryparametersmap001100builder) | http(List value) | +| [QueryParametersMap010100Builder](#queryparametersmap010100builder) | ioutil(List value) | +| [QueryParametersMap011000Builder](#queryparametersmap011000builder) | pipe(List value) | -## FaketestqueryparamtersPutQueryParametersMap011101Builder -public class FaketestqueryparamtersPutQueryParametersMap011101Builder
+## QueryParametersMap011101Builder +public class QueryParametersMap011101Builder
builder for `Map` A class that builds the Map input type @@ -635,18 +635,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap011101Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap011101Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap001101Builder](#faketestqueryparamtersputqueryparametersmap001101builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap010101Builder](#faketestqueryparamtersputqueryparametersmap010101builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap011001Builder](#faketestqueryparamtersputqueryparametersmap011001builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap011100Builder](#faketestqueryparamtersputqueryparametersmap011100builder) | url(List value) | +| [QueryParametersMap001101Builder](#queryparametersmap001101builder) | http(List value) | +| [QueryParametersMap010101Builder](#queryparametersmap010101builder) | ioutil(List value) | +| [QueryParametersMap011001Builder](#queryparametersmap011001builder) | pipe(List value) | +| [QueryParametersMap011100Builder](#queryparametersmap011100builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap011110Builder -public class FaketestqueryparamtersPutQueryParametersMap011110Builder
+## QueryParametersMap011110Builder +public class QueryParametersMap011110Builder
builder for `Map` A class that builds the Map input type @@ -654,18 +654,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap011110Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap011110Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap001110Builder](#faketestqueryparamtersputqueryparametersmap001110builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap010110Builder](#faketestqueryparamtersputqueryparametersmap010110builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap011010Builder](#faketestqueryparamtersputqueryparametersmap011010builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap011100Builder](#faketestqueryparamtersputqueryparametersmap011100builder) | refParam(String value) | +| [QueryParametersMap001110Builder](#queryparametersmap001110builder) | http(List value) | +| [QueryParametersMap010110Builder](#queryparametersmap010110builder) | ioutil(List value) | +| [QueryParametersMap011010Builder](#queryparametersmap011010builder) | pipe(List value) | +| [QueryParametersMap011100Builder](#queryparametersmap011100builder) | refParam(String value) | -## FaketestqueryparamtersPutQueryParametersMap011111Builder -public class FaketestqueryparamtersPutQueryParametersMap011111Builder
+## QueryParametersMap011111Builder +public class QueryParametersMap011111Builder
builder for `Map` A class that builds the Map input type @@ -673,19 +673,19 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap011111Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap011111Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap001111Builder](#faketestqueryparamtersputqueryparametersmap001111builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap010111Builder](#faketestqueryparamtersputqueryparametersmap010111builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap011011Builder](#faketestqueryparamtersputqueryparametersmap011011builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap011101Builder](#faketestqueryparamtersputqueryparametersmap011101builder) | refParam(String value) | -| [FaketestqueryparamtersPutQueryParametersMap011110Builder](#faketestqueryparamtersputqueryparametersmap011110builder) | url(List value) | +| [QueryParametersMap001111Builder](#queryparametersmap001111builder) | http(List value) | +| [QueryParametersMap010111Builder](#queryparametersmap010111builder) | ioutil(List value) | +| [QueryParametersMap011011Builder](#queryparametersmap011011builder) | pipe(List value) | +| [QueryParametersMap011101Builder](#queryparametersmap011101builder) | refParam(String value) | +| [QueryParametersMap011110Builder](#queryparametersmap011110builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap100000Builder -public class FaketestqueryparamtersPutQueryParametersMap100000Builder
+## QueryParametersMap100000Builder +public class QueryParametersMap100000Builder
builder for `Map` A class that builds the Map input type @@ -693,15 +693,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap100000Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap100000Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000000Builder](#faketestqueryparamtersputqueryparametersmap000000builder) | context(List value) | +| [QueryParametersMap000000Builder](#queryparametersmap000000builder) | context(List value) | -## FaketestqueryparamtersPutQueryParametersMap100001Builder -public class FaketestqueryparamtersPutQueryParametersMap100001Builder
+## QueryParametersMap100001Builder +public class QueryParametersMap100001Builder
builder for `Map` A class that builds the Map input type @@ -709,16 +709,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap100001Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap100001Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000001Builder](#faketestqueryparamtersputqueryparametersmap000001builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100000Builder](#faketestqueryparamtersputqueryparametersmap100000builder) | url(List value) | +| [QueryParametersMap000001Builder](#queryparametersmap000001builder) | context(List value) | +| [QueryParametersMap100000Builder](#queryparametersmap100000builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap100010Builder -public class FaketestqueryparamtersPutQueryParametersMap100010Builder
+## QueryParametersMap100010Builder +public class QueryParametersMap100010Builder
builder for `Map` A class that builds the Map input type @@ -726,16 +726,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap100010Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap100010Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000010Builder](#faketestqueryparamtersputqueryparametersmap000010builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100000Builder](#faketestqueryparamtersputqueryparametersmap100000builder) | refParam(String value) | +| [QueryParametersMap000010Builder](#queryparametersmap000010builder) | context(List value) | +| [QueryParametersMap100000Builder](#queryparametersmap100000builder) | refParam(String value) | -## FaketestqueryparamtersPutQueryParametersMap100011Builder -public class FaketestqueryparamtersPutQueryParametersMap100011Builder
+## QueryParametersMap100011Builder +public class QueryParametersMap100011Builder
builder for `Map` A class that builds the Map input type @@ -743,17 +743,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap100011Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap100011Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000011Builder](#faketestqueryparamtersputqueryparametersmap000011builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100001Builder](#faketestqueryparamtersputqueryparametersmap100001builder) | refParam(String value) | -| [FaketestqueryparamtersPutQueryParametersMap100010Builder](#faketestqueryparamtersputqueryparametersmap100010builder) | url(List value) | +| [QueryParametersMap000011Builder](#queryparametersmap000011builder) | context(List value) | +| [QueryParametersMap100001Builder](#queryparametersmap100001builder) | refParam(String value) | +| [QueryParametersMap100010Builder](#queryparametersmap100010builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap100100Builder -public class FaketestqueryparamtersPutQueryParametersMap100100Builder
+## QueryParametersMap100100Builder +public class QueryParametersMap100100Builder
builder for `Map` A class that builds the Map input type @@ -761,16 +761,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap100100Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap100100Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000100Builder](#faketestqueryparamtersputqueryparametersmap000100builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100000Builder](#faketestqueryparamtersputqueryparametersmap100000builder) | pipe(List value) | +| [QueryParametersMap000100Builder](#queryparametersmap000100builder) | context(List value) | +| [QueryParametersMap100000Builder](#queryparametersmap100000builder) | pipe(List value) | -## FaketestqueryparamtersPutQueryParametersMap100101Builder -public class FaketestqueryparamtersPutQueryParametersMap100101Builder
+## QueryParametersMap100101Builder +public class QueryParametersMap100101Builder
builder for `Map` A class that builds the Map input type @@ -778,17 +778,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap100101Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap100101Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000101Builder](#faketestqueryparamtersputqueryparametersmap000101builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100001Builder](#faketestqueryparamtersputqueryparametersmap100001builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100100Builder](#faketestqueryparamtersputqueryparametersmap100100builder) | url(List value) | +| [QueryParametersMap000101Builder](#queryparametersmap000101builder) | context(List value) | +| [QueryParametersMap100001Builder](#queryparametersmap100001builder) | pipe(List value) | +| [QueryParametersMap100100Builder](#queryparametersmap100100builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap100110Builder -public class FaketestqueryparamtersPutQueryParametersMap100110Builder
+## QueryParametersMap100110Builder +public class QueryParametersMap100110Builder
builder for `Map` A class that builds the Map input type @@ -796,17 +796,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap100110Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap100110Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000110Builder](#faketestqueryparamtersputqueryparametersmap000110builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100010Builder](#faketestqueryparamtersputqueryparametersmap100010builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100100Builder](#faketestqueryparamtersputqueryparametersmap100100builder) | refParam(String value) | +| [QueryParametersMap000110Builder](#queryparametersmap000110builder) | context(List value) | +| [QueryParametersMap100010Builder](#queryparametersmap100010builder) | pipe(List value) | +| [QueryParametersMap100100Builder](#queryparametersmap100100builder) | refParam(String value) | -## FaketestqueryparamtersPutQueryParametersMap100111Builder -public class FaketestqueryparamtersPutQueryParametersMap100111Builder
+## QueryParametersMap100111Builder +public class QueryParametersMap100111Builder
builder for `Map` A class that builds the Map input type @@ -814,18 +814,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap100111Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap100111Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap000111Builder](#faketestqueryparamtersputqueryparametersmap000111builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100011Builder](#faketestqueryparamtersputqueryparametersmap100011builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100101Builder](#faketestqueryparamtersputqueryparametersmap100101builder) | refParam(String value) | -| [FaketestqueryparamtersPutQueryParametersMap100110Builder](#faketestqueryparamtersputqueryparametersmap100110builder) | url(List value) | +| [QueryParametersMap000111Builder](#queryparametersmap000111builder) | context(List value) | +| [QueryParametersMap100011Builder](#queryparametersmap100011builder) | pipe(List value) | +| [QueryParametersMap100101Builder](#queryparametersmap100101builder) | refParam(String value) | +| [QueryParametersMap100110Builder](#queryparametersmap100110builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap101000Builder -public class FaketestqueryparamtersPutQueryParametersMap101000Builder
+## QueryParametersMap101000Builder +public class QueryParametersMap101000Builder
builder for `Map` A class that builds the Map input type @@ -833,16 +833,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap101000Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap101000Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap001000Builder](#faketestqueryparamtersputqueryparametersmap001000builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100000Builder](#faketestqueryparamtersputqueryparametersmap100000builder) | ioutil(List value) | +| [QueryParametersMap001000Builder](#queryparametersmap001000builder) | context(List value) | +| [QueryParametersMap100000Builder](#queryparametersmap100000builder) | ioutil(List value) | -## FaketestqueryparamtersPutQueryParametersMap101001Builder -public class FaketestqueryparamtersPutQueryParametersMap101001Builder
+## QueryParametersMap101001Builder +public class QueryParametersMap101001Builder
builder for `Map` A class that builds the Map input type @@ -850,17 +850,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap101001Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap101001Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap001001Builder](#faketestqueryparamtersputqueryparametersmap001001builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100001Builder](#faketestqueryparamtersputqueryparametersmap100001builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap101000Builder](#faketestqueryparamtersputqueryparametersmap101000builder) | url(List value) | +| [QueryParametersMap001001Builder](#queryparametersmap001001builder) | context(List value) | +| [QueryParametersMap100001Builder](#queryparametersmap100001builder) | ioutil(List value) | +| [QueryParametersMap101000Builder](#queryparametersmap101000builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap101010Builder -public class FaketestqueryparamtersPutQueryParametersMap101010Builder
+## QueryParametersMap101010Builder +public class QueryParametersMap101010Builder
builder for `Map` A class that builds the Map input type @@ -868,17 +868,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap101010Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap101010Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap001010Builder](#faketestqueryparamtersputqueryparametersmap001010builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100010Builder](#faketestqueryparamtersputqueryparametersmap100010builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap101000Builder](#faketestqueryparamtersputqueryparametersmap101000builder) | refParam(String value) | +| [QueryParametersMap001010Builder](#queryparametersmap001010builder) | context(List value) | +| [QueryParametersMap100010Builder](#queryparametersmap100010builder) | ioutil(List value) | +| [QueryParametersMap101000Builder](#queryparametersmap101000builder) | refParam(String value) | -## FaketestqueryparamtersPutQueryParametersMap101011Builder -public class FaketestqueryparamtersPutQueryParametersMap101011Builder
+## QueryParametersMap101011Builder +public class QueryParametersMap101011Builder
builder for `Map` A class that builds the Map input type @@ -886,18 +886,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap101011Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap101011Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap001011Builder](#faketestqueryparamtersputqueryparametersmap001011builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100011Builder](#faketestqueryparamtersputqueryparametersmap100011builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap101001Builder](#faketestqueryparamtersputqueryparametersmap101001builder) | refParam(String value) | -| [FaketestqueryparamtersPutQueryParametersMap101010Builder](#faketestqueryparamtersputqueryparametersmap101010builder) | url(List value) | +| [QueryParametersMap001011Builder](#queryparametersmap001011builder) | context(List value) | +| [QueryParametersMap100011Builder](#queryparametersmap100011builder) | ioutil(List value) | +| [QueryParametersMap101001Builder](#queryparametersmap101001builder) | refParam(String value) | +| [QueryParametersMap101010Builder](#queryparametersmap101010builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap101100Builder -public class FaketestqueryparamtersPutQueryParametersMap101100Builder
+## QueryParametersMap101100Builder +public class QueryParametersMap101100Builder
builder for `Map` A class that builds the Map input type @@ -905,17 +905,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap101100Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap101100Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap001100Builder](#faketestqueryparamtersputqueryparametersmap001100builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100100Builder](#faketestqueryparamtersputqueryparametersmap100100builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap101000Builder](#faketestqueryparamtersputqueryparametersmap101000builder) | pipe(List value) | +| [QueryParametersMap001100Builder](#queryparametersmap001100builder) | context(List value) | +| [QueryParametersMap100100Builder](#queryparametersmap100100builder) | ioutil(List value) | +| [QueryParametersMap101000Builder](#queryparametersmap101000builder) | pipe(List value) | -## FaketestqueryparamtersPutQueryParametersMap101101Builder -public class FaketestqueryparamtersPutQueryParametersMap101101Builder
+## QueryParametersMap101101Builder +public class QueryParametersMap101101Builder
builder for `Map` A class that builds the Map input type @@ -923,18 +923,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap101101Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap101101Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap001101Builder](#faketestqueryparamtersputqueryparametersmap001101builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100101Builder](#faketestqueryparamtersputqueryparametersmap100101builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap101001Builder](#faketestqueryparamtersputqueryparametersmap101001builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap101100Builder](#faketestqueryparamtersputqueryparametersmap101100builder) | url(List value) | +| [QueryParametersMap001101Builder](#queryparametersmap001101builder) | context(List value) | +| [QueryParametersMap100101Builder](#queryparametersmap100101builder) | ioutil(List value) | +| [QueryParametersMap101001Builder](#queryparametersmap101001builder) | pipe(List value) | +| [QueryParametersMap101100Builder](#queryparametersmap101100builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap101110Builder -public class FaketestqueryparamtersPutQueryParametersMap101110Builder
+## QueryParametersMap101110Builder +public class QueryParametersMap101110Builder
builder for `Map` A class that builds the Map input type @@ -942,18 +942,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap101110Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap101110Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap001110Builder](#faketestqueryparamtersputqueryparametersmap001110builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100110Builder](#faketestqueryparamtersputqueryparametersmap100110builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap101010Builder](#faketestqueryparamtersputqueryparametersmap101010builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap101100Builder](#faketestqueryparamtersputqueryparametersmap101100builder) | refParam(String value) | +| [QueryParametersMap001110Builder](#queryparametersmap001110builder) | context(List value) | +| [QueryParametersMap100110Builder](#queryparametersmap100110builder) | ioutil(List value) | +| [QueryParametersMap101010Builder](#queryparametersmap101010builder) | pipe(List value) | +| [QueryParametersMap101100Builder](#queryparametersmap101100builder) | refParam(String value) | -## FaketestqueryparamtersPutQueryParametersMap101111Builder -public class FaketestqueryparamtersPutQueryParametersMap101111Builder
+## QueryParametersMap101111Builder +public class QueryParametersMap101111Builder
builder for `Map` A class that builds the Map input type @@ -961,19 +961,19 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap101111Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap101111Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap001111Builder](#faketestqueryparamtersputqueryparametersmap001111builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100111Builder](#faketestqueryparamtersputqueryparametersmap100111builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap101011Builder](#faketestqueryparamtersputqueryparametersmap101011builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap101101Builder](#faketestqueryparamtersputqueryparametersmap101101builder) | refParam(String value) | -| [FaketestqueryparamtersPutQueryParametersMap101110Builder](#faketestqueryparamtersputqueryparametersmap101110builder) | url(List value) | +| [QueryParametersMap001111Builder](#queryparametersmap001111builder) | context(List value) | +| [QueryParametersMap100111Builder](#queryparametersmap100111builder) | ioutil(List value) | +| [QueryParametersMap101011Builder](#queryparametersmap101011builder) | pipe(List value) | +| [QueryParametersMap101101Builder](#queryparametersmap101101builder) | refParam(String value) | +| [QueryParametersMap101110Builder](#queryparametersmap101110builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap110000Builder -public class FaketestqueryparamtersPutQueryParametersMap110000Builder
+## QueryParametersMap110000Builder +public class QueryParametersMap110000Builder
builder for `Map` A class that builds the Map input type @@ -981,16 +981,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap110000Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap110000Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap010000Builder](#faketestqueryparamtersputqueryparametersmap010000builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100000Builder](#faketestqueryparamtersputqueryparametersmap100000builder) | http(List value) | +| [QueryParametersMap010000Builder](#queryparametersmap010000builder) | context(List value) | +| [QueryParametersMap100000Builder](#queryparametersmap100000builder) | http(List value) | -## FaketestqueryparamtersPutQueryParametersMap110001Builder -public class FaketestqueryparamtersPutQueryParametersMap110001Builder
+## QueryParametersMap110001Builder +public class QueryParametersMap110001Builder
builder for `Map` A class that builds the Map input type @@ -998,17 +998,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap110001Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap110001Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap010001Builder](#faketestqueryparamtersputqueryparametersmap010001builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100001Builder](#faketestqueryparamtersputqueryparametersmap100001builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap110000Builder](#faketestqueryparamtersputqueryparametersmap110000builder) | url(List value) | +| [QueryParametersMap010001Builder](#queryparametersmap010001builder) | context(List value) | +| [QueryParametersMap100001Builder](#queryparametersmap100001builder) | http(List value) | +| [QueryParametersMap110000Builder](#queryparametersmap110000builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap110010Builder -public class FaketestqueryparamtersPutQueryParametersMap110010Builder
+## QueryParametersMap110010Builder +public class QueryParametersMap110010Builder
builder for `Map` A class that builds the Map input type @@ -1016,17 +1016,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap110010Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap110010Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap010010Builder](#faketestqueryparamtersputqueryparametersmap010010builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100010Builder](#faketestqueryparamtersputqueryparametersmap100010builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap110000Builder](#faketestqueryparamtersputqueryparametersmap110000builder) | refParam(String value) | +| [QueryParametersMap010010Builder](#queryparametersmap010010builder) | context(List value) | +| [QueryParametersMap100010Builder](#queryparametersmap100010builder) | http(List value) | +| [QueryParametersMap110000Builder](#queryparametersmap110000builder) | refParam(String value) | -## FaketestqueryparamtersPutQueryParametersMap110011Builder -public class FaketestqueryparamtersPutQueryParametersMap110011Builder
+## QueryParametersMap110011Builder +public class QueryParametersMap110011Builder
builder for `Map` A class that builds the Map input type @@ -1034,18 +1034,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap110011Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap110011Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap010011Builder](#faketestqueryparamtersputqueryparametersmap010011builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100011Builder](#faketestqueryparamtersputqueryparametersmap100011builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap110001Builder](#faketestqueryparamtersputqueryparametersmap110001builder) | refParam(String value) | -| [FaketestqueryparamtersPutQueryParametersMap110010Builder](#faketestqueryparamtersputqueryparametersmap110010builder) | url(List value) | +| [QueryParametersMap010011Builder](#queryparametersmap010011builder) | context(List value) | +| [QueryParametersMap100011Builder](#queryparametersmap100011builder) | http(List value) | +| [QueryParametersMap110001Builder](#queryparametersmap110001builder) | refParam(String value) | +| [QueryParametersMap110010Builder](#queryparametersmap110010builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap110100Builder -public class FaketestqueryparamtersPutQueryParametersMap110100Builder
+## QueryParametersMap110100Builder +public class QueryParametersMap110100Builder
builder for `Map` A class that builds the Map input type @@ -1053,17 +1053,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap110100Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap110100Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap010100Builder](#faketestqueryparamtersputqueryparametersmap010100builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100100Builder](#faketestqueryparamtersputqueryparametersmap100100builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap110000Builder](#faketestqueryparamtersputqueryparametersmap110000builder) | pipe(List value) | +| [QueryParametersMap010100Builder](#queryparametersmap010100builder) | context(List value) | +| [QueryParametersMap100100Builder](#queryparametersmap100100builder) | http(List value) | +| [QueryParametersMap110000Builder](#queryparametersmap110000builder) | pipe(List value) | -## FaketestqueryparamtersPutQueryParametersMap110101Builder -public class FaketestqueryparamtersPutQueryParametersMap110101Builder
+## QueryParametersMap110101Builder +public class QueryParametersMap110101Builder
builder for `Map` A class that builds the Map input type @@ -1071,18 +1071,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap110101Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap110101Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap010101Builder](#faketestqueryparamtersputqueryparametersmap010101builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100101Builder](#faketestqueryparamtersputqueryparametersmap100101builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap110001Builder](#faketestqueryparamtersputqueryparametersmap110001builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap110100Builder](#faketestqueryparamtersputqueryparametersmap110100builder) | url(List value) | +| [QueryParametersMap010101Builder](#queryparametersmap010101builder) | context(List value) | +| [QueryParametersMap100101Builder](#queryparametersmap100101builder) | http(List value) | +| [QueryParametersMap110001Builder](#queryparametersmap110001builder) | pipe(List value) | +| [QueryParametersMap110100Builder](#queryparametersmap110100builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap110110Builder -public class FaketestqueryparamtersPutQueryParametersMap110110Builder
+## QueryParametersMap110110Builder +public class QueryParametersMap110110Builder
builder for `Map` A class that builds the Map input type @@ -1090,18 +1090,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap110110Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap110110Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap010110Builder](#faketestqueryparamtersputqueryparametersmap010110builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100110Builder](#faketestqueryparamtersputqueryparametersmap100110builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap110010Builder](#faketestqueryparamtersputqueryparametersmap110010builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap110100Builder](#faketestqueryparamtersputqueryparametersmap110100builder) | refParam(String value) | +| [QueryParametersMap010110Builder](#queryparametersmap010110builder) | context(List value) | +| [QueryParametersMap100110Builder](#queryparametersmap100110builder) | http(List value) | +| [QueryParametersMap110010Builder](#queryparametersmap110010builder) | pipe(List value) | +| [QueryParametersMap110100Builder](#queryparametersmap110100builder) | refParam(String value) | -## FaketestqueryparamtersPutQueryParametersMap110111Builder -public class FaketestqueryparamtersPutQueryParametersMap110111Builder
+## QueryParametersMap110111Builder +public class QueryParametersMap110111Builder
builder for `Map` A class that builds the Map input type @@ -1109,19 +1109,19 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap110111Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap110111Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap010111Builder](#faketestqueryparamtersputqueryparametersmap010111builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap100111Builder](#faketestqueryparamtersputqueryparametersmap100111builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap110011Builder](#faketestqueryparamtersputqueryparametersmap110011builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap110101Builder](#faketestqueryparamtersputqueryparametersmap110101builder) | refParam(String value) | -| [FaketestqueryparamtersPutQueryParametersMap110110Builder](#faketestqueryparamtersputqueryparametersmap110110builder) | url(List value) | +| [QueryParametersMap010111Builder](#queryparametersmap010111builder) | context(List value) | +| [QueryParametersMap100111Builder](#queryparametersmap100111builder) | http(List value) | +| [QueryParametersMap110011Builder](#queryparametersmap110011builder) | pipe(List value) | +| [QueryParametersMap110101Builder](#queryparametersmap110101builder) | refParam(String value) | +| [QueryParametersMap110110Builder](#queryparametersmap110110builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap111000Builder -public class FaketestqueryparamtersPutQueryParametersMap111000Builder
+## QueryParametersMap111000Builder +public class QueryParametersMap111000Builder
builder for `Map` A class that builds the Map input type @@ -1129,17 +1129,17 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap111000Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap111000Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap011000Builder](#faketestqueryparamtersputqueryparametersmap011000builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap101000Builder](#faketestqueryparamtersputqueryparametersmap101000builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap110000Builder](#faketestqueryparamtersputqueryparametersmap110000builder) | ioutil(List value) | +| [QueryParametersMap011000Builder](#queryparametersmap011000builder) | context(List value) | +| [QueryParametersMap101000Builder](#queryparametersmap101000builder) | http(List value) | +| [QueryParametersMap110000Builder](#queryparametersmap110000builder) | ioutil(List value) | -## FaketestqueryparamtersPutQueryParametersMap111001Builder -public class FaketestqueryparamtersPutQueryParametersMap111001Builder
+## QueryParametersMap111001Builder +public class QueryParametersMap111001Builder
builder for `Map` A class that builds the Map input type @@ -1147,18 +1147,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap111001Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap111001Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap011001Builder](#faketestqueryparamtersputqueryparametersmap011001builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap101001Builder](#faketestqueryparamtersputqueryparametersmap101001builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap110001Builder](#faketestqueryparamtersputqueryparametersmap110001builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap111000Builder](#faketestqueryparamtersputqueryparametersmap111000builder) | url(List value) | +| [QueryParametersMap011001Builder](#queryparametersmap011001builder) | context(List value) | +| [QueryParametersMap101001Builder](#queryparametersmap101001builder) | http(List value) | +| [QueryParametersMap110001Builder](#queryparametersmap110001builder) | ioutil(List value) | +| [QueryParametersMap111000Builder](#queryparametersmap111000builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap111010Builder -public class FaketestqueryparamtersPutQueryParametersMap111010Builder
+## QueryParametersMap111010Builder +public class QueryParametersMap111010Builder
builder for `Map` A class that builds the Map input type @@ -1166,18 +1166,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap111010Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap111010Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap011010Builder](#faketestqueryparamtersputqueryparametersmap011010builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap101010Builder](#faketestqueryparamtersputqueryparametersmap101010builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap110010Builder](#faketestqueryparamtersputqueryparametersmap110010builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap111000Builder](#faketestqueryparamtersputqueryparametersmap111000builder) | refParam(String value) | +| [QueryParametersMap011010Builder](#queryparametersmap011010builder) | context(List value) | +| [QueryParametersMap101010Builder](#queryparametersmap101010builder) | http(List value) | +| [QueryParametersMap110010Builder](#queryparametersmap110010builder) | ioutil(List value) | +| [QueryParametersMap111000Builder](#queryparametersmap111000builder) | refParam(String value) | -## FaketestqueryparamtersPutQueryParametersMap111011Builder -public class FaketestqueryparamtersPutQueryParametersMap111011Builder
+## QueryParametersMap111011Builder +public class QueryParametersMap111011Builder
builder for `Map` A class that builds the Map input type @@ -1185,19 +1185,19 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap111011Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap111011Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap011011Builder](#faketestqueryparamtersputqueryparametersmap011011builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap101011Builder](#faketestqueryparamtersputqueryparametersmap101011builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap110011Builder](#faketestqueryparamtersputqueryparametersmap110011builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap111001Builder](#faketestqueryparamtersputqueryparametersmap111001builder) | refParam(String value) | -| [FaketestqueryparamtersPutQueryParametersMap111010Builder](#faketestqueryparamtersputqueryparametersmap111010builder) | url(List value) | +| [QueryParametersMap011011Builder](#queryparametersmap011011builder) | context(List value) | +| [QueryParametersMap101011Builder](#queryparametersmap101011builder) | http(List value) | +| [QueryParametersMap110011Builder](#queryparametersmap110011builder) | ioutil(List value) | +| [QueryParametersMap111001Builder](#queryparametersmap111001builder) | refParam(String value) | +| [QueryParametersMap111010Builder](#queryparametersmap111010builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap111100Builder -public class FaketestqueryparamtersPutQueryParametersMap111100Builder
+## QueryParametersMap111100Builder +public class QueryParametersMap111100Builder
builder for `Map` A class that builds the Map input type @@ -1205,18 +1205,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap111100Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap111100Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap011100Builder](#faketestqueryparamtersputqueryparametersmap011100builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap101100Builder](#faketestqueryparamtersputqueryparametersmap101100builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap110100Builder](#faketestqueryparamtersputqueryparametersmap110100builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap111000Builder](#faketestqueryparamtersputqueryparametersmap111000builder) | pipe(List value) | +| [QueryParametersMap011100Builder](#queryparametersmap011100builder) | context(List value) | +| [QueryParametersMap101100Builder](#queryparametersmap101100builder) | http(List value) | +| [QueryParametersMap110100Builder](#queryparametersmap110100builder) | ioutil(List value) | +| [QueryParametersMap111000Builder](#queryparametersmap111000builder) | pipe(List value) | -## FaketestqueryparamtersPutQueryParametersMap111101Builder -public class FaketestqueryparamtersPutQueryParametersMap111101Builder
+## QueryParametersMap111101Builder +public class QueryParametersMap111101Builder
builder for `Map` A class that builds the Map input type @@ -1224,19 +1224,19 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap111101Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap111101Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap011101Builder](#faketestqueryparamtersputqueryparametersmap011101builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap101101Builder](#faketestqueryparamtersputqueryparametersmap101101builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap110101Builder](#faketestqueryparamtersputqueryparametersmap110101builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap111001Builder](#faketestqueryparamtersputqueryparametersmap111001builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap111100Builder](#faketestqueryparamtersputqueryparametersmap111100builder) | url(List value) | +| [QueryParametersMap011101Builder](#queryparametersmap011101builder) | context(List value) | +| [QueryParametersMap101101Builder](#queryparametersmap101101builder) | http(List value) | +| [QueryParametersMap110101Builder](#queryparametersmap110101builder) | ioutil(List value) | +| [QueryParametersMap111001Builder](#queryparametersmap111001builder) | pipe(List value) | +| [QueryParametersMap111100Builder](#queryparametersmap111100builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap111110Builder -public class FaketestqueryparamtersPutQueryParametersMap111110Builder
+## QueryParametersMap111110Builder +public class QueryParametersMap111110Builder
builder for `Map` A class that builds the Map input type @@ -1244,19 +1244,19 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMap111110Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap111110Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap011110Builder](#faketestqueryparamtersputqueryparametersmap011110builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap101110Builder](#faketestqueryparamtersputqueryparametersmap101110builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap110110Builder](#faketestqueryparamtersputqueryparametersmap110110builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap111010Builder](#faketestqueryparamtersputqueryparametersmap111010builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap111100Builder](#faketestqueryparamtersputqueryparametersmap111100builder) | refParam(String value) | +| [QueryParametersMap011110Builder](#queryparametersmap011110builder) | context(List value) | +| [QueryParametersMap101110Builder](#queryparametersmap101110builder) | http(List value) | +| [QueryParametersMap110110Builder](#queryparametersmap110110builder) | ioutil(List value) | +| [QueryParametersMap111010Builder](#queryparametersmap111010builder) | pipe(List value) | +| [QueryParametersMap111100Builder](#queryparametersmap111100builder) | refParam(String value) | -## FaketestqueryparamtersPutQueryParametersMapBuilder -public class FaketestqueryparamtersPutQueryParametersMapBuilder
+## QueryParametersMapBuilder +public class QueryParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -1264,20 +1264,20 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutQueryParametersMapBuilder()
Creates a builder that contains an empty map | +| QueryParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [FaketestqueryparamtersPutQueryParametersMap011111Builder](#faketestqueryparamtersputqueryparametersmap011111builder) | context(List value) | -| [FaketestqueryparamtersPutQueryParametersMap101111Builder](#faketestqueryparamtersputqueryparametersmap101111builder) | http(List value) | -| [FaketestqueryparamtersPutQueryParametersMap110111Builder](#faketestqueryparamtersputqueryparametersmap110111builder) | ioutil(List value) | -| [FaketestqueryparamtersPutQueryParametersMap111011Builder](#faketestqueryparamtersputqueryparametersmap111011builder) | pipe(List value) | -| [FaketestqueryparamtersPutQueryParametersMap111101Builder](#faketestqueryparamtersputqueryparametersmap111101builder) | refParam(String value) | -| [FaketestqueryparamtersPutQueryParametersMap111110Builder](#faketestqueryparamtersputqueryparametersmap111110builder) | url(List value) | +| [QueryParametersMap011111Builder](#queryparametersmap011111builder) | context(List value) | +| [QueryParametersMap101111Builder](#queryparametersmap101111builder) | http(List value) | +| [QueryParametersMap110111Builder](#queryparametersmap110111builder) | ioutil(List value) | +| [QueryParametersMap111011Builder](#queryparametersmap111011builder) | pipe(List value) | +| [QueryParametersMap111101Builder](#queryparametersmap111101builder) | refParam(String value) | +| [QueryParametersMap111110Builder](#queryparametersmap111110builder) | url(List value) | -## FaketestqueryparamtersPutQueryParametersMap -public static class FaketestqueryparamtersPutQueryParametersMap
+## QueryParametersMap +public static class QueryParametersMap
extends FrozenMap A class to store validated Map payloads @@ -1285,7 +1285,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [FaketestqueryparamtersPutQueryParametersMap](#faketestqueryparamtersputqueryparametersmap) | of([Map](#faketestqueryparamtersputqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [QueryParametersMap](#queryparametersmap) | of([Map](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [Schema4.SchemaList4](../../../paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md#schemalist4) | context()
| | [Schema2.SchemaList2](../../../paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md#schemalist2) | http()
| | [Schema1.SchemaList1](../../../paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md#schemalist1) | ioutil()
| @@ -1293,28 +1293,28 @@ A class to store validated Map payloads | String | refParam()
| | [Schema3.SchemaList3](../../../paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md#schemalist3) | url()
| -## FaketestqueryparamtersPutadditionalPropertiesBoxed -public sealed interface FaketestqueryparamtersPutadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[FaketestqueryparamtersPutadditionalPropertiesBoxedVoid](#faketestqueryparamtersputadditionalpropertiesboxedvoid), -[FaketestqueryparamtersPutadditionalPropertiesBoxedBoolean](#faketestqueryparamtersputadditionalpropertiesboxedboolean), -[FaketestqueryparamtersPutadditionalPropertiesBoxedNumber](#faketestqueryparamtersputadditionalpropertiesboxednumber), -[FaketestqueryparamtersPutadditionalPropertiesBoxedString](#faketestqueryparamtersputadditionalpropertiesboxedstring), -[FaketestqueryparamtersPutadditionalPropertiesBoxedList](#faketestqueryparamtersputadditionalpropertiesboxedlist), -[FaketestqueryparamtersPutadditionalPropertiesBoxedMap](#faketestqueryparamtersputadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## FaketestqueryparamtersPutadditionalPropertiesBoxedVoid -public record FaketestqueryparamtersPutadditionalPropertiesBoxedVoid
-implements [FaketestqueryparamtersPutadditionalPropertiesBoxed](#faketestqueryparamtersputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -1322,16 +1322,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FaketestqueryparamtersPutadditionalPropertiesBoxedBoolean -public record FaketestqueryparamtersPutadditionalPropertiesBoxedBoolean
-implements [FaketestqueryparamtersPutadditionalPropertiesBoxed](#faketestqueryparamtersputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -1339,16 +1339,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FaketestqueryparamtersPutadditionalPropertiesBoxedNumber -public record FaketestqueryparamtersPutadditionalPropertiesBoxedNumber
-implements [FaketestqueryparamtersPutadditionalPropertiesBoxed](#faketestqueryparamtersputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -1356,16 +1356,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FaketestqueryparamtersPutadditionalPropertiesBoxedString -public record FaketestqueryparamtersPutadditionalPropertiesBoxedString
-implements [FaketestqueryparamtersPutadditionalPropertiesBoxed](#faketestqueryparamtersputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -1373,16 +1373,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FaketestqueryparamtersPutadditionalPropertiesBoxedList -public record FaketestqueryparamtersPutadditionalPropertiesBoxedList
-implements [FaketestqueryparamtersPutadditionalPropertiesBoxed](#faketestqueryparamtersputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -1390,16 +1390,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FaketestqueryparamtersPutadditionalPropertiesBoxedMap -public record FaketestqueryparamtersPutadditionalPropertiesBoxedMap
-implements [FaketestqueryparamtersPutadditionalPropertiesBoxed](#faketestqueryparamtersputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| FaketestqueryparamtersPutadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -1407,8 +1407,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## FaketestqueryparamtersPutadditionalProperties -public static class FaketestqueryparamtersPutadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/FakeuploaddownloadfilePost.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/FakeuploaddownloadfilePost.md index 4b62fd5a54b..70ad30f02e8 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/FakeuploaddownloadfilePost.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/FakeuploaddownloadfilePost.md @@ -37,9 +37,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.fakeuploaddownloadfile.post.FakeuploaddownloadfilePostRequestBody; import org.openapijsonschematools.client.paths.fakeuploaddownloadfile.post.requestbody.content.applicationoctetstream.ApplicationoctetstreamSchema; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeuploaddownloadfile.post.responses.FakeuploaddownloadfilePostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakeuploaddownloadfile.FakeuploaddownloadfilePost; @@ -48,13 +48,14 @@ import org.openapijsonschematools.client.paths.fakeuploaddownloadfile.post.Fakeu import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -62,10 +63,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakeuploaddownloadfilePost.Post apiClient = new FakeuploaddownloadfilePost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/FakeuploadfilePost.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/FakeuploadfilePost.md index 8f392916e85..aeb3fc0520d 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/FakeuploadfilePost.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/FakeuploadfilePost.md @@ -35,9 +35,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakeuploadfile.post.FakeuploadfilePostRequestBody; import org.openapijsonschematools.client.paths.fakeuploadfile.post.requestbody.content.multipartformdata.MultipartformdataSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeuploadfile.post.responses.FakeuploadfilePostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakeuploadfile.FakeuploadfilePost; @@ -46,13 +46,14 @@ import org.openapijsonschematools.client.paths.fakeuploadfile.post.Fakeuploadfil import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -60,10 +61,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakeuploadfilePost.Post apiClient = new FakeuploadfilePost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/FakeuploadfilesPost.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/FakeuploadfilesPost.md index c4c8d15a4d9..5f1bd2c0a8d 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/FakeuploadfilesPost.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/FakeuploadfilesPost.md @@ -35,9 +35,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.paths.fakeuploadfiles.post.FakeuploadfilesPostRequestBody; import org.openapijsonschematools.client.paths.fakeuploadfiles.post.requestbody.content.multipartformdata.MultipartformdataSchema; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakeuploadfiles.post.responses.FakeuploadfilesPostCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.fakeuploadfiles.FakeuploadfilesPost; @@ -46,13 +46,14 @@ import org.openapijsonschematools.client.paths.fakeuploadfiles.post.Fakeuploadfi import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -60,10 +61,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakeuploadfilesPost.Post apiClient = new FakeuploadfilesPost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/FakewildcardresponsesGet.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/FakewildcardresponsesGet.md index 3730d8d17a6..63c02dda3dd 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/FakewildcardresponsesGet.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/FakewildcardresponsesGet.md @@ -33,9 +33,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.fakewildcardresponses.get.responses.FakewildcardresponsesGetCode1XXResponse; import org.openapijsonschematools.client.paths.fakewildcardresponses.get.responses.FakewildcardresponsesGetCode200Response; import org.openapijsonschematools.client.paths.fakewildcardresponses.get.responses.FakewildcardresponsesGetCode2XXResponse; @@ -49,13 +49,14 @@ import org.openapijsonschematools.client.paths.fakewildcardresponses.get.Fakewil import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -63,10 +64,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FakewildcardresponsesGet.Get apiClient = new FakewildcardresponsesGet.Get(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/foo/FooGet.md b/samples/client/petstore/java/docs/paths/foo/FooGet.md index c458490f4de..da4a2fc69ce 100644 --- a/samples/client/petstore/java/docs/paths/foo/FooGet.md +++ b/samples/client/petstore/java/docs/paths/foo/FooGet.md @@ -43,6 +43,7 @@ import org.openapijsonschematools.client.paths.foo.get.FooGetResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below @@ -57,10 +58,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .fooGetServerInfoServerIndex(FooGetServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); FooGet.Get apiClient = new FooGet.Get(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/foo/get/servers/FooGetServer1.md b/samples/client/petstore/java/docs/paths/foo/get/servers/FooGetServer1.md index d44a22da5e5..a993b2627e9 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/servers/FooGetServer1.md +++ b/samples/client/petstore/java/docs/paths/foo/get/servers/FooGetServer1.md @@ -7,10 +7,10 @@ A class that stores a server url | Constructor and Description | | --------------------------- | | FooGetServer1()
Creates a server using default values for variables | -| FooGetServer1([Variables.VariablesMap](../../../../paths/foo/get/servers/server1/Variables.md#variablesmap) variables)
Creates a server using input values for variables | +| FooGetServer1([FooGetServer1Variables.VariablesMap](../../../../paths/foo/get/servers/server1/FooGetServer1Variables.md#variablesmap) variables)
Creates a server using input values for variables | ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | | String | url = "https://petstore.swagger.io/{version}" | -| [Variables.VariablesMap](../../../../paths/foo/get/servers/server1/Variables.md#variablesmap) | variables | +| [FooGetServer1Variables.VariablesMap](../../../../paths/foo/get/servers/server1/FooGetServer1Variables.md#variablesmap) | variables | diff --git a/samples/client/petstore/java/docs/paths/foo/get/servers/server1/Variables.md b/samples/client/petstore/java/docs/paths/foo/get/servers/server1/FooGetServer1Variables.md similarity index 77% rename from samples/client/petstore/java/docs/paths/foo/get/servers/server1/Variables.md rename to samples/client/petstore/java/docs/paths/foo/get/servers/server1/FooGetServer1Variables.md index 975f01a6c75..4ce7ff26e50 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/servers/server1/Variables.md +++ b/samples/client/petstore/java/docs/paths/foo/get/servers/server1/FooGetServer1Variables.md @@ -1,5 +1,5 @@ -# Variables -public class Variables
+# FooGetServer1Variables +public class FooGetServer1Variables
A class that contains necessary nested - schema classes (which validate payloads), extends JsonSchema @@ -12,41 +12,41 @@ A class that contains necessary nested ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| sealed interface | [Variables.Variables1Boxed](#variables1boxed)
sealed interface for validated payloads | -| record | [Variables.Variables1BoxedMap](#variables1boxedmap)
boxed class to store validated Map payloads | -| static class | [Variables.Variables1](#variables1)
schema class | -| static class | [Variables.VariablesMapBuilder](#variablesmapbuilder)
builder for Map payloads | -| static class | [Variables.VariablesMap](#variablesmap)
output class for Map payloads | -| sealed interface | [Variables.VersionBoxed](#versionboxed)
sealed interface for validated payloads | -| record | [Variables.VersionBoxedString](#versionboxedstring)
boxed class to store validated String payloads | -| static class | [Variables.Version](#version)
schema class | -| enum | [Variables.StringVersionEnums](#stringversionenums)
String enum | -| sealed interface | [Variables.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | -| record | [Variables.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [Variables.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [Variables.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [Variables.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [Variables.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [Variables.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [Variables.AdditionalProperties](#additionalproperties)
schema class | - -## Variables1Boxed -public sealed interface Variables1Boxed
+| sealed interface | [FooGetServer1Variables.FooGetServer1Variables1Boxed](#foogetserver1variables1boxed)
sealed interface for validated payloads | +| record | [FooGetServer1Variables.FooGetServer1Variables1BoxedMap](#foogetserver1variables1boxedmap)
boxed class to store validated Map payloads | +| static class | [FooGetServer1Variables.FooGetServer1Variables1](#foogetserver1variables1)
schema class | +| static class | [FooGetServer1Variables.VariablesMapBuilder](#variablesmapbuilder)
builder for Map payloads | +| static class | [FooGetServer1Variables.VariablesMap](#variablesmap)
output class for Map payloads | +| sealed interface | [FooGetServer1Variables.VersionBoxed](#versionboxed)
sealed interface for validated payloads | +| record | [FooGetServer1Variables.VersionBoxedString](#versionboxedstring)
boxed class to store validated String payloads | +| static class | [FooGetServer1Variables.Version](#version)
schema class | +| enum | [FooGetServer1Variables.StringVersionEnums](#stringversionenums)
String enum | +| sealed interface | [FooGetServer1Variables.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [FooGetServer1Variables.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [FooGetServer1Variables.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [FooGetServer1Variables.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [FooGetServer1Variables.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [FooGetServer1Variables.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [FooGetServer1Variables.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [FooGetServer1Variables.AdditionalProperties](#additionalproperties)
schema class | + +## FooGetServer1Variables1Boxed +public sealed interface FooGetServer1Variables1Boxed
permits
-[Variables1BoxedMap](#variables1boxedmap) +[FooGetServer1Variables1BoxedMap](#foogetserver1variables1boxedmap) sealed interface that stores validated payloads using boxed classes -## Variables1BoxedMap -public record Variables1BoxedMap
-implements [Variables1Boxed](#variables1boxed) +## FooGetServer1Variables1BoxedMap +public record FooGetServer1Variables1BoxedMap
+implements [FooGetServer1Variables1Boxed](#foogetserver1variables1boxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Variables1BoxedMap([VariablesMap](#variablesmap) data)
Creates an instance, private visibility | +| FooGetServer1Variables1BoxedMap([VariablesMap](#variablesmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -54,8 +54,8 @@ record that stores validated Map payloads, sealed permits implementation | [VariablesMap](#variablesmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Variables1 -public static class Variables1
+## FooGetServer1Variables1 +public static class FooGetServer1Variables1
extends JsonSchema A schema class that validates payloads @@ -68,7 +68,7 @@ import org.openapijsonschematools.client.exceptions.ValidationException; import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; -import org.openapijsonschematools.client.paths.foo.get.servers.server1.Variables; +import org.openapijsonschematools.client.paths.foo.get.servers.server1.FooGetServer1Variables; import java.util.Arrays; import java.util.List; @@ -77,9 +77,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -Variables.VariablesMap validatedPayload = - Variables.Variables1.validate( - new Variables.VariablesMapBuilder() +FooGetServer1Variables.VariablesMap validatedPayload = + FooGetServer1Variables.FooGetServer1Variables1.validate( + new FooGetServer1Variables.VariablesMapBuilder() .version("v1") .build(), @@ -99,8 +99,8 @@ Variables.VariablesMap validatedPayload = | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | [VariablesMap](#variablesmap) | validate([Map<?, ?>](#variablesmapbuilder) arg, SchemaConfiguration configuration) | -| [Variables1BoxedMap](#variables1boxedmap) | validateAndBox([Map<?, ?>](#variablesmapbuilder) arg, SchemaConfiguration configuration) | -| [Variables1Boxed](#variables1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | +| [FooGetServer1Variables1BoxedMap](#foogetserver1variables1boxedmap) | validateAndBox([Map<?, ?>](#variablesmapbuilder) arg, SchemaConfiguration configuration) | +| [FooGetServer1Variables1Boxed](#foogetserver1variables1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | ## VariablesMap0Builder @@ -186,7 +186,7 @@ import org.openapijsonschematools.client.exceptions.ValidationException; import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; -import org.openapijsonschematools.client.paths.foo.get.servers.server1.Variables; +import org.openapijsonschematools.client.paths.foo.get.servers.server1.FooGetServer1Variables; import java.util.Arrays; import java.util.List; @@ -195,7 +195,7 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // String validation -String validatedPayload = Variables.Version.validate( +String validatedPayload = FooGetServer1Variables.Version.validate( "v1", configuration ); diff --git a/samples/client/petstore/java/docs/paths/pet/PetPost.md b/samples/client/petstore/java/docs/paths/pet/PetPost.md index 89a5b611dd6..25e3707601c 100644 --- a/samples/client/petstore/java/docs/paths/pet/PetPost.md +++ b/samples/client/petstore/java/docs/paths/pet/PetPost.md @@ -38,9 +38,9 @@ import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.pet.post.PetPostSecurityInfo; import org.openapijsonschematools.client.paths.pet.post.PetPostRequestBody; import org.openapijsonschematools.client.components.schemas.Pet; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.ApiKey; import org.openapijsonschematools.client.components.securityschemes.HttpSignatureTest; @@ -54,13 +54,14 @@ import org.openapijsonschematools.client.paths.pet.post.PetPostResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -75,12 +76,14 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petPostSecurityRequirementObject0SecurityIndex(PetPostSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); PetPost.Post apiClient = new PetPost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/pet/PetPut.md b/samples/client/petstore/java/docs/paths/pet/PetPut.md index 5b7c67d21fd..d6acf172b27 100644 --- a/samples/client/petstore/java/docs/paths/pet/PetPut.md +++ b/samples/client/petstore/java/docs/paths/pet/PetPut.md @@ -38,9 +38,9 @@ import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.pet.put.PetPutSecurityInfo; import org.openapijsonschematools.client.paths.pet.put.PetPutRequestBody; import org.openapijsonschematools.client.components.schemas.Pet; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.HttpSignatureTest; import org.openapijsonschematools.client.components.securityschemes.PetstoreAuth; @@ -54,13 +54,14 @@ import org.openapijsonschematools.client.paths.pet.put.PetPutResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -72,12 +73,14 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petPutSecurityRequirementObject0SecurityIndex(PetPutSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); PetPut.Put apiClient = new PetPut.Put(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/PetfindbystatusGet.md b/samples/client/petstore/java/docs/paths/petfindbystatus/PetfindbystatusGet.md index 40c5bcc9fc0..209dbc6912b 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/PetfindbystatusGet.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/PetfindbystatusGet.md @@ -52,6 +52,7 @@ import org.openapijsonschematools.client.paths.petfindbystatus.get.Petfindbystat import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below @@ -73,21 +74,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petfindbystatusGetSecurityRequirementObject0SecurityIndex(PetfindbystatusGetSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); PetfindbystatusGet.Get apiClient = new PetfindbystatusGet.Get(apiConfiguration, schemaConfiguration); // Map validation -PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParametersMap queryParameters = +PetfindbystatusGetQueryParameters.QueryParametersMap queryParameters = PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParameters1.validate( - new PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParametersMapBuilder() + new PetfindbystatusGetQueryParameters.QueryParametersMapBuilder() .status( Arrays.asList( "available" @@ -152,7 +155,7 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParametersMap](../../paths/petfindbystatus/get/PetfindbystatusGetQueryParameters.md#petfindbystatusgetqueryparametersmap) | queryParameters | +| [PetfindbystatusGetQueryParameters.QueryParametersMap](../../paths/petfindbystatus/get/PetfindbystatusGetQueryParameters.md#queryparametersmap) | queryParameters | | [PetfindbystatusServerInfo.@Nullable ServerIndex](../../paths/petfindbystatus/PetfindbystatusServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | [PetfindbystatusGetSecurityInfo.@Nullable SecurityIndex](../../paths/petfindbystatus/get/PetfindbystatusGetSecurityInfo.md#securityindex) | securityIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -165,7 +168,7 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [PetfindbystatusGetQueryParameters.@Nullable PetfindbystatusGetQueryParametersMap](../../paths/petfindbystatus/get/PetfindbystatusGetQueryParameters.md#petfindbystatusgetqueryparametersmap) | queryParameters | +| [PetfindbystatusGetQueryParameters.@Nullable QueryParametersMap](../../paths/petfindbystatus/get/PetfindbystatusGetQueryParameters.md#queryparametersmap) | queryParameters | | [PetfindbystatusServerInfo.@Nullable ServerIndex](../../paths/petfindbystatus/PetfindbystatusServerInfo.md#serverindex) | serverIndex | | [PetfindbystatusGetSecurityInfo.@Nullable SecurityIndex](../../paths/petfindbystatus/get/PetfindbystatusGetSecurityInfo.md#securityindex) | securityIndex | | @Nullable Duration | timeout | @@ -201,6 +204,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Get0RequestBuilder](#get0requestbuilder) | queryParameters([PetfindbystatusGetQueryParametersPetfindbystatusGetQueryParametersMap](../../paths/petfindbystatus/get/PetfindbystatusGetQueryParameters.md#petfindbystatusgetqueryparametersmap) queryParameters)
sets the property | +| [Get0RequestBuilder](#get0requestbuilder) | queryParameters([PetfindbystatusGetQueryParametersQueryParametersMap](../../paths/petfindbystatus/get/PetfindbystatusGetQueryParameters.md#queryparametersmap) queryParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/PetfindbystatusGetQueryParameters.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/PetfindbystatusGetQueryParameters.md index 1162afec791..5e8081098ca 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/PetfindbystatusGetQueryParameters.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/PetfindbystatusGetQueryParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParameters1Boxed](#petfindbystatusgetqueryparameters1boxed)
sealed interface for validated payloads | | record | [PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParameters1BoxedMap](#petfindbystatusgetqueryparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParameters1](#petfindbystatusgetqueryparameters1)
schema class | -| static class | [PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParametersMapBuilder](#petfindbystatusgetqueryparametersmapbuilder)
builder for Map payloads | -| static class | [PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParametersMap](#petfindbystatusgetqueryparametersmap)
output class for Map payloads | -| sealed interface | [PetfindbystatusGetQueryParameters.PetfindbystatusGetadditionalPropertiesBoxed](#petfindbystatusgetadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [PetfindbystatusGetQueryParameters.PetfindbystatusGetadditionalPropertiesBoxedVoid](#petfindbystatusgetadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [PetfindbystatusGetQueryParameters.PetfindbystatusGetadditionalPropertiesBoxedBoolean](#petfindbystatusgetadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [PetfindbystatusGetQueryParameters.PetfindbystatusGetadditionalPropertiesBoxedNumber](#petfindbystatusgetadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [PetfindbystatusGetQueryParameters.PetfindbystatusGetadditionalPropertiesBoxedString](#petfindbystatusgetadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [PetfindbystatusGetQueryParameters.PetfindbystatusGetadditionalPropertiesBoxedList](#petfindbystatusgetadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [PetfindbystatusGetQueryParameters.PetfindbystatusGetadditionalPropertiesBoxedMap](#petfindbystatusgetadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [PetfindbystatusGetQueryParameters.PetfindbystatusGetadditionalProperties](#petfindbystatusgetadditionalproperties)
schema class | +| static class | [PetfindbystatusGetQueryParameters.QueryParametersMapBuilder](#queryparametersmapbuilder)
builder for Map payloads | +| static class | [PetfindbystatusGetQueryParameters.QueryParametersMap](#queryparametersmap)
output class for Map payloads | +| sealed interface | [PetfindbystatusGetQueryParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [PetfindbystatusGetQueryParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [PetfindbystatusGetQueryParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [PetfindbystatusGetQueryParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [PetfindbystatusGetQueryParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [PetfindbystatusGetQueryParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [PetfindbystatusGetQueryParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [PetfindbystatusGetQueryParameters.AdditionalProperties](#additionalproperties)
schema class | ## PetfindbystatusGetQueryParameters1Boxed public sealed interface PetfindbystatusGetQueryParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetfindbystatusGetQueryParameters1BoxedMap([PetfindbystatusGetQueryParametersMap](#petfindbystatusgetqueryparametersmap) data)
Creates an instance, private visibility | +| PetfindbystatusGetQueryParameters1BoxedMap([QueryParametersMap](#queryparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetfindbystatusGetQueryParametersMap](#petfindbystatusgetqueryparametersmap) | data()
validated payload | +| [QueryParametersMap](#queryparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## PetfindbystatusGetQueryParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParametersMap validatedPayload = +PetfindbystatusGetQueryParameters.QueryParametersMap validatedPayload = PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParameters1.validate( - new PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParametersMapBuilder() + new PetfindbystatusGetQueryParameters.QueryParametersMapBuilder() .status( Arrays.asList( "available" @@ -91,18 +91,18 @@ PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParametersMap validated | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("status", [Schema0.Schema01.class](../../../paths/petfindbystatus/get/parameters/parameter0/Schema0.md#schema01))
)
| | Set | required = Set.of(
    "status"
)
| -| Class | additionalProperties = [PetfindbystatusGetadditionalProperties.class](#petfindbystatusgetadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetfindbystatusGetQueryParametersMap](#petfindbystatusgetqueryparametersmap) | validate([Map<?, ?>](#petfindbystatusgetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [PetfindbystatusGetQueryParameters1BoxedMap](#petfindbystatusgetqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#petfindbystatusgetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [QueryParametersMap](#queryparametersmap) | validate([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PetfindbystatusGetQueryParameters1BoxedMap](#petfindbystatusgetqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [PetfindbystatusGetQueryParameters1Boxed](#petfindbystatusgetqueryparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## PetfindbystatusGetQueryParametersMap0Builder -public class PetfindbystatusGetQueryParametersMap0Builder
+## QueryParametersMap0Builder +public class QueryParametersMap0Builder
builder for `Map>` A class that builds the Map input type @@ -110,15 +110,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetfindbystatusGetQueryParametersMap0Builder(Map> instance)
Creates a builder that contains the passed instance | +| QueryParametersMap0Builder(Map> instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map> | build()
Returns map input that should be used with Schema.validate | -## PetfindbystatusGetQueryParametersMapBuilder -public class PetfindbystatusGetQueryParametersMapBuilder
+## QueryParametersMapBuilder +public class QueryParametersMapBuilder
builder for `Map>` A class that builds the Map input type @@ -126,15 +126,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetfindbystatusGetQueryParametersMapBuilder()
Creates a builder that contains an empty map | +| QueryParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetfindbystatusGetQueryParametersMap0Builder](#petfindbystatusgetqueryparametersmap0builder) | status(List value) | +| [QueryParametersMap0Builder](#queryparametersmap0builder) | status(List value) | -## PetfindbystatusGetQueryParametersMap -public static class PetfindbystatusGetQueryParametersMap
+## QueryParametersMap +public static class QueryParametersMap
extends FrozenMap A class to store validated Map payloads @@ -142,31 +142,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [PetfindbystatusGetQueryParametersMap](#petfindbystatusgetqueryparametersmap) | of([Map>](#petfindbystatusgetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [QueryParametersMap](#queryparametersmap) | of([Map>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [Schema0.SchemaList0](../../../paths/petfindbystatus/get/parameters/parameter0/Schema0.md#schemalist0) | status()
| -## PetfindbystatusGetadditionalPropertiesBoxed -public sealed interface PetfindbystatusGetadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[PetfindbystatusGetadditionalPropertiesBoxedVoid](#petfindbystatusgetadditionalpropertiesboxedvoid), -[PetfindbystatusGetadditionalPropertiesBoxedBoolean](#petfindbystatusgetadditionalpropertiesboxedboolean), -[PetfindbystatusGetadditionalPropertiesBoxedNumber](#petfindbystatusgetadditionalpropertiesboxednumber), -[PetfindbystatusGetadditionalPropertiesBoxedString](#petfindbystatusgetadditionalpropertiesboxedstring), -[PetfindbystatusGetadditionalPropertiesBoxedList](#petfindbystatusgetadditionalpropertiesboxedlist), -[PetfindbystatusGetadditionalPropertiesBoxedMap](#petfindbystatusgetadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## PetfindbystatusGetadditionalPropertiesBoxedVoid -public record PetfindbystatusGetadditionalPropertiesBoxedVoid
-implements [PetfindbystatusGetadditionalPropertiesBoxed](#petfindbystatusgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetfindbystatusGetadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -174,16 +174,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetfindbystatusGetadditionalPropertiesBoxedBoolean -public record PetfindbystatusGetadditionalPropertiesBoxedBoolean
-implements [PetfindbystatusGetadditionalPropertiesBoxed](#petfindbystatusgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetfindbystatusGetadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -191,16 +191,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetfindbystatusGetadditionalPropertiesBoxedNumber -public record PetfindbystatusGetadditionalPropertiesBoxedNumber
-implements [PetfindbystatusGetadditionalPropertiesBoxed](#petfindbystatusgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetfindbystatusGetadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -208,16 +208,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetfindbystatusGetadditionalPropertiesBoxedString -public record PetfindbystatusGetadditionalPropertiesBoxedString
-implements [PetfindbystatusGetadditionalPropertiesBoxed](#petfindbystatusgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetfindbystatusGetadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -225,16 +225,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetfindbystatusGetadditionalPropertiesBoxedList -public record PetfindbystatusGetadditionalPropertiesBoxedList
-implements [PetfindbystatusGetadditionalPropertiesBoxed](#petfindbystatusgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetfindbystatusGetadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -242,16 +242,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetfindbystatusGetadditionalPropertiesBoxedMap -public record PetfindbystatusGetadditionalPropertiesBoxedMap
-implements [PetfindbystatusGetadditionalPropertiesBoxed](#petfindbystatusgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetfindbystatusGetadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -259,8 +259,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetfindbystatusGetadditionalProperties -public static class PetfindbystatusGetadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/servers/PetfindbystatusServer1.md b/samples/client/petstore/java/docs/paths/petfindbystatus/servers/PetfindbystatusServer1.md index 1417178681c..66dbb2170be 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/servers/PetfindbystatusServer1.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/servers/PetfindbystatusServer1.md @@ -7,10 +7,10 @@ A class that stores a server url | Constructor and Description | | --------------------------- | | PetfindbystatusServer1()
Creates a server using default values for variables | -| PetfindbystatusServer1([Variables.VariablesMap](../../../paths/petfindbystatus/servers/server1/Variables.md#variablesmap) variables)
Creates a server using input values for variables | +| PetfindbystatusServer1([PetfindbystatusServer1Variables.VariablesMap](../../../paths/petfindbystatus/servers/server1/PetfindbystatusServer1Variables.md#variablesmap) variables)
Creates a server using input values for variables | ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | | String | url = "https://petstore.swagger.io/{version}" | -| [Variables.VariablesMap](../../../paths/petfindbystatus/servers/server1/Variables.md#variablesmap) | variables | +| [PetfindbystatusServer1Variables.VariablesMap](../../../paths/petfindbystatus/servers/server1/PetfindbystatusServer1Variables.md#variablesmap) | variables | diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/servers/server1/Variables.md b/samples/client/petstore/java/docs/paths/petfindbystatus/servers/server1/PetfindbystatusServer1Variables.md similarity index 75% rename from samples/client/petstore/java/docs/paths/petfindbystatus/servers/server1/Variables.md rename to samples/client/petstore/java/docs/paths/petfindbystatus/servers/server1/PetfindbystatusServer1Variables.md index 63d2b5d720b..b2df6fc9a8b 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/servers/server1/Variables.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/servers/server1/PetfindbystatusServer1Variables.md @@ -1,5 +1,5 @@ -# Variables -public class Variables
+# PetfindbystatusServer1Variables +public class PetfindbystatusServer1Variables
A class that contains necessary nested - schema classes (which validate payloads), extends JsonSchema @@ -12,41 +12,41 @@ A class that contains necessary nested ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| sealed interface | [Variables.Variables1Boxed](#variables1boxed)
sealed interface for validated payloads | -| record | [Variables.Variables1BoxedMap](#variables1boxedmap)
boxed class to store validated Map payloads | -| static class | [Variables.Variables1](#variables1)
schema class | -| static class | [Variables.VariablesMapBuilder](#variablesmapbuilder)
builder for Map payloads | -| static class | [Variables.VariablesMap](#variablesmap)
output class for Map payloads | -| sealed interface | [Variables.VersionBoxed](#versionboxed)
sealed interface for validated payloads | -| record | [Variables.VersionBoxedString](#versionboxedstring)
boxed class to store validated String payloads | -| static class | [Variables.Version](#version)
schema class | -| enum | [Variables.StringVersionEnums](#stringversionenums)
String enum | -| sealed interface | [Variables.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | -| record | [Variables.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [Variables.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [Variables.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [Variables.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [Variables.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [Variables.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [Variables.AdditionalProperties](#additionalproperties)
schema class | - -## Variables1Boxed -public sealed interface Variables1Boxed
+| sealed interface | [PetfindbystatusServer1Variables.PetfindbystatusServer1Variables1Boxed](#petfindbystatusserver1variables1boxed)
sealed interface for validated payloads | +| record | [PetfindbystatusServer1Variables.PetfindbystatusServer1Variables1BoxedMap](#petfindbystatusserver1variables1boxedmap)
boxed class to store validated Map payloads | +| static class | [PetfindbystatusServer1Variables.PetfindbystatusServer1Variables1](#petfindbystatusserver1variables1)
schema class | +| static class | [PetfindbystatusServer1Variables.VariablesMapBuilder](#variablesmapbuilder)
builder for Map payloads | +| static class | [PetfindbystatusServer1Variables.VariablesMap](#variablesmap)
output class for Map payloads | +| sealed interface | [PetfindbystatusServer1Variables.VersionBoxed](#versionboxed)
sealed interface for validated payloads | +| record | [PetfindbystatusServer1Variables.VersionBoxedString](#versionboxedstring)
boxed class to store validated String payloads | +| static class | [PetfindbystatusServer1Variables.Version](#version)
schema class | +| enum | [PetfindbystatusServer1Variables.StringVersionEnums](#stringversionenums)
String enum | +| sealed interface | [PetfindbystatusServer1Variables.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [PetfindbystatusServer1Variables.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [PetfindbystatusServer1Variables.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [PetfindbystatusServer1Variables.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [PetfindbystatusServer1Variables.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [PetfindbystatusServer1Variables.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [PetfindbystatusServer1Variables.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [PetfindbystatusServer1Variables.AdditionalProperties](#additionalproperties)
schema class | + +## PetfindbystatusServer1Variables1Boxed +public sealed interface PetfindbystatusServer1Variables1Boxed
permits
-[Variables1BoxedMap](#variables1boxedmap) +[PetfindbystatusServer1Variables1BoxedMap](#petfindbystatusserver1variables1boxedmap) sealed interface that stores validated payloads using boxed classes -## Variables1BoxedMap -public record Variables1BoxedMap
-implements [Variables1Boxed](#variables1boxed) +## PetfindbystatusServer1Variables1BoxedMap +public record PetfindbystatusServer1Variables1BoxedMap
+implements [PetfindbystatusServer1Variables1Boxed](#petfindbystatusserver1variables1boxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Variables1BoxedMap([VariablesMap](#variablesmap) data)
Creates an instance, private visibility | +| PetfindbystatusServer1Variables1BoxedMap([VariablesMap](#variablesmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -54,8 +54,8 @@ record that stores validated Map payloads, sealed permits implementation | [VariablesMap](#variablesmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Variables1 -public static class Variables1
+## PetfindbystatusServer1Variables1 +public static class PetfindbystatusServer1Variables1
extends JsonSchema A schema class that validates payloads @@ -68,7 +68,7 @@ import org.openapijsonschematools.client.exceptions.ValidationException; import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; -import org.openapijsonschematools.client.paths.petfindbystatus.servers.server1.Variables; +import org.openapijsonschematools.client.paths.petfindbystatus.servers.server1.PetfindbystatusServer1Variables; import java.util.Arrays; import java.util.List; @@ -77,9 +77,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -Variables.VariablesMap validatedPayload = - Variables.Variables1.validate( - new Variables.VariablesMapBuilder() +PetfindbystatusServer1Variables.VariablesMap validatedPayload = + PetfindbystatusServer1Variables.PetfindbystatusServer1Variables1.validate( + new PetfindbystatusServer1Variables.VariablesMapBuilder() .version("v1") .build(), @@ -99,8 +99,8 @@ Variables.VariablesMap validatedPayload = | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | [VariablesMap](#variablesmap) | validate([Map<?, ?>](#variablesmapbuilder) arg, SchemaConfiguration configuration) | -| [Variables1BoxedMap](#variables1boxedmap) | validateAndBox([Map<?, ?>](#variablesmapbuilder) arg, SchemaConfiguration configuration) | -| [Variables1Boxed](#variables1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | +| [PetfindbystatusServer1Variables1BoxedMap](#petfindbystatusserver1variables1boxedmap) | validateAndBox([Map<?, ?>](#variablesmapbuilder) arg, SchemaConfiguration configuration) | +| [PetfindbystatusServer1Variables1Boxed](#petfindbystatusserver1variables1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | ## VariablesMap0Builder @@ -186,7 +186,7 @@ import org.openapijsonschematools.client.exceptions.ValidationException; import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; -import org.openapijsonschematools.client.paths.petfindbystatus.servers.server1.Variables; +import org.openapijsonschematools.client.paths.petfindbystatus.servers.server1.PetfindbystatusServer1Variables; import java.util.Arrays; import java.util.List; @@ -195,7 +195,7 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // String validation -String validatedPayload = Variables.Version.validate( +String validatedPayload = PetfindbystatusServer1Variables.Version.validate( "v1", configuration ); diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/PetfindbytagsGet.md b/samples/client/petstore/java/docs/paths/petfindbytags/PetfindbytagsGet.md index 4112881319f..2053c4b2596 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/PetfindbytagsGet.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/PetfindbytagsGet.md @@ -37,9 +37,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.petfindbytags.get.PetfindbytagsGetSecurityInfo; import org.openapijsonschematools.client.paths.petfindbytags.get.PetfindbytagsGetQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.HttpSignatureTest; import org.openapijsonschematools.client.components.securityschemes.PetstoreAuth; @@ -52,13 +52,14 @@ import org.openapijsonschematools.client.paths.petfindbytags.get.PetfindbytagsGe import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -70,21 +71,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petfindbytagsGetSecurityRequirementObject0SecurityIndex(PetfindbytagsGetSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); PetfindbytagsGet.Get apiClient = new PetfindbytagsGet.Get(apiConfiguration, schemaConfiguration); // Map validation -PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParametersMap queryParameters = +PetfindbytagsGetQueryParameters.QueryParametersMap queryParameters = PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParameters1.validate( - new PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParametersMapBuilder() + new PetfindbytagsGetQueryParameters.QueryParametersMapBuilder() .tags( Arrays.asList( "a" @@ -149,7 +152,7 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParametersMap](../../paths/petfindbytags/get/PetfindbytagsGetQueryParameters.md#petfindbytagsgetqueryparametersmap) | queryParameters | +| [PetfindbytagsGetQueryParameters.QueryParametersMap](../../paths/petfindbytags/get/PetfindbytagsGetQueryParameters.md#queryparametersmap) | queryParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | [PetfindbytagsGetSecurityInfo.@Nullable SecurityIndex](../../paths/petfindbytags/get/PetfindbytagsGetSecurityInfo.md#securityindex) | securityIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -162,7 +165,7 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [PetfindbytagsGetQueryParameters.@Nullable PetfindbytagsGetQueryParametersMap](../../paths/petfindbytags/get/PetfindbytagsGetQueryParameters.md#petfindbytagsgetqueryparametersmap) | queryParameters | +| [PetfindbytagsGetQueryParameters.@Nullable QueryParametersMap](../../paths/petfindbytags/get/PetfindbytagsGetQueryParameters.md#queryparametersmap) | queryParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | [PetfindbytagsGetSecurityInfo.@Nullable SecurityIndex](../../paths/petfindbytags/get/PetfindbytagsGetSecurityInfo.md#securityindex) | securityIndex | | @Nullable Duration | timeout | @@ -198,6 +201,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Get0RequestBuilder](#get0requestbuilder) | queryParameters([PetfindbytagsGetQueryParametersPetfindbytagsGetQueryParametersMap](../../paths/petfindbytags/get/PetfindbytagsGetQueryParameters.md#petfindbytagsgetqueryparametersmap) queryParameters)
sets the property | +| [Get0RequestBuilder](#get0requestbuilder) | queryParameters([PetfindbytagsGetQueryParametersQueryParametersMap](../../paths/petfindbytags/get/PetfindbytagsGetQueryParameters.md#queryparametersmap) queryParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/PetfindbytagsGetQueryParameters.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/PetfindbytagsGetQueryParameters.md index efe1cd154c0..5560afd593c 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/PetfindbytagsGetQueryParameters.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/PetfindbytagsGetQueryParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParameters1Boxed](#petfindbytagsgetqueryparameters1boxed)
sealed interface for validated payloads | | record | [PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParameters1BoxedMap](#petfindbytagsgetqueryparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParameters1](#petfindbytagsgetqueryparameters1)
schema class | -| static class | [PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParametersMapBuilder](#petfindbytagsgetqueryparametersmapbuilder)
builder for Map payloads | -| static class | [PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParametersMap](#petfindbytagsgetqueryparametersmap)
output class for Map payloads | -| sealed interface | [PetfindbytagsGetQueryParameters.PetfindbytagsGetadditionalPropertiesBoxed](#petfindbytagsgetadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [PetfindbytagsGetQueryParameters.PetfindbytagsGetadditionalPropertiesBoxedVoid](#petfindbytagsgetadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [PetfindbytagsGetQueryParameters.PetfindbytagsGetadditionalPropertiesBoxedBoolean](#petfindbytagsgetadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [PetfindbytagsGetQueryParameters.PetfindbytagsGetadditionalPropertiesBoxedNumber](#petfindbytagsgetadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [PetfindbytagsGetQueryParameters.PetfindbytagsGetadditionalPropertiesBoxedString](#petfindbytagsgetadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [PetfindbytagsGetQueryParameters.PetfindbytagsGetadditionalPropertiesBoxedList](#petfindbytagsgetadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [PetfindbytagsGetQueryParameters.PetfindbytagsGetadditionalPropertiesBoxedMap](#petfindbytagsgetadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [PetfindbytagsGetQueryParameters.PetfindbytagsGetadditionalProperties](#petfindbytagsgetadditionalproperties)
schema class | +| static class | [PetfindbytagsGetQueryParameters.QueryParametersMapBuilder](#queryparametersmapbuilder)
builder for Map payloads | +| static class | [PetfindbytagsGetQueryParameters.QueryParametersMap](#queryparametersmap)
output class for Map payloads | +| sealed interface | [PetfindbytagsGetQueryParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [PetfindbytagsGetQueryParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [PetfindbytagsGetQueryParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [PetfindbytagsGetQueryParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [PetfindbytagsGetQueryParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [PetfindbytagsGetQueryParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [PetfindbytagsGetQueryParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [PetfindbytagsGetQueryParameters.AdditionalProperties](#additionalproperties)
schema class | ## PetfindbytagsGetQueryParameters1Boxed public sealed interface PetfindbytagsGetQueryParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetfindbytagsGetQueryParameters1BoxedMap([PetfindbytagsGetQueryParametersMap](#petfindbytagsgetqueryparametersmap) data)
Creates an instance, private visibility | +| PetfindbytagsGetQueryParameters1BoxedMap([QueryParametersMap](#queryparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetfindbytagsGetQueryParametersMap](#petfindbytagsgetqueryparametersmap) | data()
validated payload | +| [QueryParametersMap](#queryparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## PetfindbytagsGetQueryParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParametersMap validatedPayload = +PetfindbytagsGetQueryParameters.QueryParametersMap validatedPayload = PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParameters1.validate( - new PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParametersMapBuilder() + new PetfindbytagsGetQueryParameters.QueryParametersMapBuilder() .tags( Arrays.asList( "a" @@ -91,18 +91,18 @@ PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParametersMap validatedPayl | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("tags", [Schema0.Schema01.class](../../../paths/petfindbytags/get/parameters/parameter0/Schema0.md#schema01))
)
| | Set | required = Set.of(
    "tags"
)
| -| Class | additionalProperties = [PetfindbytagsGetadditionalProperties.class](#petfindbytagsgetadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetfindbytagsGetQueryParametersMap](#petfindbytagsgetqueryparametersmap) | validate([Map<?, ?>](#petfindbytagsgetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [PetfindbytagsGetQueryParameters1BoxedMap](#petfindbytagsgetqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#petfindbytagsgetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [QueryParametersMap](#queryparametersmap) | validate([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PetfindbytagsGetQueryParameters1BoxedMap](#petfindbytagsgetqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [PetfindbytagsGetQueryParameters1Boxed](#petfindbytagsgetqueryparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## PetfindbytagsGetQueryParametersMap0Builder -public class PetfindbytagsGetQueryParametersMap0Builder
+## QueryParametersMap0Builder +public class QueryParametersMap0Builder
builder for `Map>` A class that builds the Map input type @@ -110,15 +110,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetfindbytagsGetQueryParametersMap0Builder(Map> instance)
Creates a builder that contains the passed instance | +| QueryParametersMap0Builder(Map> instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map> | build()
Returns map input that should be used with Schema.validate | -## PetfindbytagsGetQueryParametersMapBuilder -public class PetfindbytagsGetQueryParametersMapBuilder
+## QueryParametersMapBuilder +public class QueryParametersMapBuilder
builder for `Map>` A class that builds the Map input type @@ -126,15 +126,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetfindbytagsGetQueryParametersMapBuilder()
Creates a builder that contains an empty map | +| QueryParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetfindbytagsGetQueryParametersMap0Builder](#petfindbytagsgetqueryparametersmap0builder) | tags(List value) | +| [QueryParametersMap0Builder](#queryparametersmap0builder) | tags(List value) | -## PetfindbytagsGetQueryParametersMap -public static class PetfindbytagsGetQueryParametersMap
+## QueryParametersMap +public static class QueryParametersMap
extends FrozenMap A class to store validated Map payloads @@ -142,31 +142,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [PetfindbytagsGetQueryParametersMap](#petfindbytagsgetqueryparametersmap) | of([Map>](#petfindbytagsgetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [QueryParametersMap](#queryparametersmap) | of([Map>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [Schema0.SchemaList0](../../../paths/petfindbytags/get/parameters/parameter0/Schema0.md#schemalist0) | tags()
| -## PetfindbytagsGetadditionalPropertiesBoxed -public sealed interface PetfindbytagsGetadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[PetfindbytagsGetadditionalPropertiesBoxedVoid](#petfindbytagsgetadditionalpropertiesboxedvoid), -[PetfindbytagsGetadditionalPropertiesBoxedBoolean](#petfindbytagsgetadditionalpropertiesboxedboolean), -[PetfindbytagsGetadditionalPropertiesBoxedNumber](#petfindbytagsgetadditionalpropertiesboxednumber), -[PetfindbytagsGetadditionalPropertiesBoxedString](#petfindbytagsgetadditionalpropertiesboxedstring), -[PetfindbytagsGetadditionalPropertiesBoxedList](#petfindbytagsgetadditionalpropertiesboxedlist), -[PetfindbytagsGetadditionalPropertiesBoxedMap](#petfindbytagsgetadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## PetfindbytagsGetadditionalPropertiesBoxedVoid -public record PetfindbytagsGetadditionalPropertiesBoxedVoid
-implements [PetfindbytagsGetadditionalPropertiesBoxed](#petfindbytagsgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetfindbytagsGetadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -174,16 +174,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetfindbytagsGetadditionalPropertiesBoxedBoolean -public record PetfindbytagsGetadditionalPropertiesBoxedBoolean
-implements [PetfindbytagsGetadditionalPropertiesBoxed](#petfindbytagsgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetfindbytagsGetadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -191,16 +191,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetfindbytagsGetadditionalPropertiesBoxedNumber -public record PetfindbytagsGetadditionalPropertiesBoxedNumber
-implements [PetfindbytagsGetadditionalPropertiesBoxed](#petfindbytagsgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetfindbytagsGetadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -208,16 +208,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetfindbytagsGetadditionalPropertiesBoxedString -public record PetfindbytagsGetadditionalPropertiesBoxedString
-implements [PetfindbytagsGetadditionalPropertiesBoxed](#petfindbytagsgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetfindbytagsGetadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -225,16 +225,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetfindbytagsGetadditionalPropertiesBoxedList -public record PetfindbytagsGetadditionalPropertiesBoxedList
-implements [PetfindbytagsGetadditionalPropertiesBoxed](#petfindbytagsgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetfindbytagsGetadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -242,16 +242,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetfindbytagsGetadditionalPropertiesBoxedMap -public record PetfindbytagsGetadditionalPropertiesBoxedMap
-implements [PetfindbytagsGetadditionalPropertiesBoxed](#petfindbytagsgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetfindbytagsGetadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -259,8 +259,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetfindbytagsGetadditionalProperties -public static class PetfindbytagsGetadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/PetpetidDelete.md b/samples/client/petstore/java/docs/paths/petpetid/PetpetidDelete.md index 9d00adda840..8a93e80ceca 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/PetpetidDelete.md +++ b/samples/client/petstore/java/docs/paths/petpetid/PetpetidDelete.md @@ -38,9 +38,9 @@ import org.openapijsonschematools.client.paths.petpetid.delete.PetpetidDeleteHea import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.petpetid.delete.PetpetidDeleteSecurityInfo; import org.openapijsonschematools.client.paths.petpetid.delete.PetpetidDeletePathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.ApiKey; import org.openapijsonschematools.client.components.securityschemes.PetstoreAuth; @@ -52,13 +52,14 @@ import org.openapijsonschematools.client.paths.petpetid.delete.PetpetidDeleteRes import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -73,21 +74,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petpetidDeleteSecurityRequirementObject0SecurityIndex(PetpetidDeleteSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); PetpetidDelete.Delete apiClient = new PetpetidDelete.Delete(apiConfiguration, schemaConfiguration); // Map validation -PetpetidDeletePathParameters.PetpetidDeletePathParametersMap pathParameters = +PetpetidDeletePathParameters.PathParametersMap pathParameters = PetpetidDeletePathParameters.PetpetidDeletePathParameters1.validate( - new PetpetidDeletePathParameters.PetpetidDeletePathParametersMapBuilder() + new PetpetidDeletePathParameters.PathParametersMapBuilder() .petId(1L) .build(), @@ -147,8 +150,8 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [PetpetidDeletePathParameters.PetpetidDeletePathParametersMap](../../paths/petpetid/delete/PetpetidDeletePathParameters.md#petpetiddeletepathparametersmap) | pathParameters | -| [PetpetidDeleteHeaderParameters.@Nullable PetpetidDeleteHeaderParametersMap](../../paths/petpetid/delete/PetpetidDeleteHeaderParameters.md#petpetiddeleteheaderparametersmap) | headerParameters
optional | +| [PetpetidDeletePathParameters.PathParametersMap](../../paths/petpetid/delete/PetpetidDeletePathParameters.md#pathparametersmap) | pathParameters | +| [PetpetidDeleteHeaderParameters.@Nullable HeaderParametersMap](../../paths/petpetid/delete/PetpetidDeleteHeaderParameters.md#headerparametersmap) | headerParameters
optional | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | [PetpetidDeleteSecurityInfo.@Nullable SecurityIndex](../../paths/petpetid/delete/PetpetidDeleteSecurityInfo.md#securityindex) | securityIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -161,8 +164,8 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [PetpetidDeletePathParameters.@Nullable PetpetidDeletePathParametersMap](../../paths/petpetid/delete/PetpetidDeletePathParameters.md#petpetiddeletepathparametersmap) | pathParameters | -| [PetpetidDeleteHeaderParameters.@Nullable PetpetidDeleteHeaderParametersMap](../../paths/petpetid/delete/PetpetidDeleteHeaderParameters.md#petpetiddeleteheaderparametersmap) | headerParameters | +| [PetpetidDeletePathParameters.@Nullable PathParametersMap](../../paths/petpetid/delete/PetpetidDeletePathParameters.md#pathparametersmap) | pathParameters | +| [PetpetidDeleteHeaderParameters.@Nullable HeaderParametersMap](../../paths/petpetid/delete/PetpetidDeleteHeaderParameters.md#headerparametersmap) | headerParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | [PetpetidDeleteSecurityInfo.@Nullable SecurityIndex](../../paths/petpetid/delete/PetpetidDeleteSecurityInfo.md#securityindex) | securityIndex | | @Nullable Duration | timeout | @@ -181,7 +184,7 @@ a builder for request inputs | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | [DeleteRequest](#deleterequest) | build()
Returns the request input used to call an endpoint method | -| [Delete0RequestBuilder](#delete0requestbuilder) | headerParameters([PetpetidDeleteHeaderParametersPetpetidDeleteHeaderParametersMap](../../paths/petpetid/delete/PetpetidDeleteHeaderParameters.md#petpetiddeleteheaderparametersmap) headerParameters)
sets the optional property | +| [Delete0RequestBuilder](#delete0requestbuilder) | headerParameters([PetpetidDeleteHeaderParametersHeaderParametersMap](../../paths/petpetid/delete/PetpetidDeleteHeaderParameters.md#headerparametersmap) headerParameters)
sets the optional property | | [Delete0RequestBuilder](#delete0requestbuilder) | serverIndex([RootServerInfo.ServerIndex](../../RootServerInfo.md#serverindex) serverIndex)
sets the optional property. Note: this will override the value in apiConfiguration | | [Delete0RequestBuilder](#delete0requestbuilder) | securityIndex([PetpetidDeleteSecurityInfo.SecurityIndex](../../paths/petpetid/delete/PetpetidDeleteSecurityInfo.md#securityindex) securityIndex)
sets the optional property. Note: this will override the value in apiConfiguration | | [Delete0RequestBuilder](#delete0requestbuilder) | timeout(Duration timeout)
sets the optional property. Note: this will override the value in apiConfiguration | @@ -199,6 +202,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Delete0RequestBuilder](#delete0requestbuilder) | pathParameters([PetpetidDeletePathParametersPetpetidDeletePathParametersMap](../../paths/petpetid/delete/PetpetidDeletePathParameters.md#petpetiddeletepathparametersmap) pathParameters)
sets the property | +| [Delete0RequestBuilder](#delete0requestbuilder) | pathParameters([PetpetidDeletePathParametersPathParametersMap](../../paths/petpetid/delete/PetpetidDeletePathParameters.md#pathparametersmap) pathParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/petpetid/PetpetidGet.md b/samples/client/petstore/java/docs/paths/petpetid/PetpetidGet.md index 6796a4f368b..8ce13efbb4b 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/PetpetidGet.md +++ b/samples/client/petstore/java/docs/paths/petpetid/PetpetidGet.md @@ -37,9 +37,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.petpetid.get.PetpetidGetSecurityInfo; import org.openapijsonschematools.client.paths.petpetid.get.PetpetidGetPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.ApiKey; import org.openapijsonschematools.client.paths.petpetid.get.responses.PetpetidGetCode200Response; @@ -52,13 +52,14 @@ import org.openapijsonschematools.client.paths.petpetid.get.PetpetidGetResponses import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -73,21 +74,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petpetidGetSecurityRequirementObject0SecurityIndex(PetpetidGetSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); PetpetidGet.Get apiClient = new PetpetidGet.Get(apiConfiguration, schemaConfiguration); // Map validation -PetpetidGetPathParameters.PetpetidGetPathParametersMap pathParameters = +PetpetidGetPathParameters.PathParametersMap pathParameters = PetpetidGetPathParameters.PetpetidGetPathParameters1.validate( - new PetpetidGetPathParameters.PetpetidGetPathParametersMapBuilder() + new PetpetidGetPathParameters.PathParametersMapBuilder() .petId(1L) .build(), @@ -154,7 +157,7 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [PetpetidGetPathParameters.PetpetidGetPathParametersMap](../../paths/petpetid/get/PetpetidGetPathParameters.md#petpetidgetpathparametersmap) | pathParameters | +| [PetpetidGetPathParameters.PathParametersMap](../../paths/petpetid/get/PetpetidGetPathParameters.md#pathparametersmap) | pathParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | [PetpetidGetSecurityInfo.@Nullable SecurityIndex](../../paths/petpetid/get/PetpetidGetSecurityInfo.md#securityindex) | securityIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -167,7 +170,7 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [PetpetidGetPathParameters.@Nullable PetpetidGetPathParametersMap](../../paths/petpetid/get/PetpetidGetPathParameters.md#petpetidgetpathparametersmap) | pathParameters | +| [PetpetidGetPathParameters.@Nullable PathParametersMap](../../paths/petpetid/get/PetpetidGetPathParameters.md#pathparametersmap) | pathParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | [PetpetidGetSecurityInfo.@Nullable SecurityIndex](../../paths/petpetid/get/PetpetidGetSecurityInfo.md#securityindex) | securityIndex | | @Nullable Duration | timeout | @@ -203,6 +206,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Get0RequestBuilder](#get0requestbuilder) | pathParameters([PetpetidGetPathParametersPetpetidGetPathParametersMap](../../paths/petpetid/get/PetpetidGetPathParameters.md#petpetidgetpathparametersmap) pathParameters)
sets the property | +| [Get0RequestBuilder](#get0requestbuilder) | pathParameters([PetpetidGetPathParametersPathParametersMap](../../paths/petpetid/get/PetpetidGetPathParameters.md#pathparametersmap) pathParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/petpetid/PetpetidPost.md b/samples/client/petstore/java/docs/paths/petpetid/PetpetidPost.md index 6e8e252f05a..9bc4937ec0f 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/PetpetidPost.md +++ b/samples/client/petstore/java/docs/paths/petpetid/PetpetidPost.md @@ -38,9 +38,9 @@ import org.openapijsonschematools.client.paths.petpetid.post.PetpetidPostRequest import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.petpetid.post.PetpetidPostSecurityInfo; import org.openapijsonschematools.client.paths.petpetid.post.PetpetidPostPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.ApiKey; import org.openapijsonschematools.client.components.securityschemes.PetstoreAuth; @@ -52,13 +52,14 @@ import org.openapijsonschematools.client.paths.petpetid.post.PetpetidPostRespons import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -73,21 +74,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petpetidPostSecurityRequirementObject0SecurityIndex(PetpetidPostSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); PetpetidPost.Post apiClient = new PetpetidPost.Post(apiConfiguration, schemaConfiguration); // Map validation -PetpetidPostPathParameters.PetpetidPostPathParametersMap pathParameters = +PetpetidPostPathParameters.PathParametersMap pathParameters = PetpetidPostPathParameters.PetpetidPostPathParameters1.validate( - new PetpetidPostPathParameters.PetpetidPostPathParametersMapBuilder() + new PetpetidPostPathParameters.PathParametersMapBuilder() .petId(1L) .build(), @@ -147,7 +150,7 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [PetpetidPostPathParameters.PetpetidPostPathParametersMap](../../paths/petpetid/post/PetpetidPostPathParameters.md#petpetidpostpathparametersmap) | pathParameters | +| [PetpetidPostPathParameters.PathParametersMap](../../paths/petpetid/post/PetpetidPostPathParameters.md#pathparametersmap) | pathParameters | | [PetpetidPostRequestBody.@Nullable SealedRequestBody](../../paths/petpetid/post/PetpetidPostRequestBody.md#sealedrequestbody) | requestBody
optional | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | [PetpetidPostSecurityInfo.@Nullable SecurityIndex](../../paths/petpetid/post/PetpetidPostSecurityInfo.md#securityindex) | securityIndex
optional. Note: this will override the value in apiConfiguration | @@ -161,7 +164,7 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [PetpetidPostPathParameters.@Nullable PetpetidPostPathParametersMap](../../paths/petpetid/post/PetpetidPostPathParameters.md#petpetidpostpathparametersmap) | pathParameters | +| [PetpetidPostPathParameters.@Nullable PathParametersMap](../../paths/petpetid/post/PetpetidPostPathParameters.md#pathparametersmap) | pathParameters | | [PetpetidPostRequestBody.@Nullable SealedRequestBody](../../paths/petpetid/post/PetpetidPostRequestBody.md#sealedrequestbody) | requestBody | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | [PetpetidPostSecurityInfo.@Nullable SecurityIndex](../../paths/petpetid/post/PetpetidPostSecurityInfo.md#securityindex) | securityIndex | @@ -199,6 +202,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Post0RequestBuilder](#post0requestbuilder) | pathParameters([PetpetidPostPathParametersPetpetidPostPathParametersMap](../../paths/petpetid/post/PetpetidPostPathParameters.md#petpetidpostpathparametersmap) pathParameters)
sets the property | +| [Post0RequestBuilder](#post0requestbuilder) | pathParameters([PetpetidPostPathParametersPathParametersMap](../../paths/petpetid/post/PetpetidPostPathParameters.md#pathparametersmap) pathParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/PetpetidDeleteHeaderParameters.md b/samples/client/petstore/java/docs/paths/petpetid/delete/PetpetidDeleteHeaderParameters.md index c0851ac1cee..15cf0486a40 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/PetpetidDeleteHeaderParameters.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/PetpetidDeleteHeaderParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [PetpetidDeleteHeaderParameters.PetpetidDeleteHeaderParameters1Boxed](#petpetiddeleteheaderparameters1boxed)
sealed interface for validated payloads | | record | [PetpetidDeleteHeaderParameters.PetpetidDeleteHeaderParameters1BoxedMap](#petpetiddeleteheaderparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [PetpetidDeleteHeaderParameters.PetpetidDeleteHeaderParameters1](#petpetiddeleteheaderparameters1)
schema class | -| static class | [PetpetidDeleteHeaderParameters.PetpetidDeleteHeaderParametersMapBuilder](#petpetiddeleteheaderparametersmapbuilder)
builder for Map payloads | -| static class | [PetpetidDeleteHeaderParameters.PetpetidDeleteHeaderParametersMap](#petpetiddeleteheaderparametersmap)
output class for Map payloads | -| sealed interface | [PetpetidDeleteHeaderParameters.PetpetidDeleteadditionalPropertiesBoxed](#petpetiddeleteadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [PetpetidDeleteHeaderParameters.PetpetidDeleteadditionalPropertiesBoxedVoid](#petpetiddeleteadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [PetpetidDeleteHeaderParameters.PetpetidDeleteadditionalPropertiesBoxedBoolean](#petpetiddeleteadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [PetpetidDeleteHeaderParameters.PetpetidDeleteadditionalPropertiesBoxedNumber](#petpetiddeleteadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [PetpetidDeleteHeaderParameters.PetpetidDeleteadditionalPropertiesBoxedString](#petpetiddeleteadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [PetpetidDeleteHeaderParameters.PetpetidDeleteadditionalPropertiesBoxedList](#petpetiddeleteadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [PetpetidDeleteHeaderParameters.PetpetidDeleteadditionalPropertiesBoxedMap](#petpetiddeleteadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [PetpetidDeleteHeaderParameters.PetpetidDeleteadditionalProperties](#petpetiddeleteadditionalproperties)
schema class | +| static class | [PetpetidDeleteHeaderParameters.HeaderParametersMapBuilder](#headerparametersmapbuilder)
builder for Map payloads | +| static class | [PetpetidDeleteHeaderParameters.HeaderParametersMap](#headerparametersmap)
output class for Map payloads | +| sealed interface | [PetpetidDeleteHeaderParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [PetpetidDeleteHeaderParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [PetpetidDeleteHeaderParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [PetpetidDeleteHeaderParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [PetpetidDeleteHeaderParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [PetpetidDeleteHeaderParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [PetpetidDeleteHeaderParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [PetpetidDeleteHeaderParameters.AdditionalProperties](#additionalproperties)
schema class | ## PetpetidDeleteHeaderParameters1Boxed public sealed interface PetpetidDeleteHeaderParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidDeleteHeaderParameters1BoxedMap([PetpetidDeleteHeaderParametersMap](#petpetiddeleteheaderparametersmap) data)
Creates an instance, private visibility | +| PetpetidDeleteHeaderParameters1BoxedMap([HeaderParametersMap](#headerparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetpetidDeleteHeaderParametersMap](#petpetiddeleteheaderparametersmap) | data()
validated payload | +| [HeaderParametersMap](#headerparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## PetpetidDeleteHeaderParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -PetpetidDeleteHeaderParameters.PetpetidDeleteHeaderParametersMap validatedPayload = +PetpetidDeleteHeaderParameters.HeaderParametersMap validatedPayload = PetpetidDeleteHeaderParameters.PetpetidDeleteHeaderParameters1.validate( - new PetpetidDeleteHeaderParameters.PetpetidDeleteHeaderParametersMapBuilder() + new PetpetidDeleteHeaderParameters.HeaderParametersMapBuilder() .api_key("a") .build(), @@ -87,18 +87,18 @@ PetpetidDeleteHeaderParameters.PetpetidDeleteHeaderParametersMap validatedPayloa | ----------------- | ---------------------- | | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("api_key", [Schema0.Schema01.class](../../../paths/petpetid/delete/parameters/parameter0/Schema0.md#schema01))
)
| -| Class | additionalProperties = [PetpetidDeleteadditionalProperties.class](#petpetiddeleteadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetpetidDeleteHeaderParametersMap](#petpetiddeleteheaderparametersmap) | validate([Map<?, ?>](#petpetiddeleteheaderparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [PetpetidDeleteHeaderParameters1BoxedMap](#petpetiddeleteheaderparameters1boxedmap) | validateAndBox([Map<?, ?>](#petpetiddeleteheaderparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [HeaderParametersMap](#headerparametersmap) | validate([Map<?, ?>](#headerparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PetpetidDeleteHeaderParameters1BoxedMap](#petpetiddeleteheaderparameters1boxedmap) | validateAndBox([Map<?, ?>](#headerparametersmapbuilder) arg, SchemaConfiguration configuration) | | [PetpetidDeleteHeaderParameters1Boxed](#petpetiddeleteheaderparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## PetpetidDeleteHeaderParametersMapBuilder -public class PetpetidDeleteHeaderParametersMapBuilder
+## HeaderParametersMapBuilder +public class HeaderParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -106,16 +106,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidDeleteHeaderParametersMapBuilder()
Creates a builder that contains an empty map | +| HeaderParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -| [PetpetidDeleteHeaderParametersMapBuilder](#petpetiddeleteheaderparametersmapbuilder) | api_key(String value) | +| [HeaderParametersMapBuilder](#headerparametersmapbuilder) | api_key(String value) | -## PetpetidDeleteHeaderParametersMap -public static class PetpetidDeleteHeaderParametersMap
+## HeaderParametersMap +public static class HeaderParametersMap
extends FrozenMap A class to store validated Map payloads @@ -123,31 +123,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [PetpetidDeleteHeaderParametersMap](#petpetiddeleteheaderparametersmap) | of([Map](#petpetiddeleteheaderparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [HeaderParametersMap](#headerparametersmap) | of([Map](#headerparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | api_key()
[optional] | -## PetpetidDeleteadditionalPropertiesBoxed -public sealed interface PetpetidDeleteadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[PetpetidDeleteadditionalPropertiesBoxedVoid](#petpetiddeleteadditionalpropertiesboxedvoid), -[PetpetidDeleteadditionalPropertiesBoxedBoolean](#petpetiddeleteadditionalpropertiesboxedboolean), -[PetpetidDeleteadditionalPropertiesBoxedNumber](#petpetiddeleteadditionalpropertiesboxednumber), -[PetpetidDeleteadditionalPropertiesBoxedString](#petpetiddeleteadditionalpropertiesboxedstring), -[PetpetidDeleteadditionalPropertiesBoxedList](#petpetiddeleteadditionalpropertiesboxedlist), -[PetpetidDeleteadditionalPropertiesBoxedMap](#petpetiddeleteadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## PetpetidDeleteadditionalPropertiesBoxedVoid -public record PetpetidDeleteadditionalPropertiesBoxedVoid
-implements [PetpetidDeleteadditionalPropertiesBoxed](#petpetiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidDeleteadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -155,16 +155,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidDeleteadditionalPropertiesBoxedBoolean -public record PetpetidDeleteadditionalPropertiesBoxedBoolean
-implements [PetpetidDeleteadditionalPropertiesBoxed](#petpetiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidDeleteadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -172,16 +172,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidDeleteadditionalPropertiesBoxedNumber -public record PetpetidDeleteadditionalPropertiesBoxedNumber
-implements [PetpetidDeleteadditionalPropertiesBoxed](#petpetiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidDeleteadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -189,16 +189,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidDeleteadditionalPropertiesBoxedString -public record PetpetidDeleteadditionalPropertiesBoxedString
-implements [PetpetidDeleteadditionalPropertiesBoxed](#petpetiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidDeleteadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -206,16 +206,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidDeleteadditionalPropertiesBoxedList -public record PetpetidDeleteadditionalPropertiesBoxedList
-implements [PetpetidDeleteadditionalPropertiesBoxed](#petpetiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidDeleteadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -223,16 +223,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidDeleteadditionalPropertiesBoxedMap -public record PetpetidDeleteadditionalPropertiesBoxedMap
-implements [PetpetidDeleteadditionalPropertiesBoxed](#petpetiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidDeleteadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -240,8 +240,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidDeleteadditionalProperties -public static class PetpetidDeleteadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/PetpetidDeletePathParameters.md b/samples/client/petstore/java/docs/paths/petpetid/delete/PetpetidDeletePathParameters.md index 27a84ab6be8..f5c5b699f52 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/PetpetidDeletePathParameters.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/PetpetidDeletePathParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [PetpetidDeletePathParameters.PetpetidDeletePathParameters1Boxed](#petpetiddeletepathparameters1boxed)
sealed interface for validated payloads | | record | [PetpetidDeletePathParameters.PetpetidDeletePathParameters1BoxedMap](#petpetiddeletepathparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [PetpetidDeletePathParameters.PetpetidDeletePathParameters1](#petpetiddeletepathparameters1)
schema class | -| static class | [PetpetidDeletePathParameters.PetpetidDeletePathParametersMapBuilder](#petpetiddeletepathparametersmapbuilder)
builder for Map payloads | -| static class | [PetpetidDeletePathParameters.PetpetidDeletePathParametersMap](#petpetiddeletepathparametersmap)
output class for Map payloads | -| sealed interface | [PetpetidDeletePathParameters.PetpetidDeleteadditionalPropertiesBoxed](#petpetiddeleteadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [PetpetidDeletePathParameters.PetpetidDeleteadditionalPropertiesBoxedVoid](#petpetiddeleteadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [PetpetidDeletePathParameters.PetpetidDeleteadditionalPropertiesBoxedBoolean](#petpetiddeleteadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [PetpetidDeletePathParameters.PetpetidDeleteadditionalPropertiesBoxedNumber](#petpetiddeleteadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [PetpetidDeletePathParameters.PetpetidDeleteadditionalPropertiesBoxedString](#petpetiddeleteadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [PetpetidDeletePathParameters.PetpetidDeleteadditionalPropertiesBoxedList](#petpetiddeleteadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [PetpetidDeletePathParameters.PetpetidDeleteadditionalPropertiesBoxedMap](#petpetiddeleteadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [PetpetidDeletePathParameters.PetpetidDeleteadditionalProperties](#petpetiddeleteadditionalproperties)
schema class | +| static class | [PetpetidDeletePathParameters.PathParametersMapBuilder](#pathparametersmapbuilder)
builder for Map payloads | +| static class | [PetpetidDeletePathParameters.PathParametersMap](#pathparametersmap)
output class for Map payloads | +| sealed interface | [PetpetidDeletePathParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [PetpetidDeletePathParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [PetpetidDeletePathParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [PetpetidDeletePathParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [PetpetidDeletePathParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [PetpetidDeletePathParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [PetpetidDeletePathParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [PetpetidDeletePathParameters.AdditionalProperties](#additionalproperties)
schema class | ## PetpetidDeletePathParameters1Boxed public sealed interface PetpetidDeletePathParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidDeletePathParameters1BoxedMap([PetpetidDeletePathParametersMap](#petpetiddeletepathparametersmap) data)
Creates an instance, private visibility | +| PetpetidDeletePathParameters1BoxedMap([PathParametersMap](#pathparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetpetidDeletePathParametersMap](#petpetiddeletepathparametersmap) | data()
validated payload | +| [PathParametersMap](#pathparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## PetpetidDeletePathParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -PetpetidDeletePathParameters.PetpetidDeletePathParametersMap validatedPayload = +PetpetidDeletePathParameters.PathParametersMap validatedPayload = PetpetidDeletePathParameters.PetpetidDeletePathParameters1.validate( - new PetpetidDeletePathParameters.PetpetidDeletePathParametersMapBuilder() + new PetpetidDeletePathParameters.PathParametersMapBuilder() .petId(1L) .build(), @@ -88,18 +88,18 @@ PetpetidDeletePathParameters.PetpetidDeletePathParametersMap validatedPayload = | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("petId", [Schema1.Schema11.class](../../../paths/petpetid/delete/parameters/parameter1/Schema1.md#schema11))
)
| | Set | required = Set.of(
    "petId"
)
| -| Class | additionalProperties = [PetpetidDeleteadditionalProperties.class](#petpetiddeleteadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetpetidDeletePathParametersMap](#petpetiddeletepathparametersmap) | validate([Map<?, ?>](#petpetiddeletepathparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [PetpetidDeletePathParameters1BoxedMap](#petpetiddeletepathparameters1boxedmap) | validateAndBox([Map<?, ?>](#petpetiddeletepathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PathParametersMap](#pathparametersmap) | validate([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PetpetidDeletePathParameters1BoxedMap](#petpetiddeletepathparameters1boxedmap) | validateAndBox([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | [PetpetidDeletePathParameters1Boxed](#petpetiddeletepathparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## PetpetidDeletePathParametersMap0Builder -public class PetpetidDeletePathParametersMap0Builder
+## PathParametersMap0Builder +public class PathParametersMap0Builder
builder for `Map` A class that builds the Map input type @@ -107,15 +107,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidDeletePathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## PetpetidDeletePathParametersMapBuilder -public class PetpetidDeletePathParametersMapBuilder
+## PathParametersMapBuilder +public class PathParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -123,18 +123,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidDeletePathParametersMapBuilder()
Creates a builder that contains an empty map | +| PathParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetpetidDeletePathParametersMap0Builder](#petpetiddeletepathparametersmap0builder) | petId(int value) | -| [PetpetidDeletePathParametersMap0Builder](#petpetiddeletepathparametersmap0builder) | petId(float value) | -| [PetpetidDeletePathParametersMap0Builder](#petpetiddeletepathparametersmap0builder) | petId(long value) | -| [PetpetidDeletePathParametersMap0Builder](#petpetiddeletepathparametersmap0builder) | petId(double value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(int value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(float value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(long value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(double value) | -## PetpetidDeletePathParametersMap -public static class PetpetidDeletePathParametersMap
+## PathParametersMap +public static class PathParametersMap
extends FrozenMap A class to store validated Map payloads @@ -142,31 +142,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [PetpetidDeletePathParametersMap](#petpetiddeletepathparametersmap) | of([Map](#petpetiddeletepathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [PathParametersMap](#pathparametersmap) | of([Map](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | Number | petId()
| -## PetpetidDeleteadditionalPropertiesBoxed -public sealed interface PetpetidDeleteadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[PetpetidDeleteadditionalPropertiesBoxedVoid](#petpetiddeleteadditionalpropertiesboxedvoid), -[PetpetidDeleteadditionalPropertiesBoxedBoolean](#petpetiddeleteadditionalpropertiesboxedboolean), -[PetpetidDeleteadditionalPropertiesBoxedNumber](#petpetiddeleteadditionalpropertiesboxednumber), -[PetpetidDeleteadditionalPropertiesBoxedString](#petpetiddeleteadditionalpropertiesboxedstring), -[PetpetidDeleteadditionalPropertiesBoxedList](#petpetiddeleteadditionalpropertiesboxedlist), -[PetpetidDeleteadditionalPropertiesBoxedMap](#petpetiddeleteadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## PetpetidDeleteadditionalPropertiesBoxedVoid -public record PetpetidDeleteadditionalPropertiesBoxedVoid
-implements [PetpetidDeleteadditionalPropertiesBoxed](#petpetiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidDeleteadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -174,16 +174,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidDeleteadditionalPropertiesBoxedBoolean -public record PetpetidDeleteadditionalPropertiesBoxedBoolean
-implements [PetpetidDeleteadditionalPropertiesBoxed](#petpetiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidDeleteadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -191,16 +191,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidDeleteadditionalPropertiesBoxedNumber -public record PetpetidDeleteadditionalPropertiesBoxedNumber
-implements [PetpetidDeleteadditionalPropertiesBoxed](#petpetiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidDeleteadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -208,16 +208,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidDeleteadditionalPropertiesBoxedString -public record PetpetidDeleteadditionalPropertiesBoxedString
-implements [PetpetidDeleteadditionalPropertiesBoxed](#petpetiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidDeleteadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -225,16 +225,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidDeleteadditionalPropertiesBoxedList -public record PetpetidDeleteadditionalPropertiesBoxedList
-implements [PetpetidDeleteadditionalPropertiesBoxed](#petpetiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidDeleteadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -242,16 +242,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidDeleteadditionalPropertiesBoxedMap -public record PetpetidDeleteadditionalPropertiesBoxedMap
-implements [PetpetidDeleteadditionalPropertiesBoxed](#petpetiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidDeleteadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -259,8 +259,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidDeleteadditionalProperties -public static class PetpetidDeleteadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/PetpetidGetPathParameters.md b/samples/client/petstore/java/docs/paths/petpetid/get/PetpetidGetPathParameters.md index 2ebb0a90120..fd600b22cd4 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/PetpetidGetPathParameters.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/PetpetidGetPathParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [PetpetidGetPathParameters.PetpetidGetPathParameters1Boxed](#petpetidgetpathparameters1boxed)
sealed interface for validated payloads | | record | [PetpetidGetPathParameters.PetpetidGetPathParameters1BoxedMap](#petpetidgetpathparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [PetpetidGetPathParameters.PetpetidGetPathParameters1](#petpetidgetpathparameters1)
schema class | -| static class | [PetpetidGetPathParameters.PetpetidGetPathParametersMapBuilder](#petpetidgetpathparametersmapbuilder)
builder for Map payloads | -| static class | [PetpetidGetPathParameters.PetpetidGetPathParametersMap](#petpetidgetpathparametersmap)
output class for Map payloads | -| sealed interface | [PetpetidGetPathParameters.PetpetidGetadditionalPropertiesBoxed](#petpetidgetadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [PetpetidGetPathParameters.PetpetidGetadditionalPropertiesBoxedVoid](#petpetidgetadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [PetpetidGetPathParameters.PetpetidGetadditionalPropertiesBoxedBoolean](#petpetidgetadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [PetpetidGetPathParameters.PetpetidGetadditionalPropertiesBoxedNumber](#petpetidgetadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [PetpetidGetPathParameters.PetpetidGetadditionalPropertiesBoxedString](#petpetidgetadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [PetpetidGetPathParameters.PetpetidGetadditionalPropertiesBoxedList](#petpetidgetadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [PetpetidGetPathParameters.PetpetidGetadditionalPropertiesBoxedMap](#petpetidgetadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [PetpetidGetPathParameters.PetpetidGetadditionalProperties](#petpetidgetadditionalproperties)
schema class | +| static class | [PetpetidGetPathParameters.PathParametersMapBuilder](#pathparametersmapbuilder)
builder for Map payloads | +| static class | [PetpetidGetPathParameters.PathParametersMap](#pathparametersmap)
output class for Map payloads | +| sealed interface | [PetpetidGetPathParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [PetpetidGetPathParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [PetpetidGetPathParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [PetpetidGetPathParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [PetpetidGetPathParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [PetpetidGetPathParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [PetpetidGetPathParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [PetpetidGetPathParameters.AdditionalProperties](#additionalproperties)
schema class | ## PetpetidGetPathParameters1Boxed public sealed interface PetpetidGetPathParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidGetPathParameters1BoxedMap([PetpetidGetPathParametersMap](#petpetidgetpathparametersmap) data)
Creates an instance, private visibility | +| PetpetidGetPathParameters1BoxedMap([PathParametersMap](#pathparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetpetidGetPathParametersMap](#petpetidgetpathparametersmap) | data()
validated payload | +| [PathParametersMap](#pathparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## PetpetidGetPathParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -PetpetidGetPathParameters.PetpetidGetPathParametersMap validatedPayload = +PetpetidGetPathParameters.PathParametersMap validatedPayload = PetpetidGetPathParameters.PetpetidGetPathParameters1.validate( - new PetpetidGetPathParameters.PetpetidGetPathParametersMapBuilder() + new PetpetidGetPathParameters.PathParametersMapBuilder() .petId(1L) .build(), @@ -88,18 +88,18 @@ PetpetidGetPathParameters.PetpetidGetPathParametersMap validatedPayload = | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("petId", [Schema0.Schema01.class](../../../paths/petpetid/get/parameters/parameter0/Schema0.md#schema01))
)
| | Set | required = Set.of(
    "petId"
)
| -| Class | additionalProperties = [PetpetidGetadditionalProperties.class](#petpetidgetadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetpetidGetPathParametersMap](#petpetidgetpathparametersmap) | validate([Map<?, ?>](#petpetidgetpathparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [PetpetidGetPathParameters1BoxedMap](#petpetidgetpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#petpetidgetpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PathParametersMap](#pathparametersmap) | validate([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PetpetidGetPathParameters1BoxedMap](#petpetidgetpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | [PetpetidGetPathParameters1Boxed](#petpetidgetpathparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## PetpetidGetPathParametersMap0Builder -public class PetpetidGetPathParametersMap0Builder
+## PathParametersMap0Builder +public class PathParametersMap0Builder
builder for `Map` A class that builds the Map input type @@ -107,15 +107,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidGetPathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## PetpetidGetPathParametersMapBuilder -public class PetpetidGetPathParametersMapBuilder
+## PathParametersMapBuilder +public class PathParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -123,18 +123,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidGetPathParametersMapBuilder()
Creates a builder that contains an empty map | +| PathParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetpetidGetPathParametersMap0Builder](#petpetidgetpathparametersmap0builder) | petId(int value) | -| [PetpetidGetPathParametersMap0Builder](#petpetidgetpathparametersmap0builder) | petId(float value) | -| [PetpetidGetPathParametersMap0Builder](#petpetidgetpathparametersmap0builder) | petId(long value) | -| [PetpetidGetPathParametersMap0Builder](#petpetidgetpathparametersmap0builder) | petId(double value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(int value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(float value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(long value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(double value) | -## PetpetidGetPathParametersMap -public static class PetpetidGetPathParametersMap
+## PathParametersMap +public static class PathParametersMap
extends FrozenMap A class to store validated Map payloads @@ -142,31 +142,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [PetpetidGetPathParametersMap](#petpetidgetpathparametersmap) | of([Map](#petpetidgetpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [PathParametersMap](#pathparametersmap) | of([Map](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | Number | petId()
| -## PetpetidGetadditionalPropertiesBoxed -public sealed interface PetpetidGetadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[PetpetidGetadditionalPropertiesBoxedVoid](#petpetidgetadditionalpropertiesboxedvoid), -[PetpetidGetadditionalPropertiesBoxedBoolean](#petpetidgetadditionalpropertiesboxedboolean), -[PetpetidGetadditionalPropertiesBoxedNumber](#petpetidgetadditionalpropertiesboxednumber), -[PetpetidGetadditionalPropertiesBoxedString](#petpetidgetadditionalpropertiesboxedstring), -[PetpetidGetadditionalPropertiesBoxedList](#petpetidgetadditionalpropertiesboxedlist), -[PetpetidGetadditionalPropertiesBoxedMap](#petpetidgetadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## PetpetidGetadditionalPropertiesBoxedVoid -public record PetpetidGetadditionalPropertiesBoxedVoid
-implements [PetpetidGetadditionalPropertiesBoxed](#petpetidgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidGetadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -174,16 +174,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidGetadditionalPropertiesBoxedBoolean -public record PetpetidGetadditionalPropertiesBoxedBoolean
-implements [PetpetidGetadditionalPropertiesBoxed](#petpetidgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidGetadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -191,16 +191,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidGetadditionalPropertiesBoxedNumber -public record PetpetidGetadditionalPropertiesBoxedNumber
-implements [PetpetidGetadditionalPropertiesBoxed](#petpetidgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidGetadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -208,16 +208,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidGetadditionalPropertiesBoxedString -public record PetpetidGetadditionalPropertiesBoxedString
-implements [PetpetidGetadditionalPropertiesBoxed](#petpetidgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidGetadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -225,16 +225,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidGetadditionalPropertiesBoxedList -public record PetpetidGetadditionalPropertiesBoxedList
-implements [PetpetidGetadditionalPropertiesBoxed](#petpetidgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidGetadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -242,16 +242,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidGetadditionalPropertiesBoxedMap -public record PetpetidGetadditionalPropertiesBoxedMap
-implements [PetpetidGetadditionalPropertiesBoxed](#petpetidgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidGetadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -259,8 +259,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidGetadditionalProperties -public static class PetpetidGetadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/PetpetidPostPathParameters.md b/samples/client/petstore/java/docs/paths/petpetid/post/PetpetidPostPathParameters.md index 91e891fb65d..8a12a161b7f 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/PetpetidPostPathParameters.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/PetpetidPostPathParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [PetpetidPostPathParameters.PetpetidPostPathParameters1Boxed](#petpetidpostpathparameters1boxed)
sealed interface for validated payloads | | record | [PetpetidPostPathParameters.PetpetidPostPathParameters1BoxedMap](#petpetidpostpathparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [PetpetidPostPathParameters.PetpetidPostPathParameters1](#petpetidpostpathparameters1)
schema class | -| static class | [PetpetidPostPathParameters.PetpetidPostPathParametersMapBuilder](#petpetidpostpathparametersmapbuilder)
builder for Map payloads | -| static class | [PetpetidPostPathParameters.PetpetidPostPathParametersMap](#petpetidpostpathparametersmap)
output class for Map payloads | -| sealed interface | [PetpetidPostPathParameters.PetpetidPostadditionalPropertiesBoxed](#petpetidpostadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [PetpetidPostPathParameters.PetpetidPostadditionalPropertiesBoxedVoid](#petpetidpostadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [PetpetidPostPathParameters.PetpetidPostadditionalPropertiesBoxedBoolean](#petpetidpostadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [PetpetidPostPathParameters.PetpetidPostadditionalPropertiesBoxedNumber](#petpetidpostadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [PetpetidPostPathParameters.PetpetidPostadditionalPropertiesBoxedString](#petpetidpostadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [PetpetidPostPathParameters.PetpetidPostadditionalPropertiesBoxedList](#petpetidpostadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [PetpetidPostPathParameters.PetpetidPostadditionalPropertiesBoxedMap](#petpetidpostadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [PetpetidPostPathParameters.PetpetidPostadditionalProperties](#petpetidpostadditionalproperties)
schema class | +| static class | [PetpetidPostPathParameters.PathParametersMapBuilder](#pathparametersmapbuilder)
builder for Map payloads | +| static class | [PetpetidPostPathParameters.PathParametersMap](#pathparametersmap)
output class for Map payloads | +| sealed interface | [PetpetidPostPathParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [PetpetidPostPathParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [PetpetidPostPathParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [PetpetidPostPathParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [PetpetidPostPathParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [PetpetidPostPathParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [PetpetidPostPathParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [PetpetidPostPathParameters.AdditionalProperties](#additionalproperties)
schema class | ## PetpetidPostPathParameters1Boxed public sealed interface PetpetidPostPathParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidPostPathParameters1BoxedMap([PetpetidPostPathParametersMap](#petpetidpostpathparametersmap) data)
Creates an instance, private visibility | +| PetpetidPostPathParameters1BoxedMap([PathParametersMap](#pathparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetpetidPostPathParametersMap](#petpetidpostpathparametersmap) | data()
validated payload | +| [PathParametersMap](#pathparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## PetpetidPostPathParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -PetpetidPostPathParameters.PetpetidPostPathParametersMap validatedPayload = +PetpetidPostPathParameters.PathParametersMap validatedPayload = PetpetidPostPathParameters.PetpetidPostPathParameters1.validate( - new PetpetidPostPathParameters.PetpetidPostPathParametersMapBuilder() + new PetpetidPostPathParameters.PathParametersMapBuilder() .petId(1L) .build(), @@ -88,18 +88,18 @@ PetpetidPostPathParameters.PetpetidPostPathParametersMap validatedPayload = | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("petId", [Schema0.Schema01.class](../../../paths/petpetid/post/parameters/parameter0/Schema0.md#schema01))
)
| | Set | required = Set.of(
    "petId"
)
| -| Class | additionalProperties = [PetpetidPostadditionalProperties.class](#petpetidpostadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetpetidPostPathParametersMap](#petpetidpostpathparametersmap) | validate([Map<?, ?>](#petpetidpostpathparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [PetpetidPostPathParameters1BoxedMap](#petpetidpostpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#petpetidpostpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PathParametersMap](#pathparametersmap) | validate([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PetpetidPostPathParameters1BoxedMap](#petpetidpostpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | [PetpetidPostPathParameters1Boxed](#petpetidpostpathparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## PetpetidPostPathParametersMap0Builder -public class PetpetidPostPathParametersMap0Builder
+## PathParametersMap0Builder +public class PathParametersMap0Builder
builder for `Map` A class that builds the Map input type @@ -107,15 +107,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidPostPathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## PetpetidPostPathParametersMapBuilder -public class PetpetidPostPathParametersMapBuilder
+## PathParametersMapBuilder +public class PathParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -123,18 +123,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidPostPathParametersMapBuilder()
Creates a builder that contains an empty map | +| PathParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetpetidPostPathParametersMap0Builder](#petpetidpostpathparametersmap0builder) | petId(int value) | -| [PetpetidPostPathParametersMap0Builder](#petpetidpostpathparametersmap0builder) | petId(float value) | -| [PetpetidPostPathParametersMap0Builder](#petpetidpostpathparametersmap0builder) | petId(long value) | -| [PetpetidPostPathParametersMap0Builder](#petpetidpostpathparametersmap0builder) | petId(double value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(int value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(float value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(long value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(double value) | -## PetpetidPostPathParametersMap -public static class PetpetidPostPathParametersMap
+## PathParametersMap +public static class PathParametersMap
extends FrozenMap A class to store validated Map payloads @@ -142,31 +142,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [PetpetidPostPathParametersMap](#petpetidpostpathparametersmap) | of([Map](#petpetidpostpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [PathParametersMap](#pathparametersmap) | of([Map](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | Number | petId()
| -## PetpetidPostadditionalPropertiesBoxed -public sealed interface PetpetidPostadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[PetpetidPostadditionalPropertiesBoxedVoid](#petpetidpostadditionalpropertiesboxedvoid), -[PetpetidPostadditionalPropertiesBoxedBoolean](#petpetidpostadditionalpropertiesboxedboolean), -[PetpetidPostadditionalPropertiesBoxedNumber](#petpetidpostadditionalpropertiesboxednumber), -[PetpetidPostadditionalPropertiesBoxedString](#petpetidpostadditionalpropertiesboxedstring), -[PetpetidPostadditionalPropertiesBoxedList](#petpetidpostadditionalpropertiesboxedlist), -[PetpetidPostadditionalPropertiesBoxedMap](#petpetidpostadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## PetpetidPostadditionalPropertiesBoxedVoid -public record PetpetidPostadditionalPropertiesBoxedVoid
-implements [PetpetidPostadditionalPropertiesBoxed](#petpetidpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidPostadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -174,16 +174,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidPostadditionalPropertiesBoxedBoolean -public record PetpetidPostadditionalPropertiesBoxedBoolean
-implements [PetpetidPostadditionalPropertiesBoxed](#petpetidpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidPostadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -191,16 +191,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidPostadditionalPropertiesBoxedNumber -public record PetpetidPostadditionalPropertiesBoxedNumber
-implements [PetpetidPostadditionalPropertiesBoxed](#petpetidpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidPostadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -208,16 +208,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidPostadditionalPropertiesBoxedString -public record PetpetidPostadditionalPropertiesBoxedString
-implements [PetpetidPostadditionalPropertiesBoxed](#petpetidpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidPostadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -225,16 +225,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidPostadditionalPropertiesBoxedList -public record PetpetidPostadditionalPropertiesBoxedList
-implements [PetpetidPostadditionalPropertiesBoxed](#petpetidpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidPostadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -242,16 +242,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidPostadditionalPropertiesBoxedMap -public record PetpetidPostadditionalPropertiesBoxedMap
-implements [PetpetidPostadditionalPropertiesBoxed](#petpetidpostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetidPostadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -259,8 +259,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetidPostadditionalProperties -public static class PetpetidPostadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/PetpetiduploadimagePost.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/PetpetiduploadimagePost.md index 4e44739c84b..53d0aedf3a0 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/PetpetiduploadimagePost.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/PetpetiduploadimagePost.md @@ -38,9 +38,9 @@ import org.openapijsonschematools.client.paths.petpetiduploadimage.post.Petpetid import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.petpetiduploadimage.post.PetpetiduploadimagePostSecurityInfo; import org.openapijsonschematools.client.paths.petpetiduploadimage.post.PetpetiduploadimagePostPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.PetstoreAuth; import org.openapijsonschematools.client.paths.petpetiduploadimage.post.responses.PetpetiduploadimagePostCode200Response; @@ -52,13 +52,14 @@ import org.openapijsonschematools.client.paths.petpetiduploadimage.post.Petpetid import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -70,21 +71,23 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .petpetiduploadimagePostSecurityRequirementObject0SecurityIndex(PetpetiduploadimagePostSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); PetpetiduploadimagePost.Post apiClient = new PetpetiduploadimagePost.Post(apiConfiguration, schemaConfiguration); // Map validation -PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParametersMap pathParameters = +PetpetiduploadimagePostPathParameters.PathParametersMap pathParameters = PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParameters1.validate( - new PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParametersMapBuilder() + new PetpetiduploadimagePostPathParameters.PathParametersMapBuilder() .petId(1L) .build(), @@ -143,7 +146,7 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParametersMap](../../paths/petpetiduploadimage/post/PetpetiduploadimagePostPathParameters.md#petpetiduploadimagepostpathparametersmap) | pathParameters | +| [PetpetiduploadimagePostPathParameters.PathParametersMap](../../paths/petpetiduploadimage/post/PetpetiduploadimagePostPathParameters.md#pathparametersmap) | pathParameters | | [PetpetiduploadimagePostRequestBody.@Nullable SealedRequestBody](../../paths/petpetiduploadimage/post/PetpetiduploadimagePostRequestBody.md#sealedrequestbody) | requestBody
optional | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | [PetpetiduploadimagePostSecurityInfo.@Nullable SecurityIndex](../../paths/petpetiduploadimage/post/PetpetiduploadimagePostSecurityInfo.md#securityindex) | securityIndex
optional. Note: this will override the value in apiConfiguration | @@ -157,7 +160,7 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [PetpetiduploadimagePostPathParameters.@Nullable PetpetiduploadimagePostPathParametersMap](../../paths/petpetiduploadimage/post/PetpetiduploadimagePostPathParameters.md#petpetiduploadimagepostpathparametersmap) | pathParameters | +| [PetpetiduploadimagePostPathParameters.@Nullable PathParametersMap](../../paths/petpetiduploadimage/post/PetpetiduploadimagePostPathParameters.md#pathparametersmap) | pathParameters | | [PetpetiduploadimagePostRequestBody.@Nullable SealedRequestBody](../../paths/petpetiduploadimage/post/PetpetiduploadimagePostRequestBody.md#sealedrequestbody) | requestBody | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | [PetpetiduploadimagePostSecurityInfo.@Nullable SecurityIndex](../../paths/petpetiduploadimage/post/PetpetiduploadimagePostSecurityInfo.md#securityindex) | securityIndex | @@ -195,6 +198,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Post0RequestBuilder](#post0requestbuilder) | pathParameters([PetpetiduploadimagePostPathParametersPetpetiduploadimagePostPathParametersMap](../../paths/petpetiduploadimage/post/PetpetiduploadimagePostPathParameters.md#petpetiduploadimagepostpathparametersmap) pathParameters)
sets the property | +| [Post0RequestBuilder](#post0requestbuilder) | pathParameters([PetpetiduploadimagePostPathParametersPathParametersMap](../../paths/petpetiduploadimage/post/PetpetiduploadimagePostPathParameters.md#pathparametersmap) pathParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/PetpetiduploadimagePostPathParameters.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/PetpetiduploadimagePostPathParameters.md index 6c11cddf887..fa49543e3e7 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/PetpetiduploadimagePostPathParameters.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/PetpetiduploadimagePostPathParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParameters1Boxed](#petpetiduploadimagepostpathparameters1boxed)
sealed interface for validated payloads | | record | [PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParameters1BoxedMap](#petpetiduploadimagepostpathparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParameters1](#petpetiduploadimagepostpathparameters1)
schema class | -| static class | [PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParametersMapBuilder](#petpetiduploadimagepostpathparametersmapbuilder)
builder for Map payloads | -| static class | [PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParametersMap](#petpetiduploadimagepostpathparametersmap)
output class for Map payloads | -| sealed interface | [PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostadditionalPropertiesBoxed](#petpetiduploadimagepostadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostadditionalPropertiesBoxedVoid](#petpetiduploadimagepostadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostadditionalPropertiesBoxedBoolean](#petpetiduploadimagepostadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostadditionalPropertiesBoxedNumber](#petpetiduploadimagepostadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostadditionalPropertiesBoxedString](#petpetiduploadimagepostadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostadditionalPropertiesBoxedList](#petpetiduploadimagepostadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostadditionalPropertiesBoxedMap](#petpetiduploadimagepostadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostadditionalProperties](#petpetiduploadimagepostadditionalproperties)
schema class | +| static class | [PetpetiduploadimagePostPathParameters.PathParametersMapBuilder](#pathparametersmapbuilder)
builder for Map payloads | +| static class | [PetpetiduploadimagePostPathParameters.PathParametersMap](#pathparametersmap)
output class for Map payloads | +| sealed interface | [PetpetiduploadimagePostPathParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [PetpetiduploadimagePostPathParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [PetpetiduploadimagePostPathParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [PetpetiduploadimagePostPathParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [PetpetiduploadimagePostPathParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [PetpetiduploadimagePostPathParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [PetpetiduploadimagePostPathParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [PetpetiduploadimagePostPathParameters.AdditionalProperties](#additionalproperties)
schema class | ## PetpetiduploadimagePostPathParameters1Boxed public sealed interface PetpetiduploadimagePostPathParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetiduploadimagePostPathParameters1BoxedMap([PetpetiduploadimagePostPathParametersMap](#petpetiduploadimagepostpathparametersmap) data)
Creates an instance, private visibility | +| PetpetiduploadimagePostPathParameters1BoxedMap([PathParametersMap](#pathparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetpetiduploadimagePostPathParametersMap](#petpetiduploadimagepostpathparametersmap) | data()
validated payload | +| [PathParametersMap](#pathparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## PetpetiduploadimagePostPathParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParametersMap validatedPayload = +PetpetiduploadimagePostPathParameters.PathParametersMap validatedPayload = PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParameters1.validate( - new PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParametersMapBuilder() + new PetpetiduploadimagePostPathParameters.PathParametersMapBuilder() .petId(1L) .build(), @@ -88,18 +88,18 @@ PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParametersMap v | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("petId", [Schema0.Schema01.class](../../../paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md#schema01))
)
| | Set | required = Set.of(
    "petId"
)
| -| Class | additionalProperties = [PetpetiduploadimagePostadditionalProperties.class](#petpetiduploadimagepostadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetpetiduploadimagePostPathParametersMap](#petpetiduploadimagepostpathparametersmap) | validate([Map<?, ?>](#petpetiduploadimagepostpathparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [PetpetiduploadimagePostPathParameters1BoxedMap](#petpetiduploadimagepostpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#petpetiduploadimagepostpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PathParametersMap](#pathparametersmap) | validate([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PetpetiduploadimagePostPathParameters1BoxedMap](#petpetiduploadimagepostpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | [PetpetiduploadimagePostPathParameters1Boxed](#petpetiduploadimagepostpathparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## PetpetiduploadimagePostPathParametersMap0Builder -public class PetpetiduploadimagePostPathParametersMap0Builder
+## PathParametersMap0Builder +public class PathParametersMap0Builder
builder for `Map` A class that builds the Map input type @@ -107,15 +107,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetiduploadimagePostPathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## PetpetiduploadimagePostPathParametersMapBuilder -public class PetpetiduploadimagePostPathParametersMapBuilder
+## PathParametersMapBuilder +public class PathParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -123,18 +123,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetiduploadimagePostPathParametersMapBuilder()
Creates a builder that contains an empty map | +| PathParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [PetpetiduploadimagePostPathParametersMap0Builder](#petpetiduploadimagepostpathparametersmap0builder) | petId(int value) | -| [PetpetiduploadimagePostPathParametersMap0Builder](#petpetiduploadimagepostpathparametersmap0builder) | petId(float value) | -| [PetpetiduploadimagePostPathParametersMap0Builder](#petpetiduploadimagepostpathparametersmap0builder) | petId(long value) | -| [PetpetiduploadimagePostPathParametersMap0Builder](#petpetiduploadimagepostpathparametersmap0builder) | petId(double value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(int value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(float value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(long value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | petId(double value) | -## PetpetiduploadimagePostPathParametersMap -public static class PetpetiduploadimagePostPathParametersMap
+## PathParametersMap +public static class PathParametersMap
extends FrozenMap A class to store validated Map payloads @@ -142,31 +142,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [PetpetiduploadimagePostPathParametersMap](#petpetiduploadimagepostpathparametersmap) | of([Map](#petpetiduploadimagepostpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [PathParametersMap](#pathparametersmap) | of([Map](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | Number | petId()
| -## PetpetiduploadimagePostadditionalPropertiesBoxed -public sealed interface PetpetiduploadimagePostadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[PetpetiduploadimagePostadditionalPropertiesBoxedVoid](#petpetiduploadimagepostadditionalpropertiesboxedvoid), -[PetpetiduploadimagePostadditionalPropertiesBoxedBoolean](#petpetiduploadimagepostadditionalpropertiesboxedboolean), -[PetpetiduploadimagePostadditionalPropertiesBoxedNumber](#petpetiduploadimagepostadditionalpropertiesboxednumber), -[PetpetiduploadimagePostadditionalPropertiesBoxedString](#petpetiduploadimagepostadditionalpropertiesboxedstring), -[PetpetiduploadimagePostadditionalPropertiesBoxedList](#petpetiduploadimagepostadditionalpropertiesboxedlist), -[PetpetiduploadimagePostadditionalPropertiesBoxedMap](#petpetiduploadimagepostadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## PetpetiduploadimagePostadditionalPropertiesBoxedVoid -public record PetpetiduploadimagePostadditionalPropertiesBoxedVoid
-implements [PetpetiduploadimagePostadditionalPropertiesBoxed](#petpetiduploadimagepostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetiduploadimagePostadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -174,16 +174,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetiduploadimagePostadditionalPropertiesBoxedBoolean -public record PetpetiduploadimagePostadditionalPropertiesBoxedBoolean
-implements [PetpetiduploadimagePostadditionalPropertiesBoxed](#petpetiduploadimagepostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetiduploadimagePostadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -191,16 +191,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetiduploadimagePostadditionalPropertiesBoxedNumber -public record PetpetiduploadimagePostadditionalPropertiesBoxedNumber
-implements [PetpetiduploadimagePostadditionalPropertiesBoxed](#petpetiduploadimagepostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetiduploadimagePostadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -208,16 +208,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetiduploadimagePostadditionalPropertiesBoxedString -public record PetpetiduploadimagePostadditionalPropertiesBoxedString
-implements [PetpetiduploadimagePostadditionalPropertiesBoxed](#petpetiduploadimagepostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetiduploadimagePostadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -225,16 +225,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetiduploadimagePostadditionalPropertiesBoxedList -public record PetpetiduploadimagePostadditionalPropertiesBoxedList
-implements [PetpetiduploadimagePostadditionalPropertiesBoxed](#petpetiduploadimagepostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetiduploadimagePostadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -242,16 +242,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetiduploadimagePostadditionalPropertiesBoxedMap -public record PetpetiduploadimagePostadditionalPropertiesBoxedMap
-implements [PetpetiduploadimagePostadditionalPropertiesBoxed](#petpetiduploadimagepostadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| PetpetiduploadimagePostadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -259,8 +259,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## PetpetiduploadimagePostadditionalProperties -public static class PetpetiduploadimagePostadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/solidus/SolidusGet.md b/samples/client/petstore/java/docs/paths/solidus/SolidusGet.md index 8794bb3d51a..3d689bca199 100644 --- a/samples/client/petstore/java/docs/paths/solidus/SolidusGet.md +++ b/samples/client/petstore/java/docs/paths/solidus/SolidusGet.md @@ -33,9 +33,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.solidus.get.responses.SolidusGetCode200Response; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.solidus.SolidusGet; @@ -44,13 +44,14 @@ import org.openapijsonschematools.client.paths.solidus.get.SolidusGetResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -58,10 +59,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); SolidusGet.Get apiClient = new SolidusGet.Get(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/storeinventory/StoreinventoryGet.md b/samples/client/petstore/java/docs/paths/storeinventory/StoreinventoryGet.md index efacddff2cd..3ae46788229 100644 --- a/samples/client/petstore/java/docs/paths/storeinventory/StoreinventoryGet.md +++ b/samples/client/petstore/java/docs/paths/storeinventory/StoreinventoryGet.md @@ -34,9 +34,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.storeinventory.get.StoreinventoryGetSecurityInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.securityschemes.SecurityScheme; import org.openapijsonschematools.client.components.securityschemes.ApiKey; import org.openapijsonschematools.client.paths.storeinventory.get.responses.StoreinventoryGetCode200Response; @@ -48,13 +48,14 @@ import org.openapijsonschematools.client.paths.storeinventory.get.Storeinventory import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -69,12 +70,14 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu .storeinventoryGetSecurityRequirementObject0SecurityIndex(StoreinventoryGetSecurityRequirementObject0.SecurityIndex.SECURITY_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, securitySchemes, securityIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); StoreinventoryGet.Get apiClient = new StoreinventoryGet.Get(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/storeorder/StoreorderPost.md b/samples/client/petstore/java/docs/paths/storeorder/StoreorderPost.md index 6b1f2d34607..220d4837c94 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/StoreorderPost.md +++ b/samples/client/petstore/java/docs/paths/storeorder/StoreorderPost.md @@ -37,9 +37,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.storeorder.post.StoreorderPostRequestBody; import org.openapijsonschematools.client.components.schemas.Order; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.storeorder.post.responses.StoreorderPostCode200Response; import org.openapijsonschematools.client.paths.storeorder.post.responses.StoreorderPostCode400Response; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -49,13 +49,14 @@ import org.openapijsonschematools.client.paths.storeorder.post.StoreorderPostRes import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -63,10 +64,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); StoreorderPost.Post apiClient = new StoreorderPost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/StoreorderorderidDelete.md b/samples/client/petstore/java/docs/paths/storeorderorderid/StoreorderorderidDelete.md index 31530aa7b7c..b28370c9e63 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/StoreorderorderidDelete.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/StoreorderorderidDelete.md @@ -36,9 +36,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.storeorderorderid.delete.StoreorderorderidDeletePathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.storeorderorderid.delete.responses.StoreorderorderidDeleteCode400Response; import org.openapijsonschematools.client.paths.storeorderorderid.delete.responses.StoreorderorderidDeleteCode404Response; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -48,13 +48,14 @@ import org.openapijsonschematools.client.paths.storeorderorderid.delete.Storeord import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -62,19 +63,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); StoreorderorderidDelete.Delete apiClient = new StoreorderorderidDelete.Delete(apiConfiguration, schemaConfiguration); // Map validation -StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParametersMap pathParameters = +StoreorderorderidDeletePathParameters.PathParametersMap pathParameters = StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParameters1.validate( - new StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParametersMapBuilder() + new StoreorderorderidDeletePathParameters.PathParametersMapBuilder() .order_id("a") .build(), @@ -134,7 +137,7 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParametersMap](../../paths/storeorderorderid/delete/StoreorderorderidDeletePathParameters.md#storeorderorderiddeletepathparametersmap) | pathParameters | +| [StoreorderorderidDeletePathParameters.PathParametersMap](../../paths/storeorderorderid/delete/StoreorderorderidDeletePathParameters.md#pathparametersmap) | pathParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -146,7 +149,7 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [StoreorderorderidDeletePathParameters.@Nullable StoreorderorderidDeletePathParametersMap](../../paths/storeorderorderid/delete/StoreorderorderidDeletePathParameters.md#storeorderorderiddeletepathparametersmap) | pathParameters | +| [StoreorderorderidDeletePathParameters.@Nullable PathParametersMap](../../paths/storeorderorderid/delete/StoreorderorderidDeletePathParameters.md#pathparametersmap) | pathParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | @Nullable Duration | timeout | @@ -180,6 +183,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Delete0RequestBuilder](#delete0requestbuilder) | pathParameters([StoreorderorderidDeletePathParametersStoreorderorderidDeletePathParametersMap](../../paths/storeorderorderid/delete/StoreorderorderidDeletePathParameters.md#storeorderorderiddeletepathparametersmap) pathParameters)
sets the property | +| [Delete0RequestBuilder](#delete0requestbuilder) | pathParameters([StoreorderorderidDeletePathParametersPathParametersMap](../../paths/storeorderorderid/delete/StoreorderorderidDeletePathParameters.md#pathparametersmap) pathParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/StoreorderorderidGet.md b/samples/client/petstore/java/docs/paths/storeorderorderid/StoreorderorderidGet.md index 8bce1036e40..2605c3ef410 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/StoreorderorderidGet.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/StoreorderorderidGet.md @@ -36,9 +36,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.storeorderorderid.get.StoreorderorderidGetPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.storeorderorderid.get.responses.StoreorderorderidGetCode200Response; import org.openapijsonschematools.client.paths.storeorderorderid.get.responses.StoreorderorderidGetCode400Response; import org.openapijsonschematools.client.paths.storeorderorderid.get.responses.StoreorderorderidGetCode404Response; @@ -49,13 +49,14 @@ import org.openapijsonschematools.client.paths.storeorderorderid.get.Storeordero import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -63,19 +64,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); StoreorderorderidGet.Get apiClient = new StoreorderorderidGet.Get(apiConfiguration, schemaConfiguration); // Map validation -StoreorderorderidGetPathParameters.StoreorderorderidGetPathParametersMap pathParameters = +StoreorderorderidGetPathParameters.PathParametersMap pathParameters = StoreorderorderidGetPathParameters.StoreorderorderidGetPathParameters1.validate( - new StoreorderorderidGetPathParameters.StoreorderorderidGetPathParametersMapBuilder() + new StoreorderorderidGetPathParameters.PathParametersMapBuilder() .order_id(1L) .build(), @@ -142,7 +145,7 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [StoreorderorderidGetPathParameters.StoreorderorderidGetPathParametersMap](../../paths/storeorderorderid/get/StoreorderorderidGetPathParameters.md#storeorderorderidgetpathparametersmap) | pathParameters | +| [StoreorderorderidGetPathParameters.PathParametersMap](../../paths/storeorderorderid/get/StoreorderorderidGetPathParameters.md#pathparametersmap) | pathParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -154,7 +157,7 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [StoreorderorderidGetPathParameters.@Nullable StoreorderorderidGetPathParametersMap](../../paths/storeorderorderid/get/StoreorderorderidGetPathParameters.md#storeorderorderidgetpathparametersmap) | pathParameters | +| [StoreorderorderidGetPathParameters.@Nullable PathParametersMap](../../paths/storeorderorderid/get/StoreorderorderidGetPathParameters.md#pathparametersmap) | pathParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | @Nullable Duration | timeout | @@ -188,6 +191,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Get0RequestBuilder](#get0requestbuilder) | pathParameters([StoreorderorderidGetPathParametersStoreorderorderidGetPathParametersMap](../../paths/storeorderorderid/get/StoreorderorderidGetPathParameters.md#storeorderorderidgetpathparametersmap) pathParameters)
sets the property | +| [Get0RequestBuilder](#get0requestbuilder) | pathParameters([StoreorderorderidGetPathParametersPathParametersMap](../../paths/storeorderorderid/get/StoreorderorderidGetPathParameters.md#pathparametersmap) pathParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/StoreorderorderidDeletePathParameters.md b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/StoreorderorderidDeletePathParameters.md index b7a84fd1a77..9add70eca1d 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/StoreorderorderidDeletePathParameters.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/StoreorderorderidDeletePathParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParameters1Boxed](#storeorderorderiddeletepathparameters1boxed)
sealed interface for validated payloads | | record | [StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParameters1BoxedMap](#storeorderorderiddeletepathparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParameters1](#storeorderorderiddeletepathparameters1)
schema class | -| static class | [StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParametersMapBuilder](#storeorderorderiddeletepathparametersmapbuilder)
builder for Map payloads | -| static class | [StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParametersMap](#storeorderorderiddeletepathparametersmap)
output class for Map payloads | -| sealed interface | [StoreorderorderidDeletePathParameters.StoreorderorderidDeleteadditionalPropertiesBoxed](#storeorderorderiddeleteadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [StoreorderorderidDeletePathParameters.StoreorderorderidDeleteadditionalPropertiesBoxedVoid](#storeorderorderiddeleteadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [StoreorderorderidDeletePathParameters.StoreorderorderidDeleteadditionalPropertiesBoxedBoolean](#storeorderorderiddeleteadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [StoreorderorderidDeletePathParameters.StoreorderorderidDeleteadditionalPropertiesBoxedNumber](#storeorderorderiddeleteadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [StoreorderorderidDeletePathParameters.StoreorderorderidDeleteadditionalPropertiesBoxedString](#storeorderorderiddeleteadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [StoreorderorderidDeletePathParameters.StoreorderorderidDeleteadditionalPropertiesBoxedList](#storeorderorderiddeleteadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [StoreorderorderidDeletePathParameters.StoreorderorderidDeleteadditionalPropertiesBoxedMap](#storeorderorderiddeleteadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [StoreorderorderidDeletePathParameters.StoreorderorderidDeleteadditionalProperties](#storeorderorderiddeleteadditionalproperties)
schema class | +| static class | [StoreorderorderidDeletePathParameters.PathParametersMapBuilder](#pathparametersmapbuilder)
builder for Map payloads | +| static class | [StoreorderorderidDeletePathParameters.PathParametersMap](#pathparametersmap)
output class for Map payloads | +| sealed interface | [StoreorderorderidDeletePathParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [StoreorderorderidDeletePathParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [StoreorderorderidDeletePathParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [StoreorderorderidDeletePathParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [StoreorderorderidDeletePathParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [StoreorderorderidDeletePathParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [StoreorderorderidDeletePathParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [StoreorderorderidDeletePathParameters.AdditionalProperties](#additionalproperties)
schema class | ## StoreorderorderidDeletePathParameters1Boxed public sealed interface StoreorderorderidDeletePathParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| StoreorderorderidDeletePathParameters1BoxedMap([StoreorderorderidDeletePathParametersMap](#storeorderorderiddeletepathparametersmap) data)
Creates an instance, private visibility | +| StoreorderorderidDeletePathParameters1BoxedMap([PathParametersMap](#pathparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [StoreorderorderidDeletePathParametersMap](#storeorderorderiddeletepathparametersmap) | data()
validated payload | +| [PathParametersMap](#pathparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## StoreorderorderidDeletePathParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParametersMap validatedPayload = +StoreorderorderidDeletePathParameters.PathParametersMap validatedPayload = StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParameters1.validate( - new StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParametersMapBuilder() + new StoreorderorderidDeletePathParameters.PathParametersMapBuilder() .order_id("a") .build(), @@ -88,18 +88,18 @@ StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParametersMap v | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("order_id", [Schema0.Schema01.class](../../../paths/storeorderorderid/delete/parameters/parameter0/Schema0.md#schema01))
)
| | Set | required = Set.of(
    "order_id"
)
| -| Class | additionalProperties = [StoreorderorderidDeleteadditionalProperties.class](#storeorderorderiddeleteadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [StoreorderorderidDeletePathParametersMap](#storeorderorderiddeletepathparametersmap) | validate([Map<?, ?>](#storeorderorderiddeletepathparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [StoreorderorderidDeletePathParameters1BoxedMap](#storeorderorderiddeletepathparameters1boxedmap) | validateAndBox([Map<?, ?>](#storeorderorderiddeletepathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PathParametersMap](#pathparametersmap) | validate([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [StoreorderorderidDeletePathParameters1BoxedMap](#storeorderorderiddeletepathparameters1boxedmap) | validateAndBox([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | [StoreorderorderidDeletePathParameters1Boxed](#storeorderorderiddeletepathparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## StoreorderorderidDeletePathParametersMap0Builder -public class StoreorderorderidDeletePathParametersMap0Builder
+## PathParametersMap0Builder +public class PathParametersMap0Builder
builder for `Map` A class that builds the Map input type @@ -107,15 +107,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| StoreorderorderidDeletePathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## StoreorderorderidDeletePathParametersMapBuilder -public class StoreorderorderidDeletePathParametersMapBuilder
+## PathParametersMapBuilder +public class PathParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -123,15 +123,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| StoreorderorderidDeletePathParametersMapBuilder()
Creates a builder that contains an empty map | +| PathParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [StoreorderorderidDeletePathParametersMap0Builder](#storeorderorderiddeletepathparametersmap0builder) | order_id(String value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | order_id(String value) | -## StoreorderorderidDeletePathParametersMap -public static class StoreorderorderidDeletePathParametersMap
+## PathParametersMap +public static class PathParametersMap
extends FrozenMap A class to store validated Map payloads @@ -139,31 +139,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [StoreorderorderidDeletePathParametersMap](#storeorderorderiddeletepathparametersmap) | of([Map](#storeorderorderiddeletepathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [PathParametersMap](#pathparametersmap) | of([Map](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | order_id()
| -## StoreorderorderidDeleteadditionalPropertiesBoxed -public sealed interface StoreorderorderidDeleteadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[StoreorderorderidDeleteadditionalPropertiesBoxedVoid](#storeorderorderiddeleteadditionalpropertiesboxedvoid), -[StoreorderorderidDeleteadditionalPropertiesBoxedBoolean](#storeorderorderiddeleteadditionalpropertiesboxedboolean), -[StoreorderorderidDeleteadditionalPropertiesBoxedNumber](#storeorderorderiddeleteadditionalpropertiesboxednumber), -[StoreorderorderidDeleteadditionalPropertiesBoxedString](#storeorderorderiddeleteadditionalpropertiesboxedstring), -[StoreorderorderidDeleteadditionalPropertiesBoxedList](#storeorderorderiddeleteadditionalpropertiesboxedlist), -[StoreorderorderidDeleteadditionalPropertiesBoxedMap](#storeorderorderiddeleteadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## StoreorderorderidDeleteadditionalPropertiesBoxedVoid -public record StoreorderorderidDeleteadditionalPropertiesBoxedVoid
-implements [StoreorderorderidDeleteadditionalPropertiesBoxed](#storeorderorderiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| StoreorderorderidDeleteadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -171,16 +171,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## StoreorderorderidDeleteadditionalPropertiesBoxedBoolean -public record StoreorderorderidDeleteadditionalPropertiesBoxedBoolean
-implements [StoreorderorderidDeleteadditionalPropertiesBoxed](#storeorderorderiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| StoreorderorderidDeleteadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -188,16 +188,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## StoreorderorderidDeleteadditionalPropertiesBoxedNumber -public record StoreorderorderidDeleteadditionalPropertiesBoxedNumber
-implements [StoreorderorderidDeleteadditionalPropertiesBoxed](#storeorderorderiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| StoreorderorderidDeleteadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -205,16 +205,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## StoreorderorderidDeleteadditionalPropertiesBoxedString -public record StoreorderorderidDeleteadditionalPropertiesBoxedString
-implements [StoreorderorderidDeleteadditionalPropertiesBoxed](#storeorderorderiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| StoreorderorderidDeleteadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -222,16 +222,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## StoreorderorderidDeleteadditionalPropertiesBoxedList -public record StoreorderorderidDeleteadditionalPropertiesBoxedList
-implements [StoreorderorderidDeleteadditionalPropertiesBoxed](#storeorderorderiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| StoreorderorderidDeleteadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -239,16 +239,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## StoreorderorderidDeleteadditionalPropertiesBoxedMap -public record StoreorderorderidDeleteadditionalPropertiesBoxedMap
-implements [StoreorderorderidDeleteadditionalPropertiesBoxed](#storeorderorderiddeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| StoreorderorderidDeleteadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -256,8 +256,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## StoreorderorderidDeleteadditionalProperties -public static class StoreorderorderidDeleteadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/StoreorderorderidGetPathParameters.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/StoreorderorderidGetPathParameters.md index eb32ebb7478..e5c288385e7 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/StoreorderorderidGetPathParameters.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/StoreorderorderidGetPathParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [StoreorderorderidGetPathParameters.StoreorderorderidGetPathParameters1Boxed](#storeorderorderidgetpathparameters1boxed)
sealed interface for validated payloads | | record | [StoreorderorderidGetPathParameters.StoreorderorderidGetPathParameters1BoxedMap](#storeorderorderidgetpathparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [StoreorderorderidGetPathParameters.StoreorderorderidGetPathParameters1](#storeorderorderidgetpathparameters1)
schema class | -| static class | [StoreorderorderidGetPathParameters.StoreorderorderidGetPathParametersMapBuilder](#storeorderorderidgetpathparametersmapbuilder)
builder for Map payloads | -| static class | [StoreorderorderidGetPathParameters.StoreorderorderidGetPathParametersMap](#storeorderorderidgetpathparametersmap)
output class for Map payloads | -| sealed interface | [StoreorderorderidGetPathParameters.StoreorderorderidGetadditionalPropertiesBoxed](#storeorderorderidgetadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [StoreorderorderidGetPathParameters.StoreorderorderidGetadditionalPropertiesBoxedVoid](#storeorderorderidgetadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [StoreorderorderidGetPathParameters.StoreorderorderidGetadditionalPropertiesBoxedBoolean](#storeorderorderidgetadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [StoreorderorderidGetPathParameters.StoreorderorderidGetadditionalPropertiesBoxedNumber](#storeorderorderidgetadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [StoreorderorderidGetPathParameters.StoreorderorderidGetadditionalPropertiesBoxedString](#storeorderorderidgetadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [StoreorderorderidGetPathParameters.StoreorderorderidGetadditionalPropertiesBoxedList](#storeorderorderidgetadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [StoreorderorderidGetPathParameters.StoreorderorderidGetadditionalPropertiesBoxedMap](#storeorderorderidgetadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [StoreorderorderidGetPathParameters.StoreorderorderidGetadditionalProperties](#storeorderorderidgetadditionalproperties)
schema class | +| static class | [StoreorderorderidGetPathParameters.PathParametersMapBuilder](#pathparametersmapbuilder)
builder for Map payloads | +| static class | [StoreorderorderidGetPathParameters.PathParametersMap](#pathparametersmap)
output class for Map payloads | +| sealed interface | [StoreorderorderidGetPathParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [StoreorderorderidGetPathParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [StoreorderorderidGetPathParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [StoreorderorderidGetPathParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [StoreorderorderidGetPathParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [StoreorderorderidGetPathParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [StoreorderorderidGetPathParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [StoreorderorderidGetPathParameters.AdditionalProperties](#additionalproperties)
schema class | ## StoreorderorderidGetPathParameters1Boxed public sealed interface StoreorderorderidGetPathParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| StoreorderorderidGetPathParameters1BoxedMap([StoreorderorderidGetPathParametersMap](#storeorderorderidgetpathparametersmap) data)
Creates an instance, private visibility | +| StoreorderorderidGetPathParameters1BoxedMap([PathParametersMap](#pathparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [StoreorderorderidGetPathParametersMap](#storeorderorderidgetpathparametersmap) | data()
validated payload | +| [PathParametersMap](#pathparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## StoreorderorderidGetPathParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -StoreorderorderidGetPathParameters.StoreorderorderidGetPathParametersMap validatedPayload = +StoreorderorderidGetPathParameters.PathParametersMap validatedPayload = StoreorderorderidGetPathParameters.StoreorderorderidGetPathParameters1.validate( - new StoreorderorderidGetPathParameters.StoreorderorderidGetPathParametersMapBuilder() + new StoreorderorderidGetPathParameters.PathParametersMapBuilder() .order_id(1L) .build(), @@ -88,18 +88,18 @@ StoreorderorderidGetPathParameters.StoreorderorderidGetPathParametersMap validat | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("order_id", [Schema0.Schema01.class](../../../paths/storeorderorderid/get/parameters/parameter0/Schema0.md#schema01))
)
| | Set | required = Set.of(
    "order_id"
)
| -| Class | additionalProperties = [StoreorderorderidGetadditionalProperties.class](#storeorderorderidgetadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [StoreorderorderidGetPathParametersMap](#storeorderorderidgetpathparametersmap) | validate([Map<?, ?>](#storeorderorderidgetpathparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [StoreorderorderidGetPathParameters1BoxedMap](#storeorderorderidgetpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#storeorderorderidgetpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PathParametersMap](#pathparametersmap) | validate([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [StoreorderorderidGetPathParameters1BoxedMap](#storeorderorderidgetpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | [StoreorderorderidGetPathParameters1Boxed](#storeorderorderidgetpathparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## StoreorderorderidGetPathParametersMap0Builder -public class StoreorderorderidGetPathParametersMap0Builder
+## PathParametersMap0Builder +public class PathParametersMap0Builder
builder for `Map` A class that builds the Map input type @@ -107,15 +107,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| StoreorderorderidGetPathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## StoreorderorderidGetPathParametersMapBuilder -public class StoreorderorderidGetPathParametersMapBuilder
+## PathParametersMapBuilder +public class PathParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -123,18 +123,18 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| StoreorderorderidGetPathParametersMapBuilder()
Creates a builder that contains an empty map | +| PathParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [StoreorderorderidGetPathParametersMap0Builder](#storeorderorderidgetpathparametersmap0builder) | order_id(int value) | -| [StoreorderorderidGetPathParametersMap0Builder](#storeorderorderidgetpathparametersmap0builder) | order_id(float value) | -| [StoreorderorderidGetPathParametersMap0Builder](#storeorderorderidgetpathparametersmap0builder) | order_id(long value) | -| [StoreorderorderidGetPathParametersMap0Builder](#storeorderorderidgetpathparametersmap0builder) | order_id(double value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | order_id(int value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | order_id(float value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | order_id(long value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | order_id(double value) | -## StoreorderorderidGetPathParametersMap -public static class StoreorderorderidGetPathParametersMap
+## PathParametersMap +public static class PathParametersMap
extends FrozenMap A class to store validated Map payloads @@ -142,31 +142,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [StoreorderorderidGetPathParametersMap](#storeorderorderidgetpathparametersmap) | of([Map](#storeorderorderidgetpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [PathParametersMap](#pathparametersmap) | of([Map](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | Number | order_id()
| -## StoreorderorderidGetadditionalPropertiesBoxed -public sealed interface StoreorderorderidGetadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[StoreorderorderidGetadditionalPropertiesBoxedVoid](#storeorderorderidgetadditionalpropertiesboxedvoid), -[StoreorderorderidGetadditionalPropertiesBoxedBoolean](#storeorderorderidgetadditionalpropertiesboxedboolean), -[StoreorderorderidGetadditionalPropertiesBoxedNumber](#storeorderorderidgetadditionalpropertiesboxednumber), -[StoreorderorderidGetadditionalPropertiesBoxedString](#storeorderorderidgetadditionalpropertiesboxedstring), -[StoreorderorderidGetadditionalPropertiesBoxedList](#storeorderorderidgetadditionalpropertiesboxedlist), -[StoreorderorderidGetadditionalPropertiesBoxedMap](#storeorderorderidgetadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## StoreorderorderidGetadditionalPropertiesBoxedVoid -public record StoreorderorderidGetadditionalPropertiesBoxedVoid
-implements [StoreorderorderidGetadditionalPropertiesBoxed](#storeorderorderidgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| StoreorderorderidGetadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -174,16 +174,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## StoreorderorderidGetadditionalPropertiesBoxedBoolean -public record StoreorderorderidGetadditionalPropertiesBoxedBoolean
-implements [StoreorderorderidGetadditionalPropertiesBoxed](#storeorderorderidgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| StoreorderorderidGetadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -191,16 +191,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## StoreorderorderidGetadditionalPropertiesBoxedNumber -public record StoreorderorderidGetadditionalPropertiesBoxedNumber
-implements [StoreorderorderidGetadditionalPropertiesBoxed](#storeorderorderidgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| StoreorderorderidGetadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -208,16 +208,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## StoreorderorderidGetadditionalPropertiesBoxedString -public record StoreorderorderidGetadditionalPropertiesBoxedString
-implements [StoreorderorderidGetadditionalPropertiesBoxed](#storeorderorderidgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| StoreorderorderidGetadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -225,16 +225,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## StoreorderorderidGetadditionalPropertiesBoxedList -public record StoreorderorderidGetadditionalPropertiesBoxedList
-implements [StoreorderorderidGetadditionalPropertiesBoxed](#storeorderorderidgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| StoreorderorderidGetadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -242,16 +242,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## StoreorderorderidGetadditionalPropertiesBoxedMap -public record StoreorderorderidGetadditionalPropertiesBoxedMap
-implements [StoreorderorderidGetadditionalPropertiesBoxed](#storeorderorderidgetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| StoreorderorderidGetadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -259,8 +259,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## StoreorderorderidGetadditionalProperties -public static class StoreorderorderidGetadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/user/UserPost.md b/samples/client/petstore/java/docs/paths/user/UserPost.md index 326411e49b4..956ce5f8ba3 100644 --- a/samples/client/petstore/java/docs/paths/user/UserPost.md +++ b/samples/client/petstore/java/docs/paths/user/UserPost.md @@ -37,9 +37,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.user.post.UserPostRequestBody; import org.openapijsonschematools.client.components.schemas.User; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.user.post.responses.UserPostCodedefaultResponse; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.user.UserPost; @@ -48,13 +48,14 @@ import org.openapijsonschematools.client.paths.user.post.UserPostResponses; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -62,10 +63,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); UserPost.Post apiClient = new UserPost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/usercreatewitharray/UsercreatewitharrayPost.md b/samples/client/petstore/java/docs/paths/usercreatewitharray/UsercreatewitharrayPost.md index 2291468f4d3..d9c648dfa57 100644 --- a/samples/client/petstore/java/docs/paths/usercreatewitharray/UsercreatewitharrayPost.md +++ b/samples/client/petstore/java/docs/paths/usercreatewitharray/UsercreatewitharrayPost.md @@ -37,9 +37,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.usercreatewitharray.post.UsercreatewitharrayPostRequestBody; import org.openapijsonschematools.client.components.requestbodies.userarray.content.applicationjson.ApplicationjsonSchema; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.usercreatewitharray.post.responses.UsercreatewitharrayPostCodedefaultResponse; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.usercreatewitharray.UsercreatewitharrayPost; @@ -48,13 +48,14 @@ import org.openapijsonschematools.client.paths.usercreatewitharray.post.Usercrea import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -62,10 +63,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); UsercreatewitharrayPost.Post apiClient = new UsercreatewitharrayPost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/usercreatewithlist/UsercreatewithlistPost.md b/samples/client/petstore/java/docs/paths/usercreatewithlist/UsercreatewithlistPost.md index 8eab60550b7..856224740e5 100644 --- a/samples/client/petstore/java/docs/paths/usercreatewithlist/UsercreatewithlistPost.md +++ b/samples/client/petstore/java/docs/paths/usercreatewithlist/UsercreatewithlistPost.md @@ -37,9 +37,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.usercreatewithlist.post.UsercreatewithlistPostRequestBody; import org.openapijsonschematools.client.components.requestbodies.userarray.content.applicationjson.ApplicationjsonSchema; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.usercreatewithlist.post.responses.UsercreatewithlistPostCodedefaultResponse; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.usercreatewithlist.UsercreatewithlistPost; @@ -48,13 +48,14 @@ import org.openapijsonschematools.client.paths.usercreatewithlist.post.Usercreat import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -62,10 +63,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); UsercreatewithlistPost.Post apiClient = new UsercreatewithlistPost.Post(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/userlogin/UserloginGet.md b/samples/client/petstore/java/docs/paths/userlogin/UserloginGet.md index 8c68172aa07..97e30c4cba6 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/UserloginGet.md +++ b/samples/client/petstore/java/docs/paths/userlogin/UserloginGet.md @@ -36,9 +36,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.userlogin.get.UserloginGetQueryParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.userlogin.get.responses.UserloginGetCode200Response; import org.openapijsonschematools.client.paths.userlogin.get.responses.code200response.UserloginGetCode200ResponseHeadersSchema; import org.openapijsonschematools.client.paths.userlogin.get.responses.UserloginGetCode400Response; @@ -49,13 +49,14 @@ import org.openapijsonschematools.client.paths.userlogin.get.UserloginGetRespons import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -63,19 +64,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); UserloginGet.Get apiClient = new UserloginGet.Get(apiConfiguration, schemaConfiguration); // Map validation -UserloginGetQueryParameters.UserloginGetQueryParametersMap queryParameters = +UserloginGetQueryParameters.QueryParametersMap queryParameters = UserloginGetQueryParameters.UserloginGetQueryParameters1.validate( - new UserloginGetQueryParameters.UserloginGetQueryParametersMapBuilder() + new UserloginGetQueryParameters.QueryParametersMapBuilder() .password("a") .username("a") @@ -144,7 +147,7 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [UserloginGetQueryParameters.UserloginGetQueryParametersMap](../../paths/userlogin/get/UserloginGetQueryParameters.md#userlogingetqueryparametersmap) | queryParameters | +| [UserloginGetQueryParameters.QueryParametersMap](../../paths/userlogin/get/UserloginGetQueryParameters.md#queryparametersmap) | queryParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -156,7 +159,7 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [UserloginGetQueryParameters.@Nullable UserloginGetQueryParametersMap](../../paths/userlogin/get/UserloginGetQueryParameters.md#userlogingetqueryparametersmap) | queryParameters | +| [UserloginGetQueryParameters.@Nullable QueryParametersMap](../../paths/userlogin/get/UserloginGetQueryParameters.md#queryparametersmap) | queryParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | @Nullable Duration | timeout | @@ -190,6 +193,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Get0RequestBuilder](#get0requestbuilder) | queryParameters([UserloginGetQueryParametersUserloginGetQueryParametersMap](../../paths/userlogin/get/UserloginGetQueryParameters.md#userlogingetqueryparametersmap) queryParameters)
sets the property | +| [Get0RequestBuilder](#get0requestbuilder) | queryParameters([UserloginGetQueryParametersQueryParametersMap](../../paths/userlogin/get/UserloginGetQueryParameters.md#queryparametersmap) queryParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/UserloginGetQueryParameters.md b/samples/client/petstore/java/docs/paths/userlogin/get/UserloginGetQueryParameters.md index 5d116801e21..4dbd0a7bd89 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/UserloginGetQueryParameters.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/UserloginGetQueryParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [UserloginGetQueryParameters.UserloginGetQueryParameters1Boxed](#userlogingetqueryparameters1boxed)
sealed interface for validated payloads | | record | [UserloginGetQueryParameters.UserloginGetQueryParameters1BoxedMap](#userlogingetqueryparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [UserloginGetQueryParameters.UserloginGetQueryParameters1](#userlogingetqueryparameters1)
schema class | -| static class | [UserloginGetQueryParameters.UserloginGetQueryParametersMapBuilder](#userlogingetqueryparametersmapbuilder)
builder for Map payloads | -| static class | [UserloginGetQueryParameters.UserloginGetQueryParametersMap](#userlogingetqueryparametersmap)
output class for Map payloads | -| sealed interface | [UserloginGetQueryParameters.UserloginGetadditionalPropertiesBoxed](#userlogingetadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [UserloginGetQueryParameters.UserloginGetadditionalPropertiesBoxedVoid](#userlogingetadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [UserloginGetQueryParameters.UserloginGetadditionalPropertiesBoxedBoolean](#userlogingetadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [UserloginGetQueryParameters.UserloginGetadditionalPropertiesBoxedNumber](#userlogingetadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [UserloginGetQueryParameters.UserloginGetadditionalPropertiesBoxedString](#userlogingetadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [UserloginGetQueryParameters.UserloginGetadditionalPropertiesBoxedList](#userlogingetadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [UserloginGetQueryParameters.UserloginGetadditionalPropertiesBoxedMap](#userlogingetadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [UserloginGetQueryParameters.UserloginGetadditionalProperties](#userlogingetadditionalproperties)
schema class | +| static class | [UserloginGetQueryParameters.QueryParametersMapBuilder](#queryparametersmapbuilder)
builder for Map payloads | +| static class | [UserloginGetQueryParameters.QueryParametersMap](#queryparametersmap)
output class for Map payloads | +| sealed interface | [UserloginGetQueryParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [UserloginGetQueryParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [UserloginGetQueryParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [UserloginGetQueryParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [UserloginGetQueryParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [UserloginGetQueryParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [UserloginGetQueryParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [UserloginGetQueryParameters.AdditionalProperties](#additionalproperties)
schema class | ## UserloginGetQueryParameters1Boxed public sealed interface UserloginGetQueryParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserloginGetQueryParameters1BoxedMap([UserloginGetQueryParametersMap](#userlogingetqueryparametersmap) data)
Creates an instance, private visibility | +| UserloginGetQueryParameters1BoxedMap([QueryParametersMap](#queryparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [UserloginGetQueryParametersMap](#userlogingetqueryparametersmap) | data()
validated payload | +| [QueryParametersMap](#queryparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## UserloginGetQueryParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -UserloginGetQueryParameters.UserloginGetQueryParametersMap validatedPayload = +UserloginGetQueryParameters.QueryParametersMap validatedPayload = UserloginGetQueryParameters.UserloginGetQueryParameters1.validate( - new UserloginGetQueryParameters.UserloginGetQueryParametersMapBuilder() + new UserloginGetQueryParameters.QueryParametersMapBuilder() .password("a") .username("a") @@ -90,18 +90,18 @@ UserloginGetQueryParameters.UserloginGetQueryParametersMap validatedPayload = | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("password", [Schema1.Schema11.class](../../../paths/userlogin/get/parameters/parameter1/Schema1.md#schema11)),
    new PropertyEntry("username", [Schema0.Schema01.class](../../../paths/userlogin/get/parameters/parameter0/Schema0.md#schema01))
)
| | Set | required = Set.of(
    "password",
    "username"
)
| -| Class | additionalProperties = [UserloginGetadditionalProperties.class](#userlogingetadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [UserloginGetQueryParametersMap](#userlogingetqueryparametersmap) | validate([Map<?, ?>](#userlogingetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [UserloginGetQueryParameters1BoxedMap](#userlogingetqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#userlogingetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [QueryParametersMap](#queryparametersmap) | validate([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [UserloginGetQueryParameters1BoxedMap](#userlogingetqueryparameters1boxedmap) | validateAndBox([Map<?, ?>](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | [UserloginGetQueryParameters1Boxed](#userlogingetqueryparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## UserloginGetQueryParametersMap00Builder -public class UserloginGetQueryParametersMap00Builder
+## QueryParametersMap00Builder +public class QueryParametersMap00Builder
builder for `Map` A class that builds the Map input type @@ -109,15 +109,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserloginGetQueryParametersMap00Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap00Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## UserloginGetQueryParametersMap01Builder -public class UserloginGetQueryParametersMap01Builder
+## QueryParametersMap01Builder +public class QueryParametersMap01Builder
builder for `Map` A class that builds the Map input type @@ -125,15 +125,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserloginGetQueryParametersMap01Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap01Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [UserloginGetQueryParametersMap00Builder](#userlogingetqueryparametersmap00builder) | username(String value) | +| [QueryParametersMap00Builder](#queryparametersmap00builder) | username(String value) | -## UserloginGetQueryParametersMap10Builder -public class UserloginGetQueryParametersMap10Builder
+## QueryParametersMap10Builder +public class QueryParametersMap10Builder
builder for `Map` A class that builds the Map input type @@ -141,15 +141,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserloginGetQueryParametersMap10Builder(Map instance)
Creates a builder that contains the passed instance | +| QueryParametersMap10Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [UserloginGetQueryParametersMap00Builder](#userlogingetqueryparametersmap00builder) | password(String value) | +| [QueryParametersMap00Builder](#queryparametersmap00builder) | password(String value) | -## UserloginGetQueryParametersMapBuilder -public class UserloginGetQueryParametersMapBuilder
+## QueryParametersMapBuilder +public class QueryParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -157,16 +157,16 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserloginGetQueryParametersMapBuilder()
Creates a builder that contains an empty map | +| QueryParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [UserloginGetQueryParametersMap01Builder](#userlogingetqueryparametersmap01builder) | password(String value) | -| [UserloginGetQueryParametersMap10Builder](#userlogingetqueryparametersmap10builder) | username(String value) | +| [QueryParametersMap01Builder](#queryparametersmap01builder) | password(String value) | +| [QueryParametersMap10Builder](#queryparametersmap10builder) | username(String value) | -## UserloginGetQueryParametersMap -public static class UserloginGetQueryParametersMap
+## QueryParametersMap +public static class QueryParametersMap
extends FrozenMap A class to store validated Map payloads @@ -174,32 +174,32 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [UserloginGetQueryParametersMap](#userlogingetqueryparametersmap) | of([Map](#userlogingetqueryparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [QueryParametersMap](#queryparametersmap) | of([Map](#queryparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | password()
| | String | username()
| -## UserloginGetadditionalPropertiesBoxed -public sealed interface UserloginGetadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[UserloginGetadditionalPropertiesBoxedVoid](#userlogingetadditionalpropertiesboxedvoid), -[UserloginGetadditionalPropertiesBoxedBoolean](#userlogingetadditionalpropertiesboxedboolean), -[UserloginGetadditionalPropertiesBoxedNumber](#userlogingetadditionalpropertiesboxednumber), -[UserloginGetadditionalPropertiesBoxedString](#userlogingetadditionalpropertiesboxedstring), -[UserloginGetadditionalPropertiesBoxedList](#userlogingetadditionalpropertiesboxedlist), -[UserloginGetadditionalPropertiesBoxedMap](#userlogingetadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## UserloginGetadditionalPropertiesBoxedVoid -public record UserloginGetadditionalPropertiesBoxedVoid
-implements [UserloginGetadditionalPropertiesBoxed](#userlogingetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserloginGetadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -207,16 +207,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserloginGetadditionalPropertiesBoxedBoolean -public record UserloginGetadditionalPropertiesBoxedBoolean
-implements [UserloginGetadditionalPropertiesBoxed](#userlogingetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserloginGetadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -224,16 +224,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserloginGetadditionalPropertiesBoxedNumber -public record UserloginGetadditionalPropertiesBoxedNumber
-implements [UserloginGetadditionalPropertiesBoxed](#userlogingetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserloginGetadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -241,16 +241,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserloginGetadditionalPropertiesBoxedString -public record UserloginGetadditionalPropertiesBoxedString
-implements [UserloginGetadditionalPropertiesBoxed](#userlogingetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserloginGetadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -258,16 +258,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserloginGetadditionalPropertiesBoxedList -public record UserloginGetadditionalPropertiesBoxedList
-implements [UserloginGetadditionalPropertiesBoxed](#userlogingetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserloginGetadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -275,16 +275,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserloginGetadditionalPropertiesBoxedMap -public record UserloginGetadditionalPropertiesBoxedMap
-implements [UserloginGetadditionalPropertiesBoxed](#userlogingetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserloginGetadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -292,8 +292,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserloginGetadditionalProperties -public static class UserloginGetadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogout/UserlogoutGet.md b/samples/client/petstore/java/docs/paths/userlogout/UserlogoutGet.md index 8e851da3eda..6329d5a2ccd 100644 --- a/samples/client/petstore/java/docs/paths/userlogout/UserlogoutGet.md +++ b/samples/client/petstore/java/docs/paths/userlogout/UserlogoutGet.md @@ -33,9 +33,9 @@ import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.userlogout.get.responses.UserlogoutGetCodedefaultResponse; import org.openapijsonschematools.client.servers.RootServerInfo; import org.openapijsonschematools.client.paths.userlogout.UserlogoutGet; @@ -44,13 +44,14 @@ import org.openapijsonschematools.client.paths.userlogout.get.UserlogoutGetRespo import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -58,10 +59,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); UserlogoutGet.Get apiClient = new UserlogoutGet.Get(apiConfiguration, schemaConfiguration); diff --git a/samples/client/petstore/java/docs/paths/userusername/UserusernameDelete.md b/samples/client/petstore/java/docs/paths/userusername/UserusernameDelete.md index ffa3d7280a4..6215a06f511 100644 --- a/samples/client/petstore/java/docs/paths/userusername/UserusernameDelete.md +++ b/samples/client/petstore/java/docs/paths/userusername/UserusernameDelete.md @@ -36,9 +36,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.userusername.delete.UserusernameDeletePathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.userusername.delete.responses.UserusernameDeleteCode200Response; import org.openapijsonschematools.client.paths.userusername.delete.responses.UserusernameDeleteCode404Response; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -48,13 +48,14 @@ import org.openapijsonschematools.client.paths.userusername.delete.UserusernameD import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -62,19 +63,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); UserusernameDelete.Delete apiClient = new UserusernameDelete.Delete(apiConfiguration, schemaConfiguration); // Map validation -UserusernameDeletePathParameters.UserusernameDeletePathParametersMap pathParameters = +UserusernameDeletePathParameters.PathParametersMap pathParameters = UserusernameDeletePathParameters.UserusernameDeletePathParameters1.validate( - new UserusernameDeletePathParameters.UserusernameDeletePathParametersMapBuilder() + new UserusernameDeletePathParameters.PathParametersMapBuilder() .username("a") .build(), @@ -135,7 +138,7 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [UserusernameDeletePathParameters.UserusernameDeletePathParametersMap](../../paths/userusername/delete/UserusernameDeletePathParameters.md#userusernamedeletepathparametersmap) | pathParameters | +| [UserusernameDeletePathParameters.PathParametersMap](../../paths/userusername/delete/UserusernameDeletePathParameters.md#pathparametersmap) | pathParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -147,7 +150,7 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [UserusernameDeletePathParameters.@Nullable UserusernameDeletePathParametersMap](../../paths/userusername/delete/UserusernameDeletePathParameters.md#userusernamedeletepathparametersmap) | pathParameters | +| [UserusernameDeletePathParameters.@Nullable PathParametersMap](../../paths/userusername/delete/UserusernameDeletePathParameters.md#pathparametersmap) | pathParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | @Nullable Duration | timeout | @@ -181,6 +184,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Delete0RequestBuilder](#delete0requestbuilder) | pathParameters([UserusernameDeletePathParametersUserusernameDeletePathParametersMap](../../paths/userusername/delete/UserusernameDeletePathParameters.md#userusernamedeletepathparametersmap) pathParameters)
sets the property | +| [Delete0RequestBuilder](#delete0requestbuilder) | pathParameters([UserusernameDeletePathParametersPathParametersMap](../../paths/userusername/delete/UserusernameDeletePathParameters.md#pathparametersmap) pathParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/userusername/UserusernameGet.md b/samples/client/petstore/java/docs/paths/userusername/UserusernameGet.md index ae6cad77caf..b0313b2f26f 100644 --- a/samples/client/petstore/java/docs/paths/userusername/UserusernameGet.md +++ b/samples/client/petstore/java/docs/paths/userusername/UserusernameGet.md @@ -36,9 +36,9 @@ import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.userusername.get.UserusernameGetPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.userusername.get.responses.UserusernameGetCode200Response; import org.openapijsonschematools.client.paths.userusername.get.responses.UserusernameGetCode400Response; import org.openapijsonschematools.client.paths.userusername.get.responses.UserusernameGetCode404Response; @@ -49,13 +49,14 @@ import org.openapijsonschematools.client.paths.userusername.get.UserusernameGetR import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -63,19 +64,21 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); UserusernameGet.Get apiClient = new UserusernameGet.Get(apiConfiguration, schemaConfiguration); // Map validation -UserusernameGetPathParameters.UserusernameGetPathParametersMap pathParameters = +UserusernameGetPathParameters.PathParametersMap pathParameters = UserusernameGetPathParameters.UserusernameGetPathParameters1.validate( - new UserusernameGetPathParameters.UserusernameGetPathParametersMapBuilder() + new UserusernameGetPathParameters.PathParametersMapBuilder() .username("a") .build(), @@ -142,7 +145,7 @@ a class that stores the final request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [UserusernameGetPathParameters.UserusernameGetPathParametersMap](../../paths/userusername/get/UserusernameGetPathParameters.md#userusernamegetpathparametersmap) | pathParameters | +| [UserusernameGetPathParameters.PathParametersMap](../../paths/userusername/get/UserusernameGetPathParameters.md#pathparametersmap) | pathParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -154,7 +157,7 @@ a class that stores the initial request inputs ### Field Summary | Modifier and Type | Field and Description | | ----------------- | --------------------- | -| [UserusernameGetPathParameters.@Nullable UserusernameGetPathParametersMap](../../paths/userusername/get/UserusernameGetPathParameters.md#userusernamegetpathparametersmap) | pathParameters | +| [UserusernameGetPathParameters.@Nullable PathParametersMap](../../paths/userusername/get/UserusernameGetPathParameters.md#pathparametersmap) | pathParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | @Nullable Duration | timeout | @@ -188,6 +191,6 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Get0RequestBuilder](#get0requestbuilder) | pathParameters([UserusernameGetPathParametersUserusernameGetPathParametersMap](../../paths/userusername/get/UserusernameGetPathParameters.md#userusernamegetpathparametersmap) pathParameters)
sets the property | +| [Get0RequestBuilder](#get0requestbuilder) | pathParameters([UserusernameGetPathParametersPathParametersMap](../../paths/userusername/get/UserusernameGetPathParameters.md#pathparametersmap) pathParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/userusername/UserusernamePut.md b/samples/client/petstore/java/docs/paths/userusername/UserusernamePut.md index 9e6a085dbb0..3b149ff1d24 100644 --- a/samples/client/petstore/java/docs/paths/userusername/UserusernamePut.md +++ b/samples/client/petstore/java/docs/paths/userusername/UserusernamePut.md @@ -40,9 +40,9 @@ import org.openapijsonschematools.client.RootServerInfo; import org.openapijsonschematools.client.paths.userusername.put.UserusernamePutRequestBody; import org.openapijsonschematools.client.components.schemas.User; import org.openapijsonschematools.client.paths.userusername.put.UserusernamePutPathParameters; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.paths.userusername.put.responses.UserusernamePutCode400Response; import org.openapijsonschematools.client.paths.userusername.put.responses.UserusernamePutCode404Response; import org.openapijsonschematools.client.servers.RootServerInfo; @@ -52,13 +52,14 @@ import org.openapijsonschematools.client.paths.userusername.put.UserusernamePutR import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below ApiConfiguration.ServerInfo serverInfo = new ApiConfiguration.ServerInfoBuilder() .rootServerInfo( new RootServerInfo.RootServerInfoBuilder() - .server0(new Server0()) + .rootServer0(new RootServer0()) .build() ) .build(); @@ -66,10 +67,12 @@ ApiConfiguration.ServerIndexInfo serverIndexInfo = new ApiConfiguration.ServerIn .rootServerInfoServerIndex(RootServerInfo.ServerIndex.SERVER_0) .build(); Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("OpenAPI-JSON-Schema-Generator/1.0.0/java")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); UserusernamePut.Put apiClient = new UserusernamePut.Put(apiConfiguration, schemaConfiguration); @@ -102,9 +105,9 @@ User1BoxedMap requestBodyPayload = UserusernamePut.SealedRequestBody requestBody = new UserusernamePut.ApplicationjsonRequestBody(requestBodyPayload); // Map validation -UserusernamePutPathParameters.UserusernamePutPathParametersMap pathParameters = +UserusernamePutPathParameters.PathParametersMap pathParameters = UserusernamePutPathParameters.UserusernamePutPathParameters1.validate( - new UserusernamePutPathParameters.UserusernamePutPathParametersMapBuilder() + new UserusernamePutPathParameters.PathParametersMapBuilder() .username("a") .build(), @@ -166,7 +169,7 @@ a class that stores the final request inputs | Modifier and Type | Field and Description | | ----------------- | --------------------- | | [UserusernamePutRequestBody.SealedRequestBody](../../paths/userusername/put/UserusernamePutRequestBody.md#sealedrequestbody) | requestBody | -| [UserusernamePutPathParameters.UserusernamePutPathParametersMap](../../paths/userusername/put/UserusernamePutPathParameters.md#userusernameputpathparametersmap) | pathParameters | +| [UserusernamePutPathParameters.PathParametersMap](../../paths/userusername/put/UserusernamePutPathParameters.md#pathparametersmap) | pathParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex
optional. Note: this will override the value in apiConfiguration | | @Nullable Duration | timeout
optional. Note: this will override the value in apiConfiguration | @@ -179,7 +182,7 @@ a class that stores the initial request inputs | Modifier and Type | Field and Description | | ----------------- | --------------------- | | [UserusernamePutRequestBody.@Nullable SealedRequestBody](../../paths/userusername/put/UserusernamePutRequestBody.md#sealedrequestbody) | requestBody | -| [UserusernamePutPathParameters.@Nullable UserusernamePutPathParametersMap](../../paths/userusername/put/UserusernamePutPathParameters.md#userusernameputpathparametersmap) | pathParameters | +| [UserusernamePutPathParameters.@Nullable PathParametersMap](../../paths/userusername/put/UserusernamePutPathParameters.md#pathparametersmap) | pathParameters | | [RootServerInfo.@Nullable ServerIndex](../../RootServerInfo.md#serverindex) | serverIndex | | @Nullable Duration | timeout | @@ -213,7 +216,7 @@ a builder for request inputs ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [Put00RequestBuilder](#put00requestbuilder) | pathParameters([UserusernamePutPathParametersUserusernamePutPathParametersMap](../../paths/userusername/put/UserusernamePutPathParameters.md#userusernameputpathparametersmap) pathParameters)
sets the property | +| [Put00RequestBuilder](#put00requestbuilder) | pathParameters([UserusernamePutPathParametersPathParametersMap](../../paths/userusername/put/UserusernamePutPathParameters.md#pathparametersmap) pathParameters)
sets the property | ## Put10RequestBuilder public static class Put10RequestBuilder
@@ -244,6 +247,6 @@ a builder for request inputs | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | [Put01RequestBuilder](#put01requestbuilder) | requestBody([UserusernamePutRequestBody.SealedRequestBody](../../paths/userusername/put/UserusernamePutRequestBody.md#sealedrequestbody) requestBody)
sets the property | -| [Put10RequestBuilder](#put10requestbuilder) | pathParameters([UserusernamePutPathParametersUserusernamePutPathParametersMap](../../paths/userusername/put/UserusernamePutPathParameters.md#userusernameputpathparametersmap) pathParameters)
sets the property | +| [Put10RequestBuilder](#put10requestbuilder) | pathParameters([UserusernamePutPathParametersPathParametersMap](../../paths/userusername/put/UserusernamePutPathParameters.md#pathparametersmap) pathParameters)
sets the property | [[Back to top]](#top) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/userusername/delete/UserusernameDeletePathParameters.md b/samples/client/petstore/java/docs/paths/userusername/delete/UserusernameDeletePathParameters.md index 07fdc670fb1..bc778942750 100644 --- a/samples/client/petstore/java/docs/paths/userusername/delete/UserusernameDeletePathParameters.md +++ b/samples/client/petstore/java/docs/paths/userusername/delete/UserusernameDeletePathParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [UserusernameDeletePathParameters.UserusernameDeletePathParameters1Boxed](#userusernamedeletepathparameters1boxed)
sealed interface for validated payloads | | record | [UserusernameDeletePathParameters.UserusernameDeletePathParameters1BoxedMap](#userusernamedeletepathparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [UserusernameDeletePathParameters.UserusernameDeletePathParameters1](#userusernamedeletepathparameters1)
schema class | -| static class | [UserusernameDeletePathParameters.UserusernameDeletePathParametersMapBuilder](#userusernamedeletepathparametersmapbuilder)
builder for Map payloads | -| static class | [UserusernameDeletePathParameters.UserusernameDeletePathParametersMap](#userusernamedeletepathparametersmap)
output class for Map payloads | -| sealed interface | [UserusernameDeletePathParameters.UserusernameDeleteadditionalPropertiesBoxed](#userusernamedeleteadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [UserusernameDeletePathParameters.UserusernameDeleteadditionalPropertiesBoxedVoid](#userusernamedeleteadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [UserusernameDeletePathParameters.UserusernameDeleteadditionalPropertiesBoxedBoolean](#userusernamedeleteadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [UserusernameDeletePathParameters.UserusernameDeleteadditionalPropertiesBoxedNumber](#userusernamedeleteadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [UserusernameDeletePathParameters.UserusernameDeleteadditionalPropertiesBoxedString](#userusernamedeleteadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [UserusernameDeletePathParameters.UserusernameDeleteadditionalPropertiesBoxedList](#userusernamedeleteadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [UserusernameDeletePathParameters.UserusernameDeleteadditionalPropertiesBoxedMap](#userusernamedeleteadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [UserusernameDeletePathParameters.UserusernameDeleteadditionalProperties](#userusernamedeleteadditionalproperties)
schema class | +| static class | [UserusernameDeletePathParameters.PathParametersMapBuilder](#pathparametersmapbuilder)
builder for Map payloads | +| static class | [UserusernameDeletePathParameters.PathParametersMap](#pathparametersmap)
output class for Map payloads | +| sealed interface | [UserusernameDeletePathParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [UserusernameDeletePathParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [UserusernameDeletePathParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [UserusernameDeletePathParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [UserusernameDeletePathParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [UserusernameDeletePathParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [UserusernameDeletePathParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [UserusernameDeletePathParameters.AdditionalProperties](#additionalproperties)
schema class | ## UserusernameDeletePathParameters1Boxed public sealed interface UserusernameDeletePathParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernameDeletePathParameters1BoxedMap([UserusernameDeletePathParametersMap](#userusernamedeletepathparametersmap) data)
Creates an instance, private visibility | +| UserusernameDeletePathParameters1BoxedMap([PathParametersMap](#pathparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [UserusernameDeletePathParametersMap](#userusernamedeletepathparametersmap) | data()
validated payload | +| [PathParametersMap](#pathparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## UserusernameDeletePathParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -UserusernameDeletePathParameters.UserusernameDeletePathParametersMap validatedPayload = +UserusernameDeletePathParameters.PathParametersMap validatedPayload = UserusernameDeletePathParameters.UserusernameDeletePathParameters1.validate( - new UserusernameDeletePathParameters.UserusernameDeletePathParametersMapBuilder() + new UserusernameDeletePathParameters.PathParametersMapBuilder() .username("a") .build(), @@ -88,18 +88,18 @@ UserusernameDeletePathParameters.UserusernameDeletePathParametersMap validatedPa | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("username", [Schema.Schema1.class](../../../components/parameters/pathusername/Schema.md#schema1))
)
| | Set | required = Set.of(
    "username"
)
| -| Class | additionalProperties = [UserusernameDeleteadditionalProperties.class](#userusernamedeleteadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [UserusernameDeletePathParametersMap](#userusernamedeletepathparametersmap) | validate([Map<?, ?>](#userusernamedeletepathparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [UserusernameDeletePathParameters1BoxedMap](#userusernamedeletepathparameters1boxedmap) | validateAndBox([Map<?, ?>](#userusernamedeletepathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PathParametersMap](#pathparametersmap) | validate([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [UserusernameDeletePathParameters1BoxedMap](#userusernamedeletepathparameters1boxedmap) | validateAndBox([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | [UserusernameDeletePathParameters1Boxed](#userusernamedeletepathparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## UserusernameDeletePathParametersMap0Builder -public class UserusernameDeletePathParametersMap0Builder
+## PathParametersMap0Builder +public class PathParametersMap0Builder
builder for `Map` A class that builds the Map input type @@ -107,15 +107,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernameDeletePathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## UserusernameDeletePathParametersMapBuilder -public class UserusernameDeletePathParametersMapBuilder
+## PathParametersMapBuilder +public class PathParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -123,15 +123,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernameDeletePathParametersMapBuilder()
Creates a builder that contains an empty map | +| PathParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [UserusernameDeletePathParametersMap0Builder](#userusernamedeletepathparametersmap0builder) | username(String value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | username(String value) | -## UserusernameDeletePathParametersMap -public static class UserusernameDeletePathParametersMap
+## PathParametersMap +public static class PathParametersMap
extends FrozenMap A class to store validated Map payloads @@ -139,31 +139,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [UserusernameDeletePathParametersMap](#userusernamedeletepathparametersmap) | of([Map](#userusernamedeletepathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [PathParametersMap](#pathparametersmap) | of([Map](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | username()
| -## UserusernameDeleteadditionalPropertiesBoxed -public sealed interface UserusernameDeleteadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[UserusernameDeleteadditionalPropertiesBoxedVoid](#userusernamedeleteadditionalpropertiesboxedvoid), -[UserusernameDeleteadditionalPropertiesBoxedBoolean](#userusernamedeleteadditionalpropertiesboxedboolean), -[UserusernameDeleteadditionalPropertiesBoxedNumber](#userusernamedeleteadditionalpropertiesboxednumber), -[UserusernameDeleteadditionalPropertiesBoxedString](#userusernamedeleteadditionalpropertiesboxedstring), -[UserusernameDeleteadditionalPropertiesBoxedList](#userusernamedeleteadditionalpropertiesboxedlist), -[UserusernameDeleteadditionalPropertiesBoxedMap](#userusernamedeleteadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## UserusernameDeleteadditionalPropertiesBoxedVoid -public record UserusernameDeleteadditionalPropertiesBoxedVoid
-implements [UserusernameDeleteadditionalPropertiesBoxed](#userusernamedeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernameDeleteadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -171,16 +171,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserusernameDeleteadditionalPropertiesBoxedBoolean -public record UserusernameDeleteadditionalPropertiesBoxedBoolean
-implements [UserusernameDeleteadditionalPropertiesBoxed](#userusernamedeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernameDeleteadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -188,16 +188,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserusernameDeleteadditionalPropertiesBoxedNumber -public record UserusernameDeleteadditionalPropertiesBoxedNumber
-implements [UserusernameDeleteadditionalPropertiesBoxed](#userusernamedeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernameDeleteadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -205,16 +205,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserusernameDeleteadditionalPropertiesBoxedString -public record UserusernameDeleteadditionalPropertiesBoxedString
-implements [UserusernameDeleteadditionalPropertiesBoxed](#userusernamedeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernameDeleteadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -222,16 +222,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserusernameDeleteadditionalPropertiesBoxedList -public record UserusernameDeleteadditionalPropertiesBoxedList
-implements [UserusernameDeleteadditionalPropertiesBoxed](#userusernamedeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernameDeleteadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -239,16 +239,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserusernameDeleteadditionalPropertiesBoxedMap -public record UserusernameDeleteadditionalPropertiesBoxedMap
-implements [UserusernameDeleteadditionalPropertiesBoxed](#userusernamedeleteadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernameDeleteadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -256,8 +256,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserusernameDeleteadditionalProperties -public static class UserusernameDeleteadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userusername/get/UserusernameGetPathParameters.md b/samples/client/petstore/java/docs/paths/userusername/get/UserusernameGetPathParameters.md index 4927b37131a..ffc84b77fe4 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/UserusernameGetPathParameters.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/UserusernameGetPathParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [UserusernameGetPathParameters.UserusernameGetPathParameters1Boxed](#userusernamegetpathparameters1boxed)
sealed interface for validated payloads | | record | [UserusernameGetPathParameters.UserusernameGetPathParameters1BoxedMap](#userusernamegetpathparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [UserusernameGetPathParameters.UserusernameGetPathParameters1](#userusernamegetpathparameters1)
schema class | -| static class | [UserusernameGetPathParameters.UserusernameGetPathParametersMapBuilder](#userusernamegetpathparametersmapbuilder)
builder for Map payloads | -| static class | [UserusernameGetPathParameters.UserusernameGetPathParametersMap](#userusernamegetpathparametersmap)
output class for Map payloads | -| sealed interface | [UserusernameGetPathParameters.UserusernameGetadditionalPropertiesBoxed](#userusernamegetadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [UserusernameGetPathParameters.UserusernameGetadditionalPropertiesBoxedVoid](#userusernamegetadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [UserusernameGetPathParameters.UserusernameGetadditionalPropertiesBoxedBoolean](#userusernamegetadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [UserusernameGetPathParameters.UserusernameGetadditionalPropertiesBoxedNumber](#userusernamegetadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [UserusernameGetPathParameters.UserusernameGetadditionalPropertiesBoxedString](#userusernamegetadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [UserusernameGetPathParameters.UserusernameGetadditionalPropertiesBoxedList](#userusernamegetadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [UserusernameGetPathParameters.UserusernameGetadditionalPropertiesBoxedMap](#userusernamegetadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [UserusernameGetPathParameters.UserusernameGetadditionalProperties](#userusernamegetadditionalproperties)
schema class | +| static class | [UserusernameGetPathParameters.PathParametersMapBuilder](#pathparametersmapbuilder)
builder for Map payloads | +| static class | [UserusernameGetPathParameters.PathParametersMap](#pathparametersmap)
output class for Map payloads | +| sealed interface | [UserusernameGetPathParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [UserusernameGetPathParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [UserusernameGetPathParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [UserusernameGetPathParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [UserusernameGetPathParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [UserusernameGetPathParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [UserusernameGetPathParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [UserusernameGetPathParameters.AdditionalProperties](#additionalproperties)
schema class | ## UserusernameGetPathParameters1Boxed public sealed interface UserusernameGetPathParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernameGetPathParameters1BoxedMap([UserusernameGetPathParametersMap](#userusernamegetpathparametersmap) data)
Creates an instance, private visibility | +| UserusernameGetPathParameters1BoxedMap([PathParametersMap](#pathparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [UserusernameGetPathParametersMap](#userusernamegetpathparametersmap) | data()
validated payload | +| [PathParametersMap](#pathparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## UserusernameGetPathParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -UserusernameGetPathParameters.UserusernameGetPathParametersMap validatedPayload = +UserusernameGetPathParameters.PathParametersMap validatedPayload = UserusernameGetPathParameters.UserusernameGetPathParameters1.validate( - new UserusernameGetPathParameters.UserusernameGetPathParametersMapBuilder() + new UserusernameGetPathParameters.PathParametersMapBuilder() .username("a") .build(), @@ -88,18 +88,18 @@ UserusernameGetPathParameters.UserusernameGetPathParametersMap validatedPayload | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("username", [Schema.Schema1.class](../../../components/parameters/pathusername/Schema.md#schema1))
)
| | Set | required = Set.of(
    "username"
)
| -| Class | additionalProperties = [UserusernameGetadditionalProperties.class](#userusernamegetadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [UserusernameGetPathParametersMap](#userusernamegetpathparametersmap) | validate([Map<?, ?>](#userusernamegetpathparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [UserusernameGetPathParameters1BoxedMap](#userusernamegetpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#userusernamegetpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PathParametersMap](#pathparametersmap) | validate([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [UserusernameGetPathParameters1BoxedMap](#userusernamegetpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | [UserusernameGetPathParameters1Boxed](#userusernamegetpathparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## UserusernameGetPathParametersMap0Builder -public class UserusernameGetPathParametersMap0Builder
+## PathParametersMap0Builder +public class PathParametersMap0Builder
builder for `Map` A class that builds the Map input type @@ -107,15 +107,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernameGetPathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## UserusernameGetPathParametersMapBuilder -public class UserusernameGetPathParametersMapBuilder
+## PathParametersMapBuilder +public class PathParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -123,15 +123,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernameGetPathParametersMapBuilder()
Creates a builder that contains an empty map | +| PathParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [UserusernameGetPathParametersMap0Builder](#userusernamegetpathparametersmap0builder) | username(String value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | username(String value) | -## UserusernameGetPathParametersMap -public static class UserusernameGetPathParametersMap
+## PathParametersMap +public static class PathParametersMap
extends FrozenMap A class to store validated Map payloads @@ -139,31 +139,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [UserusernameGetPathParametersMap](#userusernamegetpathparametersmap) | of([Map](#userusernamegetpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [PathParametersMap](#pathparametersmap) | of([Map](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | username()
| -## UserusernameGetadditionalPropertiesBoxed -public sealed interface UserusernameGetadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[UserusernameGetadditionalPropertiesBoxedVoid](#userusernamegetadditionalpropertiesboxedvoid), -[UserusernameGetadditionalPropertiesBoxedBoolean](#userusernamegetadditionalpropertiesboxedboolean), -[UserusernameGetadditionalPropertiesBoxedNumber](#userusernamegetadditionalpropertiesboxednumber), -[UserusernameGetadditionalPropertiesBoxedString](#userusernamegetadditionalpropertiesboxedstring), -[UserusernameGetadditionalPropertiesBoxedList](#userusernamegetadditionalpropertiesboxedlist), -[UserusernameGetadditionalPropertiesBoxedMap](#userusernamegetadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## UserusernameGetadditionalPropertiesBoxedVoid -public record UserusernameGetadditionalPropertiesBoxedVoid
-implements [UserusernameGetadditionalPropertiesBoxed](#userusernamegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernameGetadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -171,16 +171,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserusernameGetadditionalPropertiesBoxedBoolean -public record UserusernameGetadditionalPropertiesBoxedBoolean
-implements [UserusernameGetadditionalPropertiesBoxed](#userusernamegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernameGetadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -188,16 +188,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserusernameGetadditionalPropertiesBoxedNumber -public record UserusernameGetadditionalPropertiesBoxedNumber
-implements [UserusernameGetadditionalPropertiesBoxed](#userusernamegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernameGetadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -205,16 +205,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserusernameGetadditionalPropertiesBoxedString -public record UserusernameGetadditionalPropertiesBoxedString
-implements [UserusernameGetadditionalPropertiesBoxed](#userusernamegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernameGetadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -222,16 +222,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserusernameGetadditionalPropertiesBoxedList -public record UserusernameGetadditionalPropertiesBoxedList
-implements [UserusernameGetadditionalPropertiesBoxed](#userusernamegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernameGetadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -239,16 +239,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserusernameGetadditionalPropertiesBoxedMap -public record UserusernameGetadditionalPropertiesBoxedMap
-implements [UserusernameGetadditionalPropertiesBoxed](#userusernamegetadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernameGetadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -256,8 +256,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserusernameGetadditionalProperties -public static class UserusernameGetadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userusername/put/UserusernamePutPathParameters.md b/samples/client/petstore/java/docs/paths/userusername/put/UserusernamePutPathParameters.md index e9f0fb4260e..fbfd5bccc9b 100644 --- a/samples/client/petstore/java/docs/paths/userusername/put/UserusernamePutPathParameters.md +++ b/samples/client/petstore/java/docs/paths/userusername/put/UserusernamePutPathParameters.md @@ -14,16 +14,16 @@ A class that contains necessary nested | sealed interface | [UserusernamePutPathParameters.UserusernamePutPathParameters1Boxed](#userusernameputpathparameters1boxed)
sealed interface for validated payloads | | record | [UserusernamePutPathParameters.UserusernamePutPathParameters1BoxedMap](#userusernameputpathparameters1boxedmap)
boxed class to store validated Map payloads | | static class | [UserusernamePutPathParameters.UserusernamePutPathParameters1](#userusernameputpathparameters1)
schema class | -| static class | [UserusernamePutPathParameters.UserusernamePutPathParametersMapBuilder](#userusernameputpathparametersmapbuilder)
builder for Map payloads | -| static class | [UserusernamePutPathParameters.UserusernamePutPathParametersMap](#userusernameputpathparametersmap)
output class for Map payloads | -| sealed interface | [UserusernamePutPathParameters.UserusernamePutadditionalPropertiesBoxed](#userusernameputadditionalpropertiesboxed)
sealed interface for validated payloads | -| record | [UserusernamePutPathParameters.UserusernamePutadditionalPropertiesBoxedVoid](#userusernameputadditionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [UserusernamePutPathParameters.UserusernamePutadditionalPropertiesBoxedBoolean](#userusernameputadditionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [UserusernamePutPathParameters.UserusernamePutadditionalPropertiesBoxedNumber](#userusernameputadditionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [UserusernamePutPathParameters.UserusernamePutadditionalPropertiesBoxedString](#userusernameputadditionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [UserusernamePutPathParameters.UserusernamePutadditionalPropertiesBoxedList](#userusernameputadditionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [UserusernamePutPathParameters.UserusernamePutadditionalPropertiesBoxedMap](#userusernameputadditionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [UserusernamePutPathParameters.UserusernamePutadditionalProperties](#userusernameputadditionalproperties)
schema class | +| static class | [UserusernamePutPathParameters.PathParametersMapBuilder](#pathparametersmapbuilder)
builder for Map payloads | +| static class | [UserusernamePutPathParameters.PathParametersMap](#pathparametersmap)
output class for Map payloads | +| sealed interface | [UserusernamePutPathParameters.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [UserusernamePutPathParameters.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [UserusernamePutPathParameters.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [UserusernamePutPathParameters.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [UserusernamePutPathParameters.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [UserusernamePutPathParameters.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [UserusernamePutPathParameters.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [UserusernamePutPathParameters.AdditionalProperties](#additionalproperties)
schema class | ## UserusernamePutPathParameters1Boxed public sealed interface UserusernamePutPathParameters1Boxed
@@ -41,12 +41,12 @@ record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernamePutPathParameters1BoxedMap([UserusernamePutPathParametersMap](#userusernameputpathparametersmap) data)
Creates an instance, private visibility | +| UserusernamePutPathParameters1BoxedMap([PathParametersMap](#pathparametersmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [UserusernamePutPathParametersMap](#userusernameputpathparametersmap) | data()
validated payload | +| [PathParametersMap](#pathparametersmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | ## UserusernamePutPathParameters1 @@ -72,9 +72,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -UserusernamePutPathParameters.UserusernamePutPathParametersMap validatedPayload = +UserusernamePutPathParameters.PathParametersMap validatedPayload = UserusernamePutPathParameters.UserusernamePutPathParameters1.validate( - new UserusernamePutPathParameters.UserusernamePutPathParametersMapBuilder() + new UserusernamePutPathParameters.PathParametersMapBuilder() .username("a") .build(), @@ -88,18 +88,18 @@ UserusernamePutPathParameters.UserusernamePutPathParametersMap validatedPayload | Set> | type = Set.of(Map.class) | | Map> | properties = Map.ofEntries(
    new PropertyEntry("username", [Schema.Schema1.class](../../../components/parameters/pathusername/Schema.md#schema1))
)
| | Set | required = Set.of(
    "username"
)
| -| Class | additionalProperties = [UserusernamePutadditionalProperties.class](#userusernameputadditionalproperties) | +| Class | additionalProperties = [AdditionalProperties.class](#additionalproperties) | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [UserusernamePutPathParametersMap](#userusernameputpathparametersmap) | validate([Map<?, ?>](#userusernameputpathparametersmapbuilder) arg, SchemaConfiguration configuration) | -| [UserusernamePutPathParameters1BoxedMap](#userusernameputpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#userusernameputpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [PathParametersMap](#pathparametersmap) | validate([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| [UserusernamePutPathParameters1BoxedMap](#userusernameputpathparameters1boxedmap) | validateAndBox([Map<?, ?>](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | [UserusernamePutPathParameters1Boxed](#userusernameputpathparameters1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | -## UserusernamePutPathParametersMap0Builder -public class UserusernamePutPathParametersMap0Builder
+## PathParametersMap0Builder +public class PathParametersMap0Builder
builder for `Map` A class that builds the Map input type @@ -107,15 +107,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernamePutPathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | +| PathParametersMap0Builder(Map instance)
Creates a builder that contains the passed instance | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | Map | build()
Returns map input that should be used with Schema.validate | -## UserusernamePutPathParametersMapBuilder -public class UserusernamePutPathParametersMapBuilder
+## PathParametersMapBuilder +public class PathParametersMapBuilder
builder for `Map` A class that builds the Map input type @@ -123,15 +123,15 @@ A class that builds the Map input type ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernamePutPathParametersMapBuilder()
Creates a builder that contains an empty map | +| PathParametersMapBuilder()
Creates a builder that contains an empty map | ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| [UserusernamePutPathParametersMap0Builder](#userusernameputpathparametersmap0builder) | username(String value) | +| [PathParametersMap0Builder](#pathparametersmap0builder) | username(String value) | -## UserusernamePutPathParametersMap -public static class UserusernamePutPathParametersMap
+## PathParametersMap +public static class PathParametersMap
extends FrozenMap A class to store validated Map payloads @@ -139,31 +139,31 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [UserusernamePutPathParametersMap](#userusernameputpathparametersmap) | of([Map](#userusernameputpathparametersmapbuilder) arg, SchemaConfiguration configuration) | +| static [PathParametersMap](#pathparametersmap) | of([Map](#pathparametersmapbuilder) arg, SchemaConfiguration configuration) | | String | username()
| -## UserusernamePutadditionalPropertiesBoxed -public sealed interface UserusernamePutadditionalPropertiesBoxed
+## AdditionalPropertiesBoxed +public sealed interface AdditionalPropertiesBoxed
permits
-[UserusernamePutadditionalPropertiesBoxedVoid](#userusernameputadditionalpropertiesboxedvoid), -[UserusernamePutadditionalPropertiesBoxedBoolean](#userusernameputadditionalpropertiesboxedboolean), -[UserusernamePutadditionalPropertiesBoxedNumber](#userusernameputadditionalpropertiesboxednumber), -[UserusernamePutadditionalPropertiesBoxedString](#userusernameputadditionalpropertiesboxedstring), -[UserusernamePutadditionalPropertiesBoxedList](#userusernameputadditionalpropertiesboxedlist), -[UserusernamePutadditionalPropertiesBoxedMap](#userusernameputadditionalpropertiesboxedmap) +[AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid), +[AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean), +[AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber), +[AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring), +[AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist), +[AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap) sealed interface that stores validated payloads using boxed classes -## UserusernamePutadditionalPropertiesBoxedVoid -public record UserusernamePutadditionalPropertiesBoxedVoid
-implements [UserusernamePutadditionalPropertiesBoxed](#userusernameputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedVoid +public record AdditionalPropertiesBoxedVoid
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated null payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernamePutadditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedVoid(Void data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -171,16 +171,16 @@ record that stores validated null payloads, sealed permits implementation | Void | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserusernamePutadditionalPropertiesBoxedBoolean -public record UserusernamePutadditionalPropertiesBoxedBoolean
-implements [UserusernamePutadditionalPropertiesBoxed](#userusernameputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedBoolean +public record AdditionalPropertiesBoxedBoolean
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated boolean payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernamePutadditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedBoolean(boolean data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -188,16 +188,16 @@ record that stores validated boolean payloads, sealed permits implementation | boolean | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserusernamePutadditionalPropertiesBoxedNumber -public record UserusernamePutadditionalPropertiesBoxedNumber
-implements [UserusernamePutadditionalPropertiesBoxed](#userusernameputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedNumber +public record AdditionalPropertiesBoxedNumber
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Number payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernamePutadditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedNumber(Number data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -205,16 +205,16 @@ record that stores validated Number payloads, sealed permits implementation | Number | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserusernamePutadditionalPropertiesBoxedString -public record UserusernamePutadditionalPropertiesBoxedString
-implements [UserusernamePutadditionalPropertiesBoxed](#userusernameputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedString +public record AdditionalPropertiesBoxedString
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated String payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernamePutadditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedString(String data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -222,16 +222,16 @@ record that stores validated String payloads, sealed permits implementation | String | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserusernamePutadditionalPropertiesBoxedList -public record UserusernamePutadditionalPropertiesBoxedList
-implements [UserusernamePutadditionalPropertiesBoxed](#userusernameputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedList +public record AdditionalPropertiesBoxedList
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated List payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernamePutadditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedList(FrozenList<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -239,16 +239,16 @@ record that stores validated List payloads, sealed permits implementation | FrozenList<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserusernamePutadditionalPropertiesBoxedMap -public record UserusernamePutadditionalPropertiesBoxedMap
-implements [UserusernamePutadditionalPropertiesBoxed](#userusernameputadditionalpropertiesboxed) +## AdditionalPropertiesBoxedMap +public record AdditionalPropertiesBoxedMap
+implements [AdditionalPropertiesBoxed](#additionalpropertiesboxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| UserusernamePutadditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | +| AdditionalPropertiesBoxedMap(FrozenMap<@Nullable Object> data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -256,8 +256,8 @@ record that stores validated Map payloads, sealed permits implementation | FrozenMap<@Nullable Object> | data()
validated payload | | @Nullable Object | getData()
validated payload | -## UserusernamePutadditionalProperties -public static class UserusernamePutadditionalProperties
+## AdditionalProperties +public static class AdditionalProperties
extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/servers/RootServer0.md b/samples/client/petstore/java/docs/servers/RootServer0.md new file mode 100644 index 00000000000..d7bce71f647 --- /dev/null +++ b/samples/client/petstore/java/docs/servers/RootServer0.md @@ -0,0 +1,22 @@ +org.openapijsonschematools.client.servers.RootServer0 +# Server RootServer0 +public class RootServer0 + +A class that stores a server url + +## Description +petstore server + +### Constructor Summary +| Constructor and Description | +| --------------------------- | +| RootServer0()
Creates a server using default values for variables | +| RootServer0([RootServer0Variables.VariablesMap](../servers/rootserver0/RootServer0Variables.md#variablesmap) variables)
Creates a server using input values for variables | + +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | --------------------- | +| String | url = "http://{server}.swagger.io:{port}/v2" | +| [RootServer0Variables.VariablesMap](../servers/rootserver0/RootServer0Variables.md#variablesmap) | variables | + +[[Back to top]](#top) [[Back to Servers]](../../README.md#Servers) [[Back to README]](../../README.md) diff --git a/samples/client/petstore/java/docs/servers/RootServer1.md b/samples/client/petstore/java/docs/servers/RootServer1.md new file mode 100644 index 00000000000..4f78ced374a --- /dev/null +++ b/samples/client/petstore/java/docs/servers/RootServer1.md @@ -0,0 +1,22 @@ +org.openapijsonschematools.client.servers.RootServer1 +# Server RootServer1 +public class RootServer1 + +A class that stores a server url + +## Description +The local server + +### Constructor Summary +| Constructor and Description | +| --------------------------- | +| RootServer1()
Creates a server using default values for variables | +| RootServer1([RootServer1Variables.VariablesMap](../servers/rootserver1/RootServer1Variables.md#variablesmap) variables)
Creates a server using input values for variables | + +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | --------------------- | +| String | url = "https://localhost:8080/{version}" | +| [RootServer1Variables.VariablesMap](../servers/rootserver1/RootServer1Variables.md#variablesmap) | variables | + +[[Back to top]](#top) [[Back to Servers]](../../README.md#Servers) [[Back to README]](../../README.md) diff --git a/samples/client/petstore/java/docs/servers/Server2.md b/samples/client/petstore/java/docs/servers/RootServer2.md similarity index 76% rename from samples/client/petstore/java/docs/servers/Server2.md rename to samples/client/petstore/java/docs/servers/RootServer2.md index c45cd5211e5..e220476499a 100644 --- a/samples/client/petstore/java/docs/servers/Server2.md +++ b/samples/client/petstore/java/docs/servers/RootServer2.md @@ -1,6 +1,6 @@ -org.openapijsonschematools.client.servers.Server2 -# Server Server2 -public class Server2 +org.openapijsonschematools.client.servers.RootServer2 +# Server RootServer2 +public class RootServer2 A class that stores a server url @@ -10,7 +10,7 @@ staging server with no variables ### Constructor Summary | Constructor and Description | | --------------------------- | -| Server2()
Creates a server | +| RootServer2()
Creates a server | ### Field Summary | Modifier and Type | Field and Description | diff --git a/samples/client/petstore/java/docs/servers/Server0.md b/samples/client/petstore/java/docs/servers/Server0.md deleted file mode 100644 index 199ec6ccd47..00000000000 --- a/samples/client/petstore/java/docs/servers/Server0.md +++ /dev/null @@ -1,22 +0,0 @@ -org.openapijsonschematools.client.servers.Server0 -# Server Server0 -public class Server0 - -A class that stores a server url - -## Description -petstore server - -### Constructor Summary -| Constructor and Description | -| --------------------------- | -| Server0()
Creates a server using default values for variables | -| Server0([Variables.VariablesMap](../servers/server0/Variables.md#variablesmap) variables)
Creates a server using input values for variables | - -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | --------------------- | -| String | url = "http://{server}.swagger.io:{port}/v2" | -| [Variables.VariablesMap](../servers/server0/Variables.md#variablesmap) | variables | - -[[Back to top]](#top) [[Back to Servers]](../../README.md#Servers) [[Back to README]](../../README.md) diff --git a/samples/client/petstore/java/docs/servers/Server1.md b/samples/client/petstore/java/docs/servers/Server1.md deleted file mode 100644 index 8c170c320c6..00000000000 --- a/samples/client/petstore/java/docs/servers/Server1.md +++ /dev/null @@ -1,22 +0,0 @@ -org.openapijsonschematools.client.servers.Server1 -# Server Server1 -public class Server1 - -A class that stores a server url - -## Description -The local server - -### Constructor Summary -| Constructor and Description | -| --------------------------- | -| Server1()
Creates a server using default values for variables | -| Server1([Variables.VariablesMap](../servers/server1/Variables.md#variablesmap) variables)
Creates a server using input values for variables | - -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | --------------------- | -| String | url = "https://localhost:8080/{version}" | -| [Variables.VariablesMap](../servers/server1/Variables.md#variablesmap) | variables | - -[[Back to top]](#top) [[Back to Servers]](../../README.md#Servers) [[Back to README]](../../README.md) diff --git a/samples/client/petstore/java/docs/servers/server0/Variables.md b/samples/client/petstore/java/docs/servers/rootserver0/RootServer0Variables.md similarity index 80% rename from samples/client/petstore/java/docs/servers/server0/Variables.md rename to samples/client/petstore/java/docs/servers/rootserver0/RootServer0Variables.md index ab6b62a39a3..e8800e76eea 100644 --- a/samples/client/petstore/java/docs/servers/server0/Variables.md +++ b/samples/client/petstore/java/docs/servers/rootserver0/RootServer0Variables.md @@ -1,5 +1,5 @@ -# Variables -public class Variables
+# RootServer0Variables +public class RootServer0Variables
A class that contains necessary nested - schema classes (which validate payloads), extends JsonSchema @@ -12,45 +12,45 @@ A class that contains necessary nested ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| sealed interface | [Variables.Variables1Boxed](#variables1boxed)
sealed interface for validated payloads | -| record | [Variables.Variables1BoxedMap](#variables1boxedmap)
boxed class to store validated Map payloads | -| static class | [Variables.Variables1](#variables1)
schema class | -| static class | [Variables.VariablesMapBuilder](#variablesmapbuilder)
builder for Map payloads | -| static class | [Variables.VariablesMap](#variablesmap)
output class for Map payloads | -| sealed interface | [Variables.PortBoxed](#portboxed)
sealed interface for validated payloads | -| record | [Variables.PortBoxedString](#portboxedstring)
boxed class to store validated String payloads | -| static class | [Variables.Port](#port)
schema class | -| enum | [Variables.StringPortEnums](#stringportenums)
String enum | -| sealed interface | [Variables.ServerBoxed](#serverboxed)
sealed interface for validated payloads | -| record | [Variables.ServerBoxedString](#serverboxedstring)
boxed class to store validated String payloads | -| static class | [Variables.Server](#server)
schema class | -| enum | [Variables.StringServerEnums](#stringserverenums)
String enum | -| sealed interface | [Variables.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | -| record | [Variables.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [Variables.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [Variables.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [Variables.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [Variables.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [Variables.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [Variables.AdditionalProperties](#additionalproperties)
schema class | - -## Variables1Boxed -public sealed interface Variables1Boxed
+| sealed interface | [RootServer0Variables.RootServer0Variables1Boxed](#rootserver0variables1boxed)
sealed interface for validated payloads | +| record | [RootServer0Variables.RootServer0Variables1BoxedMap](#rootserver0variables1boxedmap)
boxed class to store validated Map payloads | +| static class | [RootServer0Variables.RootServer0Variables1](#rootserver0variables1)
schema class | +| static class | [RootServer0Variables.VariablesMapBuilder](#variablesmapbuilder)
builder for Map payloads | +| static class | [RootServer0Variables.VariablesMap](#variablesmap)
output class for Map payloads | +| sealed interface | [RootServer0Variables.PortBoxed](#portboxed)
sealed interface for validated payloads | +| record | [RootServer0Variables.PortBoxedString](#portboxedstring)
boxed class to store validated String payloads | +| static class | [RootServer0Variables.Port](#port)
schema class | +| enum | [RootServer0Variables.StringPortEnums](#stringportenums)
String enum | +| sealed interface | [RootServer0Variables.ServerBoxed](#serverboxed)
sealed interface for validated payloads | +| record | [RootServer0Variables.ServerBoxedString](#serverboxedstring)
boxed class to store validated String payloads | +| static class | [RootServer0Variables.Server](#server)
schema class | +| enum | [RootServer0Variables.StringServerEnums](#stringserverenums)
String enum | +| sealed interface | [RootServer0Variables.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [RootServer0Variables.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [RootServer0Variables.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [RootServer0Variables.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [RootServer0Variables.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [RootServer0Variables.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [RootServer0Variables.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [RootServer0Variables.AdditionalProperties](#additionalproperties)
schema class | + +## RootServer0Variables1Boxed +public sealed interface RootServer0Variables1Boxed
permits
-[Variables1BoxedMap](#variables1boxedmap) +[RootServer0Variables1BoxedMap](#rootserver0variables1boxedmap) sealed interface that stores validated payloads using boxed classes -## Variables1BoxedMap -public record Variables1BoxedMap
-implements [Variables1Boxed](#variables1boxed) +## RootServer0Variables1BoxedMap +public record RootServer0Variables1BoxedMap
+implements [RootServer0Variables1Boxed](#rootserver0variables1boxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Variables1BoxedMap([VariablesMap](#variablesmap) data)
Creates an instance, private visibility | +| RootServer0Variables1BoxedMap([VariablesMap](#variablesmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -58,8 +58,8 @@ record that stores validated Map payloads, sealed permits implementation | [VariablesMap](#variablesmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Variables1 -public static class Variables1
+## RootServer0Variables1 +public static class RootServer0Variables1
extends JsonSchema A schema class that validates payloads @@ -72,7 +72,7 @@ import org.openapijsonschematools.client.exceptions.ValidationException; import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; -import org.openapijsonschematools.client.servers.server0.Variables; +import org.openapijsonschematools.client.servers.rootserver0.RootServer0Variables; import java.util.Arrays; import java.util.List; @@ -81,9 +81,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -Variables.VariablesMap validatedPayload = - Variables.Variables1.validate( - new Variables.VariablesMapBuilder() +RootServer0Variables.VariablesMap validatedPayload = + RootServer0Variables.RootServer0Variables1.validate( + new RootServer0Variables.VariablesMapBuilder() .port("80") .server("petstore") @@ -105,8 +105,8 @@ Variables.VariablesMap validatedPayload = | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | [VariablesMap](#variablesmap) | validate([Map<?, ?>](#variablesmapbuilder) arg, SchemaConfiguration configuration) | -| [Variables1BoxedMap](#variables1boxedmap) | validateAndBox([Map<?, ?>](#variablesmapbuilder) arg, SchemaConfiguration configuration) | -| [Variables1Boxed](#variables1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | +| [RootServer0Variables1BoxedMap](#rootserver0variables1boxedmap) | validateAndBox([Map<?, ?>](#variablesmapbuilder) arg, SchemaConfiguration configuration) | +| [RootServer0Variables1Boxed](#rootserver0variables1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | ## VariablesMap00Builder @@ -232,7 +232,7 @@ import org.openapijsonschematools.client.exceptions.ValidationException; import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; -import org.openapijsonschematools.client.servers.server0.Variables; +import org.openapijsonschematools.client.servers.rootserver0.RootServer0Variables; import java.util.Arrays; import java.util.List; @@ -241,7 +241,7 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // String validation -String validatedPayload = Variables.Port.validate( +String validatedPayload = RootServer0Variables.Port.validate( "80", configuration ); @@ -316,7 +316,7 @@ import org.openapijsonschematools.client.exceptions.ValidationException; import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; -import org.openapijsonschematools.client.servers.server0.Variables; +import org.openapijsonschematools.client.servers.rootserver0.RootServer0Variables; import java.util.Arrays; import java.util.List; @@ -325,7 +325,7 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // String validation -String validatedPayload = Variables.Server.validate( +String validatedPayload = RootServer0Variables.Server.validate( "petstore", configuration ); diff --git a/samples/client/petstore/java/docs/servers/server1/Variables.md b/samples/client/petstore/java/docs/servers/rootserver1/RootServer1Variables.md similarity index 77% rename from samples/client/petstore/java/docs/servers/server1/Variables.md rename to samples/client/petstore/java/docs/servers/rootserver1/RootServer1Variables.md index b612a497734..b1b3f7294db 100644 --- a/samples/client/petstore/java/docs/servers/server1/Variables.md +++ b/samples/client/petstore/java/docs/servers/rootserver1/RootServer1Variables.md @@ -1,5 +1,5 @@ -# Variables -public class Variables
+# RootServer1Variables +public class RootServer1Variables
A class that contains necessary nested - schema classes (which validate payloads), extends JsonSchema @@ -12,41 +12,41 @@ A class that contains necessary nested ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| sealed interface | [Variables.Variables1Boxed](#variables1boxed)
sealed interface for validated payloads | -| record | [Variables.Variables1BoxedMap](#variables1boxedmap)
boxed class to store validated Map payloads | -| static class | [Variables.Variables1](#variables1)
schema class | -| static class | [Variables.VariablesMapBuilder](#variablesmapbuilder)
builder for Map payloads | -| static class | [Variables.VariablesMap](#variablesmap)
output class for Map payloads | -| sealed interface | [Variables.VersionBoxed](#versionboxed)
sealed interface for validated payloads | -| record | [Variables.VersionBoxedString](#versionboxedstring)
boxed class to store validated String payloads | -| static class | [Variables.Version](#version)
schema class | -| enum | [Variables.StringVersionEnums](#stringversionenums)
String enum | -| sealed interface | [Variables.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | -| record | [Variables.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | -| record | [Variables.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | -| record | [Variables.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | -| record | [Variables.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | -| record | [Variables.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | -| record | [Variables.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | -| static class | [Variables.AdditionalProperties](#additionalproperties)
schema class | - -## Variables1Boxed -public sealed interface Variables1Boxed
+| sealed interface | [RootServer1Variables.RootServer1Variables1Boxed](#rootserver1variables1boxed)
sealed interface for validated payloads | +| record | [RootServer1Variables.RootServer1Variables1BoxedMap](#rootserver1variables1boxedmap)
boxed class to store validated Map payloads | +| static class | [RootServer1Variables.RootServer1Variables1](#rootserver1variables1)
schema class | +| static class | [RootServer1Variables.VariablesMapBuilder](#variablesmapbuilder)
builder for Map payloads | +| static class | [RootServer1Variables.VariablesMap](#variablesmap)
output class for Map payloads | +| sealed interface | [RootServer1Variables.VersionBoxed](#versionboxed)
sealed interface for validated payloads | +| record | [RootServer1Variables.VersionBoxedString](#versionboxedstring)
boxed class to store validated String payloads | +| static class | [RootServer1Variables.Version](#version)
schema class | +| enum | [RootServer1Variables.StringVersionEnums](#stringversionenums)
String enum | +| sealed interface | [RootServer1Variables.AdditionalPropertiesBoxed](#additionalpropertiesboxed)
sealed interface for validated payloads | +| record | [RootServer1Variables.AdditionalPropertiesBoxedVoid](#additionalpropertiesboxedvoid)
boxed class to store validated null payloads | +| record | [RootServer1Variables.AdditionalPropertiesBoxedBoolean](#additionalpropertiesboxedboolean)
boxed class to store validated boolean payloads | +| record | [RootServer1Variables.AdditionalPropertiesBoxedNumber](#additionalpropertiesboxednumber)
boxed class to store validated Number payloads | +| record | [RootServer1Variables.AdditionalPropertiesBoxedString](#additionalpropertiesboxedstring)
boxed class to store validated String payloads | +| record | [RootServer1Variables.AdditionalPropertiesBoxedList](#additionalpropertiesboxedlist)
boxed class to store validated List payloads | +| record | [RootServer1Variables.AdditionalPropertiesBoxedMap](#additionalpropertiesboxedmap)
boxed class to store validated Map payloads | +| static class | [RootServer1Variables.AdditionalProperties](#additionalproperties)
schema class | + +## RootServer1Variables1Boxed +public sealed interface RootServer1Variables1Boxed
permits
-[Variables1BoxedMap](#variables1boxedmap) +[RootServer1Variables1BoxedMap](#rootserver1variables1boxedmap) sealed interface that stores validated payloads using boxed classes -## Variables1BoxedMap -public record Variables1BoxedMap
-implements [Variables1Boxed](#variables1boxed) +## RootServer1Variables1BoxedMap +public record RootServer1Variables1BoxedMap
+implements [RootServer1Variables1Boxed](#rootserver1variables1boxed) record that stores validated Map payloads, sealed permits implementation ### Constructor Summary | Constructor and Description | | --------------------------- | -| Variables1BoxedMap([VariablesMap](#variablesmap) data)
Creates an instance, private visibility | +| RootServer1Variables1BoxedMap([VariablesMap](#variablesmap) data)
Creates an instance, private visibility | ### Method Summary | Modifier and Type | Method and Description | @@ -54,8 +54,8 @@ record that stores validated Map payloads, sealed permits implementation | [VariablesMap](#variablesmap) | data()
validated payload | | @Nullable Object | getData()
validated payload | -## Variables1 -public static class Variables1
+## RootServer1Variables1 +public static class RootServer1Variables1
extends JsonSchema A schema class that validates payloads @@ -68,7 +68,7 @@ import org.openapijsonschematools.client.exceptions.ValidationException; import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; -import org.openapijsonschematools.client.servers.server1.Variables; +import org.openapijsonschematools.client.servers.rootserver1.RootServer1Variables; import java.util.Arrays; import java.util.List; @@ -77,9 +77,9 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // Map validation -Variables.VariablesMap validatedPayload = - Variables.Variables1.validate( - new Variables.VariablesMapBuilder() +RootServer1Variables.VariablesMap validatedPayload = + RootServer1Variables.RootServer1Variables1.validate( + new RootServer1Variables.VariablesMapBuilder() .version("v1") .build(), @@ -99,8 +99,8 @@ Variables.VariablesMap validatedPayload = | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | [VariablesMap](#variablesmap) | validate([Map<?, ?>](#variablesmapbuilder) arg, SchemaConfiguration configuration) | -| [Variables1BoxedMap](#variables1boxedmap) | validateAndBox([Map<?, ?>](#variablesmapbuilder) arg, SchemaConfiguration configuration) | -| [Variables1Boxed](#variables1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | +| [RootServer1Variables1BoxedMap](#rootserver1variables1boxedmap) | validateAndBox([Map<?, ?>](#variablesmapbuilder) arg, SchemaConfiguration configuration) | +| [RootServer1Variables1Boxed](#rootserver1variables1boxed) | validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) | | @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) | ## VariablesMap0Builder @@ -186,7 +186,7 @@ import org.openapijsonschematools.client.exceptions.ValidationException; import org.openapijsonschematools.client.schemas.validation.MapUtils; import org.openapijsonschematools.client.schemas.validation.FrozenList; import org.openapijsonschematools.client.schemas.validation.FrozenMap; -import org.openapijsonschematools.client.servers.server1.Variables; +import org.openapijsonschematools.client.servers.rootserver1.RootServer1Variables; import java.util.Arrays; import java.util.List; @@ -195,7 +195,7 @@ import java.util.AbstractMap; static final SchemaConfiguration configuration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); // String validation -String validatedPayload = Variables.Version.validate( +String validatedPayload = RootServer1Variables.Version.validate( "v1", configuration ); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/RootServerInfo.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/RootServerInfo.java index daf1ac6bbd4..2f47da779f1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/RootServerInfo.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/RootServerInfo.java @@ -1,8 +1,8 @@ package org.openapijsonschematools.client; -import org.openapijsonschematools.client.servers.Server0; -import org.openapijsonschematools.client.servers.Server1; -import org.openapijsonschematools.client.servers.Server2; +import org.openapijsonschematools.client.servers.RootServer0; +import org.openapijsonschematools.client.servers.RootServer1; +import org.openapijsonschematools.client.servers.RootServer2; import org.openapijsonschematools.client.servers.Server; import org.openapijsonschematools.client.servers.ServerProvider; import org.checkerframework.checker.nullness.qual.Nullable; @@ -11,18 +11,18 @@ public class RootServerInfo { public static class RootServerInfo1 implements ServerProvider { - private final Server0 server0; - private final Server1 server1; - private final Server2 server2; + private final RootServer0 server0; + private final RootServer1 server1; + private final RootServer2 server2; RootServerInfo1( - @Nullable Server0 server0, - @Nullable Server1 server1, - @Nullable Server2 server2 + @Nullable RootServer0 server0, + @Nullable RootServer1 server1, + @Nullable RootServer2 server2 ) { - this.server0 = Objects.requireNonNullElseGet(server0, Server0::new); - this.server1 = Objects.requireNonNullElseGet(server1, Server1::new); - this.server2 = Objects.requireNonNullElseGet(server2, Server2::new); + this.server0 = Objects.requireNonNullElseGet(server0, RootServer0::new); + this.server1 = Objects.requireNonNullElseGet(server1, RootServer1::new); + this.server2 = Objects.requireNonNullElseGet(server2, RootServer2::new); } @Override @@ -39,23 +39,23 @@ public Server getServer(ServerIndex serverIndex) { } public static class RootServerInfoBuilder { - private @Nullable Server0 server0; - private @Nullable Server1 server1; - private @Nullable Server2 server2; + private @Nullable RootServer0 server0; + private @Nullable RootServer1 server1; + private @Nullable RootServer2 server2; public RootServerInfoBuilder() {} - public RootServerInfoBuilder server0(Server0 server0) { + public RootServerInfoBuilder rootServer0(RootServer0 server0) { this.server0 = server0; return this; } - public RootServerInfoBuilder server1(Server1 server1) { + public RootServerInfoBuilder rootServer1(RootServer1 server1) { this.server1 = server1; return this; } - public RootServerInfoBuilder server2(Server2 server2) { + public RootServerInfoBuilder rootServer2(RootServer2 server2) { this.server2 = server2; return this; } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/components/requestbodies/Client.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/components/requestbodies/Client.java index fdf11d477dd..47d207235e0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/components/requestbodies/Client.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/components/requestbodies/Client.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.components.requestbodies; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/components/requestbodies/Pet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/components/requestbodies/Pet.java index 74110c3f0fc..74b556ad299 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/components/requestbodies/Pet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/components/requestbodies/Pet.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.components.requestbodies; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/components/requestbodies/RefUserArray.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/components/requestbodies/RefUserArray.java index 77f9be5f6a2..5b4af4408d0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/components/requestbodies/RefUserArray.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/components/requestbodies/RefUserArray.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.components.requestbodies; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/components/requestbodies/UserArray.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/components/requestbodies/UserArray.java index 5b0a97f4d57..0012cc8ebe8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/components/requestbodies/UserArray.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/components/requestbodies/UserArray.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.components.requestbodies; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/configurations/ApiConfiguration.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/configurations/ApiConfiguration.java index 43ae0975fe1..30ee3f8d415 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/configurations/ApiConfiguration.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/configurations/ApiConfiguration.java @@ -35,6 +35,7 @@ public class ApiConfiguration { private final SecurityIndexInfo securityIndexInfo; private final @Nullable Duration timeout; private final Map, SecurityScheme> securitySchemeInfo; + private final Map> defaultHeaders; public ApiConfiguration() { serverInfo = new ServerInfoBuilder().build(); @@ -43,9 +44,10 @@ public ApiConfiguration() { securityIndexInfo = new SecurityIndexInfoBuilder().build(); securitySchemeInfo = new HashMap<>(); timeout = null; + defaultHeaders = new HashMap<>(); } - public ApiConfiguration(ServerInfo serverInfo, ServerIndexInfo serverIndexInfo, List securitySchemes, SecurityIndexInfo securityIndexInfo, Duration timeout) { + public ApiConfiguration(ServerInfo serverInfo, ServerIndexInfo serverIndexInfo, List securitySchemes, SecurityIndexInfo securityIndexInfo, Duration timeout, Map> defaultHeaders) { this.serverInfo = serverInfo; this.serverIndexInfo = serverIndexInfo; this.securityInfo = new SecurityInfo(); @@ -55,6 +57,7 @@ public ApiConfiguration(ServerInfo serverInfo, ServerIndexInfo serverIndexInfo, securitySchemeInfo.put(securityScheme.getClass(), securityScheme); } this.timeout = timeout; + this.defaultHeaders = defaultHeaders; } public static class ServerInfo { @@ -488,7 +491,7 @@ public SecurityScheme getSecurityScheme(Class security } public Map> getDefaultHeaders() { - return new HashMap<>(); + return defaultHeaders; } public @Nullable Duration getTimeout() { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/exceptions/InvalidTypeException.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/exceptions/InvalidTypeException.java deleted file mode 100644 index 02131fff34d..00000000000 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/exceptions/InvalidTypeException.java +++ /dev/null @@ -1,8 +0,0 @@ -package org.openapijsonschematools.client.exceptions; - -@SuppressWarnings("serial") -public class InvalidTypeException extends BaseException { - public InvalidTypeException(String s) { - super(s); - } -} \ No newline at end of file diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/exceptions/OpenapiDocumentException.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/exceptions/OpenapiDocumentException.java deleted file mode 100644 index 7614532f832..00000000000 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/exceptions/OpenapiDocumentException.java +++ /dev/null @@ -1,8 +0,0 @@ -package org.openapijsonschematools.client.exceptions; - -@SuppressWarnings("serial") -public class OpenapiDocumentException extends BaseException { - public OpenapiDocumentException(String s) { - super(s); - } -} \ No newline at end of file diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/anotherfakedummy/patch/AnotherfakedummyPatchRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/anotherfakedummy/patch/AnotherfakedummyPatchRequestBody.java index 38254a8d0e3..cc759c48ee1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/anotherfakedummy/patch/AnotherfakedummyPatchRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/anotherfakedummy/patch/AnotherfakedummyPatchRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.anotherfakedummy.patch; import org.openapijsonschematools.client.components.requestbodies.Client; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/CommonparamsubdirDelete.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/CommonparamsubdirDelete.java index f4584e4a80a..082ed31af1a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/CommonparamsubdirDelete.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/CommonparamsubdirDelete.java @@ -86,14 +86,14 @@ public Delete(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfi } public static class DeleteRequest { - public CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParametersMap pathParameters; - public CommonparamsubdirDeleteHeaderParameters.@Nullable CommonparamsubdirDeleteHeaderParametersMap headerParameters; + public CommonparamsubdirDeletePathParameters.PathParametersMap pathParameters; + public CommonparamsubdirDeleteHeaderParameters.@Nullable HeaderParametersMap headerParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; public DeleteRequest( - CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParametersMap pathParameters, - CommonparamsubdirDeleteHeaderParameters.@Nullable CommonparamsubdirDeleteHeaderParametersMap headerParameters, + CommonparamsubdirDeletePathParameters.PathParametersMap pathParameters, + CommonparamsubdirDeleteHeaderParameters.@Nullable HeaderParametersMap headerParameters, RootServerInfo.@Nullable ServerIndex serverIndex, @Nullable Duration timeout ) { @@ -105,8 +105,8 @@ public DeleteRequest( } public static class DeleteNullableRequest { - public CommonparamsubdirDeletePathParameters.@Nullable CommonparamsubdirDeletePathParametersMap pathParameters; - public CommonparamsubdirDeleteHeaderParameters.@Nullable CommonparamsubdirDeleteHeaderParametersMap headerParameters; + public CommonparamsubdirDeletePathParameters.@Nullable PathParametersMap pathParameters; + public CommonparamsubdirDeleteHeaderParameters.@Nullable HeaderParametersMap headerParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -114,7 +114,7 @@ public static class DeleteNullableRequest { public interface SetterForHeaderParameters { DeleteNullableRequest getInstance(); T getBuilderAfterHeaderParameters(DeleteNullableRequest instance); - default T headerParameters(CommonparamsubdirDeleteHeaderParameters.CommonparamsubdirDeleteHeaderParametersMap headerParameters) { + default T headerParameters(CommonparamsubdirDeleteHeaderParameters.HeaderParametersMap headerParameters) { var instance = getInstance(); instance.headerParameters = headerParameters; return getBuilderAfterHeaderParameters(instance); @@ -144,7 +144,7 @@ default T timeout(Duration timeout) { public interface SetterForPathParameters { DeleteNullableRequest getInstance(); T getBuilderAfterPathParameters(DeleteNullableRequest instance); - default T pathParameters(CommonparamsubdirDeletePathParameters.CommonparamsubdirDeletePathParametersMap pathParameters) { + default T pathParameters(CommonparamsubdirDeletePathParameters.PathParametersMap pathParameters) { var instance = getInstance(); instance.pathParameters = pathParameters; return getBuilderAfterPathParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/CommonparamsubdirGet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/CommonparamsubdirGet.java index 4e9df51675f..87ac84e93c4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/CommonparamsubdirGet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/CommonparamsubdirGet.java @@ -87,14 +87,14 @@ public Get(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigur } public static class GetRequest { - public CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParametersMap pathParameters; - public CommonparamsubdirGetQueryParameters.@Nullable CommonparamsubdirGetQueryParametersMap queryParameters; + public CommonparamsubdirGetPathParameters.PathParametersMap pathParameters; + public CommonparamsubdirGetQueryParameters.@Nullable QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; public GetRequest( - CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParametersMap pathParameters, - CommonparamsubdirGetQueryParameters.@Nullable CommonparamsubdirGetQueryParametersMap queryParameters, + CommonparamsubdirGetPathParameters.PathParametersMap pathParameters, + CommonparamsubdirGetQueryParameters.@Nullable QueryParametersMap queryParameters, RootServerInfo.@Nullable ServerIndex serverIndex, @Nullable Duration timeout ) { @@ -106,8 +106,8 @@ public GetRequest( } public static class GetNullableRequest { - public CommonparamsubdirGetPathParameters.@Nullable CommonparamsubdirGetPathParametersMap pathParameters; - public CommonparamsubdirGetQueryParameters.@Nullable CommonparamsubdirGetQueryParametersMap queryParameters; + public CommonparamsubdirGetPathParameters.@Nullable PathParametersMap pathParameters; + public CommonparamsubdirGetQueryParameters.@Nullable QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -115,7 +115,7 @@ public static class GetNullableRequest { public interface SetterForQueryParameters { GetNullableRequest getInstance(); T getBuilderAfterQueryParameters(GetNullableRequest instance); - default T queryParameters(CommonparamsubdirGetQueryParameters.CommonparamsubdirGetQueryParametersMap queryParameters) { + default T queryParameters(CommonparamsubdirGetQueryParameters.QueryParametersMap queryParameters) { var instance = getInstance(); instance.queryParameters = queryParameters; return getBuilderAfterQueryParameters(instance); @@ -145,7 +145,7 @@ default T timeout(Duration timeout) { public interface SetterForPathParameters { GetNullableRequest getInstance(); T getBuilderAfterPathParameters(GetNullableRequest instance); - default T pathParameters(CommonparamsubdirGetPathParameters.CommonparamsubdirGetPathParametersMap pathParameters) { + default T pathParameters(CommonparamsubdirGetPathParameters.PathParametersMap pathParameters) { var instance = getInstance(); instance.pathParameters = pathParameters; return getBuilderAfterPathParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/CommonparamsubdirPost.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/CommonparamsubdirPost.java index c1f09488efb..82954fa4a74 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/CommonparamsubdirPost.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/CommonparamsubdirPost.java @@ -86,14 +86,14 @@ public Post(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigu } public static class PostRequest { - public CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParametersMap pathParameters; - public CommonparamsubdirPostHeaderParameters.@Nullable CommonparamsubdirPostHeaderParametersMap headerParameters; + public CommonparamsubdirPostPathParameters.PathParametersMap pathParameters; + public CommonparamsubdirPostHeaderParameters.@Nullable HeaderParametersMap headerParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; public PostRequest( - CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParametersMap pathParameters, - CommonparamsubdirPostHeaderParameters.@Nullable CommonparamsubdirPostHeaderParametersMap headerParameters, + CommonparamsubdirPostPathParameters.PathParametersMap pathParameters, + CommonparamsubdirPostHeaderParameters.@Nullable HeaderParametersMap headerParameters, RootServerInfo.@Nullable ServerIndex serverIndex, @Nullable Duration timeout ) { @@ -105,8 +105,8 @@ public PostRequest( } public static class PostNullableRequest { - public CommonparamsubdirPostPathParameters.@Nullable CommonparamsubdirPostPathParametersMap pathParameters; - public CommonparamsubdirPostHeaderParameters.@Nullable CommonparamsubdirPostHeaderParametersMap headerParameters; + public CommonparamsubdirPostPathParameters.@Nullable PathParametersMap pathParameters; + public CommonparamsubdirPostHeaderParameters.@Nullable HeaderParametersMap headerParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -114,7 +114,7 @@ public static class PostNullableRequest { public interface SetterForHeaderParameters { PostNullableRequest getInstance(); T getBuilderAfterHeaderParameters(PostNullableRequest instance); - default T headerParameters(CommonparamsubdirPostHeaderParameters.CommonparamsubdirPostHeaderParametersMap headerParameters) { + default T headerParameters(CommonparamsubdirPostHeaderParameters.HeaderParametersMap headerParameters) { var instance = getInstance(); instance.headerParameters = headerParameters; return getBuilderAfterHeaderParameters(instance); @@ -144,7 +144,7 @@ default T timeout(Duration timeout) { public interface SetterForPathParameters { PostNullableRequest getInstance(); T getBuilderAfterPathParameters(PostNullableRequest instance); - default T pathParameters(CommonparamsubdirPostPathParameters.CommonparamsubdirPostPathParametersMap pathParameters) { + default T pathParameters(CommonparamsubdirPostPathParameters.PathParametersMap pathParameters) { var instance = getInstance(); instance.pathParameters = pathParameters; return getBuilderAfterPathParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/delete/CommonparamsubdirDeleteHeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/delete/CommonparamsubdirDeleteHeaderParameters.java index 2d2a4ce8dbd..c54c33bc4bb 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/delete/CommonparamsubdirDeleteHeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/delete/CommonparamsubdirDeleteHeaderParameters.java @@ -29,27 +29,27 @@ public class CommonparamsubdirDeleteHeaderParameters { // nest classes so all schemas and input/output classes can be public - public static class CommonparamsubdirDeleteadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable CommonparamsubdirDeleteadditionalProperties instance = null; - public static CommonparamsubdirDeleteadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new CommonparamsubdirDeleteadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class CommonparamsubdirDeleteHeaderParametersMap extends FrozenMap { - protected CommonparamsubdirDeleteHeaderParametersMap(FrozenMap m) { + public static class HeaderParametersMap extends FrozenMap { + protected HeaderParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of( "someHeader" ); - public static CommonparamsubdirDeleteHeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return CommonparamsubdirDeleteHeaderParameters1.getInstance().validate(arg, configuration); } @@ -58,18 +58,18 @@ public String someHeader() throws UnsetPropertyException { } } - public interface SetterForCommonparamsubdirDeletesomeHeader { + public interface SetterForSomeHeader { Map getInstance(); - T getBuilderAfterCommonparamsubdirDeletesomeHeader(Map instance); + T getBuilderAfterSomeHeader(Map instance); default T someHeader(String value) { var instance = getInstance(); instance.put("someHeader", value); - return getBuilderAfterCommonparamsubdirDeletesomeHeader(instance); + return getBuilderAfterSomeHeader(instance); } } - public static class CommonparamsubdirDeleteHeaderParametersMapBuilder implements GenericBuilder>, SetterForCommonparamsubdirDeletesomeHeader { + public static class HeaderParametersMapBuilder implements GenericBuilder>, SetterForSomeHeader { private final Map instance; private static final Set knownKeys = Set.of( "someHeader" @@ -77,7 +77,7 @@ public static class CommonparamsubdirDeleteHeaderParametersMapBuilder implements public Set getKnownKeys() { return knownKeys; } - public CommonparamsubdirDeleteHeaderParametersMapBuilder() { + public HeaderParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map build() { @@ -86,7 +86,7 @@ public Map build() { public Map getInstance() { return instance; } - public CommonparamsubdirDeleteHeaderParametersMapBuilder getBuilderAfterCommonparamsubdirDeletesomeHeader(Map instance) { + public HeaderParametersMapBuilder getBuilderAfterSomeHeader(Map instance) { return this; } } @@ -96,7 +96,7 @@ public sealed interface CommonparamsubdirDeleteHeaderParameters1Boxed permits Co @Nullable Object getData(); } - public record CommonparamsubdirDeleteHeaderParameters1BoxedMap(CommonparamsubdirDeleteHeaderParametersMap data) implements CommonparamsubdirDeleteHeaderParameters1Boxed { + public record CommonparamsubdirDeleteHeaderParameters1BoxedMap(HeaderParametersMap data) implements CommonparamsubdirDeleteHeaderParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -104,7 +104,7 @@ public record CommonparamsubdirDeleteHeaderParameters1BoxedMap(Commonparamsubdir } - public static class CommonparamsubdirDeleteHeaderParameters1 extends JsonSchema implements MapSchemaValidator { + public static class CommonparamsubdirDeleteHeaderParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable CommonparamsubdirDeleteHeaderParameters1 instance = null; protected CommonparamsubdirDeleteHeaderParameters1() { @@ -113,7 +113,7 @@ protected CommonparamsubdirDeleteHeaderParameters1() { .properties(Map.ofEntries( new PropertyEntry("someHeader", Schema0.Schema01.class) )) - .additionalProperties(CommonparamsubdirDeleteadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -124,7 +124,7 @@ public static CommonparamsubdirDeleteHeaderParameters1 getInstance() { return instance; } - public CommonparamsubdirDeleteHeaderParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public HeaderParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -147,10 +147,10 @@ public CommonparamsubdirDeleteHeaderParametersMap getNewInstance(Map arg, properties.put(propertyName, (String) propertyInstance); } FrozenMap castProperties = new FrozenMap<>(properties); - return new CommonparamsubdirDeleteHeaderParametersMap(castProperties); + return new HeaderParametersMap(castProperties); } - public CommonparamsubdirDeleteHeaderParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public HeaderParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/delete/CommonparamsubdirDeletePathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/delete/CommonparamsubdirDeletePathParameters.java index 69980626b94..e45331271e1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/delete/CommonparamsubdirDeletePathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/delete/CommonparamsubdirDeletePathParameters.java @@ -29,27 +29,27 @@ public class CommonparamsubdirDeletePathParameters { // nest classes so all schemas and input/output classes can be public - public static class CommonparamsubdirDeleteadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable CommonparamsubdirDeleteadditionalProperties instance = null; - public static CommonparamsubdirDeleteadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new CommonparamsubdirDeleteadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class CommonparamsubdirDeletePathParametersMap extends FrozenMap { - protected CommonparamsubdirDeletePathParametersMap(FrozenMap m) { + public static class PathParametersMap extends FrozenMap { + protected PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( "subDir" ); public static final Set optionalKeys = Set.of(); - public static CommonparamsubdirDeletePathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return CommonparamsubdirDeletePathParameters1.getInstance().validate(arg, configuration); } @@ -62,24 +62,24 @@ public String subDir() { } } - public interface SetterForCommonparamsubdirDeletesubDir { + public interface SetterForSubDir { Map getInstance(); - T getBuilderAfterCommonparamsubdirDeletesubDir(Map instance); + T getBuilderAfterSubDir(Map instance); default T subDir(String value) { var instance = getInstance(); instance.put("subDir", value); - return getBuilderAfterCommonparamsubdirDeletesubDir(instance); + return getBuilderAfterSubDir(instance); } default T subDir(Schema1.StringSchemaEnums1 value) { var instance = getInstance(); instance.put("subDir", value.value()); - return getBuilderAfterCommonparamsubdirDeletesubDir(instance); + return getBuilderAfterSubDir(instance); } } - public static class CommonparamsubdirDeletePathParametersMap0Builder implements GenericBuilder> { + public static class PathParametersMap0Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "subDir" @@ -87,7 +87,7 @@ public static class CommonparamsubdirDeletePathParametersMap0Builder implements public Set getKnownKeys() { return knownKeys; } - public CommonparamsubdirDeletePathParametersMap0Builder(Map instance) { + public PathParametersMap0Builder(Map instance) { this.instance = instance; } public Map build() { @@ -95,16 +95,16 @@ public Map build() { } } - public static class CommonparamsubdirDeletePathParametersMapBuilder implements SetterForCommonparamsubdirDeletesubDir { + public static class PathParametersMapBuilder implements SetterForSubDir { private final Map instance; - public CommonparamsubdirDeletePathParametersMapBuilder() { + public PathParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public CommonparamsubdirDeletePathParametersMap0Builder getBuilderAfterCommonparamsubdirDeletesubDir(Map instance) { - return new CommonparamsubdirDeletePathParametersMap0Builder(instance); + public PathParametersMap0Builder getBuilderAfterSubDir(Map instance) { + return new PathParametersMap0Builder(instance); } } @@ -113,7 +113,7 @@ public sealed interface CommonparamsubdirDeletePathParameters1Boxed permits Comm @Nullable Object getData(); } - public record CommonparamsubdirDeletePathParameters1BoxedMap(CommonparamsubdirDeletePathParametersMap data) implements CommonparamsubdirDeletePathParameters1Boxed { + public record CommonparamsubdirDeletePathParameters1BoxedMap(PathParametersMap data) implements CommonparamsubdirDeletePathParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -121,7 +121,7 @@ public record CommonparamsubdirDeletePathParameters1BoxedMap(CommonparamsubdirDe } - public static class CommonparamsubdirDeletePathParameters1 extends JsonSchema implements MapSchemaValidator { + public static class CommonparamsubdirDeletePathParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable CommonparamsubdirDeletePathParameters1 instance = null; protected CommonparamsubdirDeletePathParameters1() { @@ -133,7 +133,7 @@ protected CommonparamsubdirDeletePathParameters1() { .required(Set.of( "subDir" )) - .additionalProperties(CommonparamsubdirDeleteadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -144,7 +144,7 @@ public static CommonparamsubdirDeletePathParameters1 getInstance() { return instance; } - public CommonparamsubdirDeletePathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public PathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -167,10 +167,10 @@ public CommonparamsubdirDeletePathParametersMap getNewInstance(Map arg, Li properties.put(propertyName, (String) propertyInstance); } FrozenMap castProperties = new FrozenMap<>(properties); - return new CommonparamsubdirDeletePathParametersMap(castProperties); + return new PathParametersMap(castProperties); } - public CommonparamsubdirDeletePathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/get/CommonparamsubdirGetPathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/get/CommonparamsubdirGetPathParameters.java index cffa50b94f4..6f36aeb9763 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/get/CommonparamsubdirGetPathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/get/CommonparamsubdirGetPathParameters.java @@ -29,27 +29,27 @@ public class CommonparamsubdirGetPathParameters { // nest classes so all schemas and input/output classes can be public - public static class CommonparamsubdirGetadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable CommonparamsubdirGetadditionalProperties instance = null; - public static CommonparamsubdirGetadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new CommonparamsubdirGetadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class CommonparamsubdirGetPathParametersMap extends FrozenMap { - protected CommonparamsubdirGetPathParametersMap(FrozenMap m) { + public static class PathParametersMap extends FrozenMap { + protected PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( "subDir" ); public static final Set optionalKeys = Set.of(); - public static CommonparamsubdirGetPathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return CommonparamsubdirGetPathParameters1.getInstance().validate(arg, configuration); } @@ -62,24 +62,24 @@ public String subDir() { } } - public interface SetterForCommonparamsubdirGetsubDir { + public interface SetterForSubDir { Map getInstance(); - T getBuilderAfterCommonparamsubdirGetsubDir(Map instance); + T getBuilderAfterSubDir(Map instance); default T subDir(String value) { var instance = getInstance(); instance.put("subDir", value); - return getBuilderAfterCommonparamsubdirGetsubDir(instance); + return getBuilderAfterSubDir(instance); } default T subDir(RouteParamSchema0.StringRouteParamSchemaEnums0 value) { var instance = getInstance(); instance.put("subDir", value.value()); - return getBuilderAfterCommonparamsubdirGetsubDir(instance); + return getBuilderAfterSubDir(instance); } } - public static class CommonparamsubdirGetPathParametersMap0Builder implements GenericBuilder> { + public static class PathParametersMap0Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "subDir" @@ -87,7 +87,7 @@ public static class CommonparamsubdirGetPathParametersMap0Builder implements Gen public Set getKnownKeys() { return knownKeys; } - public CommonparamsubdirGetPathParametersMap0Builder(Map instance) { + public PathParametersMap0Builder(Map instance) { this.instance = instance; } public Map build() { @@ -95,16 +95,16 @@ public Map build() { } } - public static class CommonparamsubdirGetPathParametersMapBuilder implements SetterForCommonparamsubdirGetsubDir { + public static class PathParametersMapBuilder implements SetterForSubDir { private final Map instance; - public CommonparamsubdirGetPathParametersMapBuilder() { + public PathParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public CommonparamsubdirGetPathParametersMap0Builder getBuilderAfterCommonparamsubdirGetsubDir(Map instance) { - return new CommonparamsubdirGetPathParametersMap0Builder(instance); + public PathParametersMap0Builder getBuilderAfterSubDir(Map instance) { + return new PathParametersMap0Builder(instance); } } @@ -113,7 +113,7 @@ public sealed interface CommonparamsubdirGetPathParameters1Boxed permits Commonp @Nullable Object getData(); } - public record CommonparamsubdirGetPathParameters1BoxedMap(CommonparamsubdirGetPathParametersMap data) implements CommonparamsubdirGetPathParameters1Boxed { + public record CommonparamsubdirGetPathParameters1BoxedMap(PathParametersMap data) implements CommonparamsubdirGetPathParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -121,7 +121,7 @@ public record CommonparamsubdirGetPathParameters1BoxedMap(CommonparamsubdirGetPa } - public static class CommonparamsubdirGetPathParameters1 extends JsonSchema implements MapSchemaValidator { + public static class CommonparamsubdirGetPathParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable CommonparamsubdirGetPathParameters1 instance = null; protected CommonparamsubdirGetPathParameters1() { @@ -133,7 +133,7 @@ protected CommonparamsubdirGetPathParameters1() { .required(Set.of( "subDir" )) - .additionalProperties(CommonparamsubdirGetadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -144,7 +144,7 @@ public static CommonparamsubdirGetPathParameters1 getInstance() { return instance; } - public CommonparamsubdirGetPathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public PathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -167,10 +167,10 @@ public CommonparamsubdirGetPathParametersMap getNewInstance(Map arg, List< properties.put(propertyName, (String) propertyInstance); } FrozenMap castProperties = new FrozenMap<>(properties); - return new CommonparamsubdirGetPathParametersMap(castProperties); + return new PathParametersMap(castProperties); } - public CommonparamsubdirGetPathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/get/CommonparamsubdirGetQueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/get/CommonparamsubdirGetQueryParameters.java index 0bcf340194d..23c81934321 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/get/CommonparamsubdirGetQueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/get/CommonparamsubdirGetQueryParameters.java @@ -29,27 +29,27 @@ public class CommonparamsubdirGetQueryParameters { // nest classes so all schemas and input/output classes can be public - public static class CommonparamsubdirGetadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable CommonparamsubdirGetadditionalProperties instance = null; - public static CommonparamsubdirGetadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new CommonparamsubdirGetadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class CommonparamsubdirGetQueryParametersMap extends FrozenMap { - protected CommonparamsubdirGetQueryParametersMap(FrozenMap m) { + public static class QueryParametersMap extends FrozenMap { + protected QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of( "searchStr" ); - public static CommonparamsubdirGetQueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return CommonparamsubdirGetQueryParameters1.getInstance().validate(arg, configuration); } @@ -58,18 +58,18 @@ public String searchStr() throws UnsetPropertyException { } } - public interface SetterForCommonparamsubdirGetsearchStr { + public interface SetterForSearchStr { Map getInstance(); - T getBuilderAfterCommonparamsubdirGetsearchStr(Map instance); + T getBuilderAfterSearchStr(Map instance); default T searchStr(String value) { var instance = getInstance(); instance.put("searchStr", value); - return getBuilderAfterCommonparamsubdirGetsearchStr(instance); + return getBuilderAfterSearchStr(instance); } } - public static class CommonparamsubdirGetQueryParametersMapBuilder implements GenericBuilder>, SetterForCommonparamsubdirGetsearchStr { + public static class QueryParametersMapBuilder implements GenericBuilder>, SetterForSearchStr { private final Map instance; private static final Set knownKeys = Set.of( "searchStr" @@ -77,7 +77,7 @@ public static class CommonparamsubdirGetQueryParametersMapBuilder implements Gen public Set getKnownKeys() { return knownKeys; } - public CommonparamsubdirGetQueryParametersMapBuilder() { + public QueryParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map build() { @@ -86,7 +86,7 @@ public Map build() { public Map getInstance() { return instance; } - public CommonparamsubdirGetQueryParametersMapBuilder getBuilderAfterCommonparamsubdirGetsearchStr(Map instance) { + public QueryParametersMapBuilder getBuilderAfterSearchStr(Map instance) { return this; } } @@ -96,7 +96,7 @@ public sealed interface CommonparamsubdirGetQueryParameters1Boxed permits Common @Nullable Object getData(); } - public record CommonparamsubdirGetQueryParameters1BoxedMap(CommonparamsubdirGetQueryParametersMap data) implements CommonparamsubdirGetQueryParameters1Boxed { + public record CommonparamsubdirGetQueryParameters1BoxedMap(QueryParametersMap data) implements CommonparamsubdirGetQueryParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -104,7 +104,7 @@ public record CommonparamsubdirGetQueryParameters1BoxedMap(CommonparamsubdirGetQ } - public static class CommonparamsubdirGetQueryParameters1 extends JsonSchema implements MapSchemaValidator { + public static class CommonparamsubdirGetQueryParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable CommonparamsubdirGetQueryParameters1 instance = null; protected CommonparamsubdirGetQueryParameters1() { @@ -113,7 +113,7 @@ protected CommonparamsubdirGetQueryParameters1() { .properties(Map.ofEntries( new PropertyEntry("searchStr", Schema0.Schema01.class) )) - .additionalProperties(CommonparamsubdirGetadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -124,7 +124,7 @@ public static CommonparamsubdirGetQueryParameters1 getInstance() { return instance; } - public CommonparamsubdirGetQueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public QueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -147,10 +147,10 @@ public CommonparamsubdirGetQueryParametersMap getNewInstance(Map arg, List properties.put(propertyName, (String) propertyInstance); } FrozenMap castProperties = new FrozenMap<>(properties); - return new CommonparamsubdirGetQueryParametersMap(castProperties); + return new QueryParametersMap(castProperties); } - public CommonparamsubdirGetQueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/post/CommonparamsubdirPostHeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/post/CommonparamsubdirPostHeaderParameters.java index 96b42d5dccc..d800414c7de 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/post/CommonparamsubdirPostHeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/post/CommonparamsubdirPostHeaderParameters.java @@ -29,27 +29,27 @@ public class CommonparamsubdirPostHeaderParameters { // nest classes so all schemas and input/output classes can be public - public static class CommonparamsubdirPostadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable CommonparamsubdirPostadditionalProperties instance = null; - public static CommonparamsubdirPostadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new CommonparamsubdirPostadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class CommonparamsubdirPostHeaderParametersMap extends FrozenMap { - protected CommonparamsubdirPostHeaderParametersMap(FrozenMap m) { + public static class HeaderParametersMap extends FrozenMap { + protected HeaderParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of( "someHeader" ); - public static CommonparamsubdirPostHeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return CommonparamsubdirPostHeaderParameters1.getInstance().validate(arg, configuration); } @@ -58,18 +58,18 @@ public String someHeader() throws UnsetPropertyException { } } - public interface SetterForCommonparamsubdirPostsomeHeader { + public interface SetterForSomeHeader { Map getInstance(); - T getBuilderAfterCommonparamsubdirPostsomeHeader(Map instance); + T getBuilderAfterSomeHeader(Map instance); default T someHeader(String value) { var instance = getInstance(); instance.put("someHeader", value); - return getBuilderAfterCommonparamsubdirPostsomeHeader(instance); + return getBuilderAfterSomeHeader(instance); } } - public static class CommonparamsubdirPostHeaderParametersMapBuilder implements GenericBuilder>, SetterForCommonparamsubdirPostsomeHeader { + public static class HeaderParametersMapBuilder implements GenericBuilder>, SetterForSomeHeader { private final Map instance; private static final Set knownKeys = Set.of( "someHeader" @@ -77,7 +77,7 @@ public static class CommonparamsubdirPostHeaderParametersMapBuilder implements G public Set getKnownKeys() { return knownKeys; } - public CommonparamsubdirPostHeaderParametersMapBuilder() { + public HeaderParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map build() { @@ -86,7 +86,7 @@ public Map build() { public Map getInstance() { return instance; } - public CommonparamsubdirPostHeaderParametersMapBuilder getBuilderAfterCommonparamsubdirPostsomeHeader(Map instance) { + public HeaderParametersMapBuilder getBuilderAfterSomeHeader(Map instance) { return this; } } @@ -96,7 +96,7 @@ public sealed interface CommonparamsubdirPostHeaderParameters1Boxed permits Comm @Nullable Object getData(); } - public record CommonparamsubdirPostHeaderParameters1BoxedMap(CommonparamsubdirPostHeaderParametersMap data) implements CommonparamsubdirPostHeaderParameters1Boxed { + public record CommonparamsubdirPostHeaderParameters1BoxedMap(HeaderParametersMap data) implements CommonparamsubdirPostHeaderParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -104,7 +104,7 @@ public record CommonparamsubdirPostHeaderParameters1BoxedMap(CommonparamsubdirPo } - public static class CommonparamsubdirPostHeaderParameters1 extends JsonSchema implements MapSchemaValidator { + public static class CommonparamsubdirPostHeaderParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable CommonparamsubdirPostHeaderParameters1 instance = null; protected CommonparamsubdirPostHeaderParameters1() { @@ -113,7 +113,7 @@ protected CommonparamsubdirPostHeaderParameters1() { .properties(Map.ofEntries( new PropertyEntry("someHeader", Schema0.Schema01.class) )) - .additionalProperties(CommonparamsubdirPostadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -124,7 +124,7 @@ public static CommonparamsubdirPostHeaderParameters1 getInstance() { return instance; } - public CommonparamsubdirPostHeaderParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public HeaderParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -147,10 +147,10 @@ public CommonparamsubdirPostHeaderParametersMap getNewInstance(Map arg, Li properties.put(propertyName, (String) propertyInstance); } FrozenMap castProperties = new FrozenMap<>(properties); - return new CommonparamsubdirPostHeaderParametersMap(castProperties); + return new HeaderParametersMap(castProperties); } - public CommonparamsubdirPostHeaderParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public HeaderParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/post/CommonparamsubdirPostPathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/post/CommonparamsubdirPostPathParameters.java index d3f0a6c1d9f..def8072055c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/post/CommonparamsubdirPostPathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/commonparamsubdir/post/CommonparamsubdirPostPathParameters.java @@ -29,27 +29,27 @@ public class CommonparamsubdirPostPathParameters { // nest classes so all schemas and input/output classes can be public - public static class CommonparamsubdirPostadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable CommonparamsubdirPostadditionalProperties instance = null; - public static CommonparamsubdirPostadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new CommonparamsubdirPostadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class CommonparamsubdirPostPathParametersMap extends FrozenMap { - protected CommonparamsubdirPostPathParametersMap(FrozenMap m) { + public static class PathParametersMap extends FrozenMap { + protected PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( "subDir" ); public static final Set optionalKeys = Set.of(); - public static CommonparamsubdirPostPathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return CommonparamsubdirPostPathParameters1.getInstance().validate(arg, configuration); } @@ -62,24 +62,24 @@ public String subDir() { } } - public interface SetterForCommonparamsubdirPostsubDir { + public interface SetterForSubDir { Map getInstance(); - T getBuilderAfterCommonparamsubdirPostsubDir(Map instance); + T getBuilderAfterSubDir(Map instance); default T subDir(String value) { var instance = getInstance(); instance.put("subDir", value); - return getBuilderAfterCommonparamsubdirPostsubDir(instance); + return getBuilderAfterSubDir(instance); } default T subDir(RouteParamSchema0.StringRouteParamSchemaEnums0 value) { var instance = getInstance(); instance.put("subDir", value.value()); - return getBuilderAfterCommonparamsubdirPostsubDir(instance); + return getBuilderAfterSubDir(instance); } } - public static class CommonparamsubdirPostPathParametersMap0Builder implements GenericBuilder> { + public static class PathParametersMap0Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "subDir" @@ -87,7 +87,7 @@ public static class CommonparamsubdirPostPathParametersMap0Builder implements Ge public Set getKnownKeys() { return knownKeys; } - public CommonparamsubdirPostPathParametersMap0Builder(Map instance) { + public PathParametersMap0Builder(Map instance) { this.instance = instance; } public Map build() { @@ -95,16 +95,16 @@ public Map build() { } } - public static class CommonparamsubdirPostPathParametersMapBuilder implements SetterForCommonparamsubdirPostsubDir { + public static class PathParametersMapBuilder implements SetterForSubDir { private final Map instance; - public CommonparamsubdirPostPathParametersMapBuilder() { + public PathParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public CommonparamsubdirPostPathParametersMap0Builder getBuilderAfterCommonparamsubdirPostsubDir(Map instance) { - return new CommonparamsubdirPostPathParametersMap0Builder(instance); + public PathParametersMap0Builder getBuilderAfterSubDir(Map instance) { + return new PathParametersMap0Builder(instance); } } @@ -113,7 +113,7 @@ public sealed interface CommonparamsubdirPostPathParameters1Boxed permits Common @Nullable Object getData(); } - public record CommonparamsubdirPostPathParameters1BoxedMap(CommonparamsubdirPostPathParametersMap data) implements CommonparamsubdirPostPathParameters1Boxed { + public record CommonparamsubdirPostPathParameters1BoxedMap(PathParametersMap data) implements CommonparamsubdirPostPathParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -121,7 +121,7 @@ public record CommonparamsubdirPostPathParameters1BoxedMap(CommonparamsubdirPost } - public static class CommonparamsubdirPostPathParameters1 extends JsonSchema implements MapSchemaValidator { + public static class CommonparamsubdirPostPathParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable CommonparamsubdirPostPathParameters1 instance = null; protected CommonparamsubdirPostPathParameters1() { @@ -133,7 +133,7 @@ protected CommonparamsubdirPostPathParameters1() { .required(Set.of( "subDir" )) - .additionalProperties(CommonparamsubdirPostadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -144,7 +144,7 @@ public static CommonparamsubdirPostPathParameters1 getInstance() { return instance; } - public CommonparamsubdirPostPathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public PathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -167,10 +167,10 @@ public CommonparamsubdirPostPathParametersMap getNewInstance(Map arg, List properties.put(propertyName, (String) propertyInstance); } FrozenMap castProperties = new FrozenMap<>(properties); - return new CommonparamsubdirPostPathParametersMap(castProperties); + return new PathParametersMap(castProperties); } - public CommonparamsubdirPostPathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/FakeDelete.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/FakeDelete.java index 61fb91038b5..1e9699662da 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/FakeDelete.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/FakeDelete.java @@ -98,15 +98,15 @@ public Delete(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfi } public static class DeleteRequest { - public FakeDeleteHeaderParameters.FakeDeleteHeaderParametersMap headerParameters; - public FakeDeleteQueryParameters.FakeDeleteQueryParametersMap queryParameters; + public FakeDeleteHeaderParameters.HeaderParametersMap headerParameters; + public FakeDeleteQueryParameters.QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public FakeDeleteSecurityInfo.@Nullable SecurityIndex securityIndex; public @Nullable Duration timeout; public DeleteRequest( - FakeDeleteHeaderParameters.FakeDeleteHeaderParametersMap headerParameters, - FakeDeleteQueryParameters.FakeDeleteQueryParametersMap queryParameters, + FakeDeleteHeaderParameters.HeaderParametersMap headerParameters, + FakeDeleteQueryParameters.QueryParametersMap queryParameters, RootServerInfo.@Nullable ServerIndex serverIndex, FakeDeleteSecurityInfo.@Nullable SecurityIndex securityIndex, @Nullable Duration timeout @@ -120,8 +120,8 @@ public DeleteRequest( } public static class DeleteNullableRequest { - public FakeDeleteHeaderParameters.@Nullable FakeDeleteHeaderParametersMap headerParameters; - public FakeDeleteQueryParameters.@Nullable FakeDeleteQueryParametersMap queryParameters; + public FakeDeleteHeaderParameters.@Nullable HeaderParametersMap headerParameters; + public FakeDeleteQueryParameters.@Nullable QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public FakeDeleteSecurityInfo.@Nullable SecurityIndex securityIndex; public @Nullable Duration timeout; @@ -160,7 +160,7 @@ default T timeout(Duration timeout) { public interface SetterForHeaderParameters { DeleteNullableRequest getInstance(); T getBuilderAfterHeaderParameters(DeleteNullableRequest instance); - default T headerParameters(FakeDeleteHeaderParameters.FakeDeleteHeaderParametersMap headerParameters) { + default T headerParameters(FakeDeleteHeaderParameters.HeaderParametersMap headerParameters) { var instance = getInstance(); instance.headerParameters = headerParameters; return getBuilderAfterHeaderParameters(instance); @@ -170,7 +170,7 @@ default T headerParameters(FakeDeleteHeaderParameters.FakeDeleteHeaderParameters public interface SetterForQueryParameters { DeleteNullableRequest getInstance(); T getBuilderAfterQueryParameters(DeleteNullableRequest instance); - default T queryParameters(FakeDeleteQueryParameters.FakeDeleteQueryParametersMap queryParameters) { + default T queryParameters(FakeDeleteQueryParameters.QueryParametersMap queryParameters) { var instance = getInstance(); instance.queryParameters = queryParameters; return getBuilderAfterQueryParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/FakeGet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/FakeGet.java index 64738201ed4..9239b256da7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/FakeGet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/FakeGet.java @@ -104,8 +104,8 @@ public Get(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigur public static class GetRequest { public FakeGetRequestBody.@Nullable SealedRequestBody requestBody; - public FakeGetHeaderParameters.@Nullable FakeGetHeaderParametersMap headerParameters; - public FakeGetQueryParameters.@Nullable FakeGetQueryParametersMap queryParameters; + public FakeGetHeaderParameters.@Nullable HeaderParametersMap headerParameters; + public FakeGetQueryParameters.@Nullable QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -123,7 +123,7 @@ default T requestBody(FakeGetRequestBody.SealedRequestBody requestBody) { public interface SetterForHeaderParameters { GetRequest getInstance(); T getBuilderAfterHeaderParameters(GetRequest instance); - default T headerParameters(FakeGetHeaderParameters.FakeGetHeaderParametersMap headerParameters) { + default T headerParameters(FakeGetHeaderParameters.HeaderParametersMap headerParameters) { var instance = getInstance(); instance.headerParameters = headerParameters; return getBuilderAfterHeaderParameters(instance); @@ -133,7 +133,7 @@ default T headerParameters(FakeGetHeaderParameters.FakeGetHeaderParametersMap he public interface SetterForQueryParameters { GetRequest getInstance(); T getBuilderAfterQueryParameters(GetRequest instance); - default T queryParameters(FakeGetQueryParameters.FakeGetQueryParametersMap queryParameters) { + default T queryParameters(FakeGetQueryParameters.QueryParametersMap queryParameters) { var instance = getInstance(); instance.queryParameters = queryParameters; return getBuilderAfterQueryParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/delete/FakeDeleteHeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/delete/FakeDeleteHeaderParameters.java index 64314223dd9..e9bde480d1f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/delete/FakeDeleteHeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/delete/FakeDeleteHeaderParameters.java @@ -30,20 +30,20 @@ public class FakeDeleteHeaderParameters { // nest classes so all schemas and input/output classes can be public - public static class FakeDeleteadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable FakeDeleteadditionalProperties instance = null; - public static FakeDeleteadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new FakeDeleteadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class FakeDeleteHeaderParametersMap extends FrozenMap<@Nullable Object> { - protected FakeDeleteHeaderParametersMap(FrozenMap<@Nullable Object> m) { + public static class HeaderParametersMap extends FrozenMap<@Nullable Object> { + protected HeaderParametersMap(FrozenMap<@Nullable Object> m) { super(m); } public static final Set requiredKeys = Set.of( @@ -52,7 +52,7 @@ protected FakeDeleteHeaderParametersMap(FrozenMap<@Nullable Object> m) { public static final Set optionalKeys = Set.of( "boolean_group" ); - public static FakeDeleteHeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return FakeDeleteHeaderParameters1.getInstance().validate(arg, configuration); } @@ -75,41 +75,41 @@ public String boolean_group() throws UnsetPropertyException { } } - public interface SetterForFakeDeleterequiredBooleanGroup { + public interface SetterForRequiredBooleanGroup { Map getInstance(); - T getBuilderAfterFakeDeleterequiredBooleanGroup(Map instance); + T getBuilderAfterRequiredBooleanGroup(Map instance); default T required_boolean_group(String value) { var instance = getInstance(); instance.put("required_boolean_group", value); - return getBuilderAfterFakeDeleterequiredBooleanGroup(instance); + return getBuilderAfterRequiredBooleanGroup(instance); } default T required_boolean_group(Schema1.StringSchemaEnums1 value) { var instance = getInstance(); instance.put("required_boolean_group", value.value()); - return getBuilderAfterFakeDeleterequiredBooleanGroup(instance); + return getBuilderAfterRequiredBooleanGroup(instance); } } - public interface SetterForFakeDeletebooleanGroup { + public interface SetterForBooleanGroup { Map getInstance(); - T getBuilderAfterFakeDeletebooleanGroup(Map instance); + T getBuilderAfterBooleanGroup(Map instance); default T boolean_group(String value) { var instance = getInstance(); instance.put("boolean_group", value); - return getBuilderAfterFakeDeletebooleanGroup(instance); + return getBuilderAfterBooleanGroup(instance); } default T boolean_group(Schema4.StringSchemaEnums4 value) { var instance = getInstance(); instance.put("boolean_group", value.value()); - return getBuilderAfterFakeDeletebooleanGroup(instance); + return getBuilderAfterBooleanGroup(instance); } } - public static class FakeDeleteHeaderParametersMap0Builder implements GenericBuilder>, SetterForFakeDeletebooleanGroup { + public static class HeaderParametersMap0Builder implements GenericBuilder>, SetterForBooleanGroup { private final Map instance; private static final Set knownKeys = Set.of( "required_boolean_group", @@ -118,7 +118,7 @@ public static class FakeDeleteHeaderParametersMap0Builder implements GenericBuil public Set getKnownKeys() { return knownKeys; } - public FakeDeleteHeaderParametersMap0Builder(Map instance) { + public HeaderParametersMap0Builder(Map instance) { this.instance = instance; } public Map build() { @@ -127,21 +127,21 @@ public FakeDeleteHeaderParametersMap0Builder(Map insta public Map getInstance() { return instance; } - public FakeDeleteHeaderParametersMap0Builder getBuilderAfterFakeDeletebooleanGroup(Map instance) { + public HeaderParametersMap0Builder getBuilderAfterBooleanGroup(Map instance) { return this; } } - public static class FakeDeleteHeaderParametersMapBuilder implements SetterForFakeDeleterequiredBooleanGroup { + public static class HeaderParametersMapBuilder implements SetterForRequiredBooleanGroup { private final Map instance; - public FakeDeleteHeaderParametersMapBuilder() { + public HeaderParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public FakeDeleteHeaderParametersMap0Builder getBuilderAfterFakeDeleterequiredBooleanGroup(Map instance) { - return new FakeDeleteHeaderParametersMap0Builder(instance); + public HeaderParametersMap0Builder getBuilderAfterRequiredBooleanGroup(Map instance) { + return new HeaderParametersMap0Builder(instance); } } @@ -150,7 +150,7 @@ public sealed interface FakeDeleteHeaderParameters1Boxed permits FakeDeleteHeade @Nullable Object getData(); } - public record FakeDeleteHeaderParameters1BoxedMap(FakeDeleteHeaderParametersMap data) implements FakeDeleteHeaderParameters1Boxed { + public record FakeDeleteHeaderParameters1BoxedMap(HeaderParametersMap data) implements FakeDeleteHeaderParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -158,7 +158,7 @@ public record FakeDeleteHeaderParameters1BoxedMap(FakeDeleteHeaderParametersMap } - public static class FakeDeleteHeaderParameters1 extends JsonSchema implements MapSchemaValidator { + public static class FakeDeleteHeaderParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable FakeDeleteHeaderParameters1 instance = null; protected FakeDeleteHeaderParameters1() { @@ -171,7 +171,7 @@ protected FakeDeleteHeaderParameters1() { .required(Set.of( "required_boolean_group" )) - .additionalProperties(FakeDeleteadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -182,7 +182,7 @@ public static FakeDeleteHeaderParameters1 getInstance() { return instance; } - public FakeDeleteHeaderParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public HeaderParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -202,10 +202,10 @@ public FakeDeleteHeaderParametersMap getNewInstance(Map arg, List properties.put(propertyName, propertyInstance); } FrozenMap<@Nullable Object> castProperties = new FrozenMap<>(properties); - return new FakeDeleteHeaderParametersMap(castProperties); + return new HeaderParametersMap(castProperties); } - public FakeDeleteHeaderParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public HeaderParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/delete/FakeDeleteQueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/delete/FakeDeleteQueryParameters.java index 23fd96460a5..f5036456013 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/delete/FakeDeleteQueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/delete/FakeDeleteQueryParameters.java @@ -32,20 +32,20 @@ public class FakeDeleteQueryParameters { // nest classes so all schemas and input/output classes can be public - public static class FakeDeleteadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable FakeDeleteadditionalProperties instance = null; - public static FakeDeleteadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new FakeDeleteadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class FakeDeleteQueryParametersMap extends FrozenMap<@Nullable Object> { - protected FakeDeleteQueryParametersMap(FrozenMap<@Nullable Object> m) { + public static class QueryParametersMap extends FrozenMap<@Nullable Object> { + protected QueryParametersMap(FrozenMap<@Nullable Object> m) { super(m); } public static final Set requiredKeys = Set.of( @@ -56,7 +56,7 @@ protected FakeDeleteQueryParametersMap(FrozenMap<@Nullable Object> m) { "int64_group", "string_group" ); - public static FakeDeleteQueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return FakeDeleteQueryParameters1.getInstance().validate(arg, configuration); } @@ -97,87 +97,87 @@ public String string_group() throws UnsetPropertyException { } } - public interface SetterForFakeDeleterequiredInt64Group { + public interface SetterForRequiredInt64Group { Map getInstance(); - T getBuilderAfterFakeDeleterequiredInt64Group(Map instance); + T getBuilderAfterRequiredInt64Group(Map instance); default T required_int64_group(int value) { var instance = getInstance(); instance.put("required_int64_group", value); - return getBuilderAfterFakeDeleterequiredInt64Group(instance); + return getBuilderAfterRequiredInt64Group(instance); } default T required_int64_group(float value) { var instance = getInstance(); instance.put("required_int64_group", value); - return getBuilderAfterFakeDeleterequiredInt64Group(instance); + return getBuilderAfterRequiredInt64Group(instance); } default T required_int64_group(long value) { var instance = getInstance(); instance.put("required_int64_group", value); - return getBuilderAfterFakeDeleterequiredInt64Group(instance); + return getBuilderAfterRequiredInt64Group(instance); } default T required_int64_group(double value) { var instance = getInstance(); instance.put("required_int64_group", value); - return getBuilderAfterFakeDeleterequiredInt64Group(instance); + return getBuilderAfterRequiredInt64Group(instance); } } - public interface SetterForFakeDeleterequiredStringGroup { + public interface SetterForRequiredStringGroup { Map getInstance(); - T getBuilderAfterFakeDeleterequiredStringGroup(Map instance); + T getBuilderAfterRequiredStringGroup(Map instance); default T required_string_group(String value) { var instance = getInstance(); instance.put("required_string_group", value); - return getBuilderAfterFakeDeleterequiredStringGroup(instance); + return getBuilderAfterRequiredStringGroup(instance); } } - public interface SetterForFakeDeleteint64Group { + public interface SetterForInt64Group { Map getInstance(); - T getBuilderAfterFakeDeleteint64Group(Map instance); + T getBuilderAfterInt64Group(Map instance); default T int64_group(int value) { var instance = getInstance(); instance.put("int64_group", value); - return getBuilderAfterFakeDeleteint64Group(instance); + return getBuilderAfterInt64Group(instance); } default T int64_group(float value) { var instance = getInstance(); instance.put("int64_group", value); - return getBuilderAfterFakeDeleteint64Group(instance); + return getBuilderAfterInt64Group(instance); } default T int64_group(long value) { var instance = getInstance(); instance.put("int64_group", value); - return getBuilderAfterFakeDeleteint64Group(instance); + return getBuilderAfterInt64Group(instance); } default T int64_group(double value) { var instance = getInstance(); instance.put("int64_group", value); - return getBuilderAfterFakeDeleteint64Group(instance); + return getBuilderAfterInt64Group(instance); } } - public interface SetterForFakeDeletestringGroup { + public interface SetterForStringGroup { Map getInstance(); - T getBuilderAfterFakeDeletestringGroup(Map instance); + T getBuilderAfterStringGroup(Map instance); default T string_group(String value) { var instance = getInstance(); instance.put("string_group", value); - return getBuilderAfterFakeDeletestringGroup(instance); + return getBuilderAfterStringGroup(instance); } } - public static class FakeDeleteQueryParametersMap00Builder implements GenericBuilder>, SetterForFakeDeleteint64Group, SetterForFakeDeletestringGroup { + public static class QueryParametersMap00Builder implements GenericBuilder>, SetterForInt64Group, SetterForStringGroup { private final Map instance; private static final Set knownKeys = Set.of( "required_int64_group", @@ -188,7 +188,7 @@ public static class FakeDeleteQueryParametersMap00Builder implements GenericBuil public Set getKnownKeys() { return knownKeys; } - public FakeDeleteQueryParametersMap00Builder(Map instance) { + public QueryParametersMap00Builder(Map instance) { this.instance = instance; } public Map build() { @@ -197,53 +197,53 @@ public FakeDeleteQueryParametersMap00Builder(Map insta public Map getInstance() { return instance; } - public FakeDeleteQueryParametersMap00Builder getBuilderAfterFakeDeleteint64Group(Map instance) { + public QueryParametersMap00Builder getBuilderAfterInt64Group(Map instance) { return this; } - public FakeDeleteQueryParametersMap00Builder getBuilderAfterFakeDeletestringGroup(Map instance) { + public QueryParametersMap00Builder getBuilderAfterStringGroup(Map instance) { return this; } } - public static class FakeDeleteQueryParametersMap01Builder implements SetterForFakeDeleterequiredStringGroup { + public static class QueryParametersMap01Builder implements SetterForRequiredStringGroup { private final Map instance; - public FakeDeleteQueryParametersMap01Builder(Map instance) { + public QueryParametersMap01Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FakeDeleteQueryParametersMap00Builder getBuilderAfterFakeDeleterequiredStringGroup(Map instance) { - return new FakeDeleteQueryParametersMap00Builder(instance); + public QueryParametersMap00Builder getBuilderAfterRequiredStringGroup(Map instance) { + return new QueryParametersMap00Builder(instance); } } - public static class FakeDeleteQueryParametersMap10Builder implements SetterForFakeDeleterequiredInt64Group { + public static class QueryParametersMap10Builder implements SetterForRequiredInt64Group { private final Map instance; - public FakeDeleteQueryParametersMap10Builder(Map instance) { + public QueryParametersMap10Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FakeDeleteQueryParametersMap00Builder getBuilderAfterFakeDeleterequiredInt64Group(Map instance) { - return new FakeDeleteQueryParametersMap00Builder(instance); + public QueryParametersMap00Builder getBuilderAfterRequiredInt64Group(Map instance) { + return new QueryParametersMap00Builder(instance); } } - public static class FakeDeleteQueryParametersMapBuilder implements SetterForFakeDeleterequiredInt64Group, SetterForFakeDeleterequiredStringGroup { + public static class QueryParametersMapBuilder implements SetterForRequiredInt64Group, SetterForRequiredStringGroup { private final Map instance; - public FakeDeleteQueryParametersMapBuilder() { + public QueryParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public FakeDeleteQueryParametersMap01Builder getBuilderAfterFakeDeleterequiredInt64Group(Map instance) { - return new FakeDeleteQueryParametersMap01Builder(instance); + public QueryParametersMap01Builder getBuilderAfterRequiredInt64Group(Map instance) { + return new QueryParametersMap01Builder(instance); } - public FakeDeleteQueryParametersMap10Builder getBuilderAfterFakeDeleterequiredStringGroup(Map instance) { - return new FakeDeleteQueryParametersMap10Builder(instance); + public QueryParametersMap10Builder getBuilderAfterRequiredStringGroup(Map instance) { + return new QueryParametersMap10Builder(instance); } } @@ -252,7 +252,7 @@ public sealed interface FakeDeleteQueryParameters1Boxed permits FakeDeleteQueryP @Nullable Object getData(); } - public record FakeDeleteQueryParameters1BoxedMap(FakeDeleteQueryParametersMap data) implements FakeDeleteQueryParameters1Boxed { + public record FakeDeleteQueryParameters1BoxedMap(QueryParametersMap data) implements FakeDeleteQueryParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -260,7 +260,7 @@ public record FakeDeleteQueryParameters1BoxedMap(FakeDeleteQueryParametersMap da } - public static class FakeDeleteQueryParameters1 extends JsonSchema implements MapSchemaValidator { + public static class FakeDeleteQueryParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable FakeDeleteQueryParameters1 instance = null; protected FakeDeleteQueryParameters1() { @@ -276,7 +276,7 @@ protected FakeDeleteQueryParameters1() { "required_int64_group", "required_string_group" )) - .additionalProperties(FakeDeleteadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -287,7 +287,7 @@ public static FakeDeleteQueryParameters1 getInstance() { return instance; } - public FakeDeleteQueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public QueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -307,10 +307,10 @@ public FakeDeleteQueryParametersMap getNewInstance(Map arg, List p properties.put(propertyName, propertyInstance); } FrozenMap<@Nullable Object> castProperties = new FrozenMap<>(properties); - return new FakeDeleteQueryParametersMap(castProperties); + return new QueryParametersMap(castProperties); } - public FakeDeleteQueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/get/FakeGetHeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/get/FakeGetHeaderParameters.java index d68aaf404ce..4ac48925b27 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/get/FakeGetHeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/get/FakeGetHeaderParameters.java @@ -30,20 +30,20 @@ public class FakeGetHeaderParameters { // nest classes so all schemas and input/output classes can be public - public static class FakeGetadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable FakeGetadditionalProperties instance = null; - public static FakeGetadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new FakeGetadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class FakeGetHeaderParametersMap extends FrozenMap<@Nullable Object> { - protected FakeGetHeaderParametersMap(FrozenMap<@Nullable Object> m) { + public static class HeaderParametersMap extends FrozenMap<@Nullable Object> { + protected HeaderParametersMap(FrozenMap<@Nullable Object> m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -51,7 +51,7 @@ protected FakeGetHeaderParametersMap(FrozenMap<@Nullable Object> m) { "enum_header_string", "enum_header_string_array" ); - public static FakeGetHeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return FakeGetHeaderParameters1.getInstance().validate(arg, configuration); } @@ -76,35 +76,35 @@ public Schema0.SchemaList0 enum_header_string_array() throws UnsetPropertyExcept } } - public interface SetterForFakeGetenumHeaderString { + public interface SetterForEnumHeaderString { Map getInstance(); - T getBuilderAfterFakeGetenumHeaderString(Map instance); + T getBuilderAfterEnumHeaderString(Map instance); default T enum_header_string(String value) { var instance = getInstance(); instance.put("enum_header_string", value); - return getBuilderAfterFakeGetenumHeaderString(instance); + return getBuilderAfterEnumHeaderString(instance); } default T enum_header_string(Schema1.StringSchemaEnums1 value) { var instance = getInstance(); instance.put("enum_header_string", value.value()); - return getBuilderAfterFakeGetenumHeaderString(instance); + return getBuilderAfterEnumHeaderString(instance); } } - public interface SetterForFakeGetenumHeaderStringArray { + public interface SetterForEnumHeaderStringArray { Map getInstance(); - T getBuilderAfterFakeGetenumHeaderStringArray(Map instance); + T getBuilderAfterEnumHeaderStringArray(Map instance); default T enum_header_string_array(List value) { var instance = getInstance(); instance.put("enum_header_string_array", value); - return getBuilderAfterFakeGetenumHeaderStringArray(instance); + return getBuilderAfterEnumHeaderStringArray(instance); } } - public static class FakeGetHeaderParametersMapBuilder implements GenericBuilder>, SetterForFakeGetenumHeaderString, SetterForFakeGetenumHeaderStringArray { + public static class HeaderParametersMapBuilder implements GenericBuilder>, SetterForEnumHeaderString, SetterForEnumHeaderStringArray { private final Map instance; private static final Set knownKeys = Set.of( "enum_header_string", @@ -113,7 +113,7 @@ public static class FakeGetHeaderParametersMapBuilder implements GenericBuilder< public Set getKnownKeys() { return knownKeys; } - public FakeGetHeaderParametersMapBuilder() { + public HeaderParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map build() { @@ -122,10 +122,10 @@ public FakeGetHeaderParametersMapBuilder() { public Map getInstance() { return instance; } - public FakeGetHeaderParametersMapBuilder getBuilderAfterFakeGetenumHeaderString(Map instance) { + public HeaderParametersMapBuilder getBuilderAfterEnumHeaderString(Map instance) { return this; } - public FakeGetHeaderParametersMapBuilder getBuilderAfterFakeGetenumHeaderStringArray(Map instance) { + public HeaderParametersMapBuilder getBuilderAfterEnumHeaderStringArray(Map instance) { return this; } } @@ -135,7 +135,7 @@ public sealed interface FakeGetHeaderParameters1Boxed permits FakeGetHeaderParam @Nullable Object getData(); } - public record FakeGetHeaderParameters1BoxedMap(FakeGetHeaderParametersMap data) implements FakeGetHeaderParameters1Boxed { + public record FakeGetHeaderParameters1BoxedMap(HeaderParametersMap data) implements FakeGetHeaderParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -143,7 +143,7 @@ public record FakeGetHeaderParameters1BoxedMap(FakeGetHeaderParametersMap data) } - public static class FakeGetHeaderParameters1 extends JsonSchema implements MapSchemaValidator { + public static class FakeGetHeaderParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable FakeGetHeaderParameters1 instance = null; protected FakeGetHeaderParameters1() { @@ -153,7 +153,7 @@ protected FakeGetHeaderParameters1() { new PropertyEntry("enum_header_string", Schema1.Schema11.class), new PropertyEntry("enum_header_string_array", Schema0.Schema01.class) )) - .additionalProperties(FakeGetadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -164,7 +164,7 @@ public static FakeGetHeaderParameters1 getInstance() { return instance; } - public FakeGetHeaderParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public HeaderParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -184,10 +184,10 @@ public FakeGetHeaderParametersMap getNewInstance(Map arg, List pat properties.put(propertyName, propertyInstance); } FrozenMap<@Nullable Object> castProperties = new FrozenMap<>(properties); - return new FakeGetHeaderParametersMap(castProperties); + return new HeaderParametersMap(castProperties); } - public FakeGetHeaderParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public HeaderParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/get/FakeGetQueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/get/FakeGetQueryParameters.java index 99fba6a721f..90bb2fbb2a0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/get/FakeGetQueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/get/FakeGetQueryParameters.java @@ -32,20 +32,20 @@ public class FakeGetQueryParameters { // nest classes so all schemas and input/output classes can be public - public static class FakeGetadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable FakeGetadditionalProperties instance = null; - public static FakeGetadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new FakeGetadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class FakeGetQueryParametersMap extends FrozenMap<@Nullable Object> { - protected FakeGetQueryParametersMap(FrozenMap<@Nullable Object> m) { + public static class QueryParametersMap extends FrozenMap<@Nullable Object> { + protected QueryParametersMap(FrozenMap<@Nullable Object> m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -55,7 +55,7 @@ protected FakeGetQueryParametersMap(FrozenMap<@Nullable Object> m) { "enum_query_integer", "enum_query_string_array" ); - public static FakeGetQueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return FakeGetQueryParameters1.getInstance().validate(arg, configuration); } @@ -100,117 +100,117 @@ public Schema2.SchemaList2 enum_query_string_array() throws UnsetPropertyExcepti } } - public interface SetterForFakeGetenumQueryDouble { + public interface SetterForEnumQueryDouble { Map getInstance(); - T getBuilderAfterFakeGetenumQueryDouble(Map instance); + T getBuilderAfterEnumQueryDouble(Map instance); default T enum_query_double(int value) { var instance = getInstance(); instance.put("enum_query_double", value); - return getBuilderAfterFakeGetenumQueryDouble(instance); + return getBuilderAfterEnumQueryDouble(instance); } default T enum_query_double(float value) { var instance = getInstance(); instance.put("enum_query_double", value); - return getBuilderAfterFakeGetenumQueryDouble(instance); + return getBuilderAfterEnumQueryDouble(instance); } default T enum_query_double(long value) { var instance = getInstance(); instance.put("enum_query_double", value); - return getBuilderAfterFakeGetenumQueryDouble(instance); + return getBuilderAfterEnumQueryDouble(instance); } default T enum_query_double(double value) { var instance = getInstance(); instance.put("enum_query_double", value); - return getBuilderAfterFakeGetenumQueryDouble(instance); + return getBuilderAfterEnumQueryDouble(instance); } default T enum_query_double(Schema5.DoubleSchemaEnums5 value) { var instance = getInstance(); instance.put("enum_query_double", value.value()); - return getBuilderAfterFakeGetenumQueryDouble(instance); + return getBuilderAfterEnumQueryDouble(instance); } default T enum_query_double(Schema5.FloatSchemaEnums5 value) { var instance = getInstance(); instance.put("enum_query_double", value.value()); - return getBuilderAfterFakeGetenumQueryDouble(instance); + return getBuilderAfterEnumQueryDouble(instance); } } - public interface SetterForFakeGetenumQueryString { + public interface SetterForEnumQueryString { Map getInstance(); - T getBuilderAfterFakeGetenumQueryString(Map instance); + T getBuilderAfterEnumQueryString(Map instance); default T enum_query_string(String value) { var instance = getInstance(); instance.put("enum_query_string", value); - return getBuilderAfterFakeGetenumQueryString(instance); + return getBuilderAfterEnumQueryString(instance); } default T enum_query_string(Schema3.StringSchemaEnums3 value) { var instance = getInstance(); instance.put("enum_query_string", value.value()); - return getBuilderAfterFakeGetenumQueryString(instance); + return getBuilderAfterEnumQueryString(instance); } } - public interface SetterForFakeGetenumQueryInteger { + public interface SetterForEnumQueryInteger { Map getInstance(); - T getBuilderAfterFakeGetenumQueryInteger(Map instance); + T getBuilderAfterEnumQueryInteger(Map instance); default T enum_query_integer(int value) { var instance = getInstance(); instance.put("enum_query_integer", value); - return getBuilderAfterFakeGetenumQueryInteger(instance); + return getBuilderAfterEnumQueryInteger(instance); } default T enum_query_integer(float value) { var instance = getInstance(); instance.put("enum_query_integer", value); - return getBuilderAfterFakeGetenumQueryInteger(instance); + return getBuilderAfterEnumQueryInteger(instance); } default T enum_query_integer(Schema4.IntegerSchemaEnums4 value) { var instance = getInstance(); instance.put("enum_query_integer", value.value()); - return getBuilderAfterFakeGetenumQueryInteger(instance); + return getBuilderAfterEnumQueryInteger(instance); } default T enum_query_integer(Schema4.LongSchemaEnums4 value) { var instance = getInstance(); instance.put("enum_query_integer", value.value()); - return getBuilderAfterFakeGetenumQueryInteger(instance); + return getBuilderAfterEnumQueryInteger(instance); } default T enum_query_integer(Schema4.FloatSchemaEnums4 value) { var instance = getInstance(); instance.put("enum_query_integer", value.value()); - return getBuilderAfterFakeGetenumQueryInteger(instance); + return getBuilderAfterEnumQueryInteger(instance); } default T enum_query_integer(Schema4.DoubleSchemaEnums4 value) { var instance = getInstance(); instance.put("enum_query_integer", value.value()); - return getBuilderAfterFakeGetenumQueryInteger(instance); + return getBuilderAfterEnumQueryInteger(instance); } } - public interface SetterForFakeGetenumQueryStringArray { + public interface SetterForEnumQueryStringArray { Map getInstance(); - T getBuilderAfterFakeGetenumQueryStringArray(Map instance); + T getBuilderAfterEnumQueryStringArray(Map instance); default T enum_query_string_array(List value) { var instance = getInstance(); instance.put("enum_query_string_array", value); - return getBuilderAfterFakeGetenumQueryStringArray(instance); + return getBuilderAfterEnumQueryStringArray(instance); } } - public static class FakeGetQueryParametersMapBuilder implements GenericBuilder>, SetterForFakeGetenumQueryDouble, SetterForFakeGetenumQueryString, SetterForFakeGetenumQueryInteger, SetterForFakeGetenumQueryStringArray { + public static class QueryParametersMapBuilder implements GenericBuilder>, SetterForEnumQueryDouble, SetterForEnumQueryString, SetterForEnumQueryInteger, SetterForEnumQueryStringArray { private final Map instance; private static final Set knownKeys = Set.of( "enum_query_double", @@ -221,7 +221,7 @@ public static class FakeGetQueryParametersMapBuilder implements GenericBuilder getKnownKeys() { return knownKeys; } - public FakeGetQueryParametersMapBuilder() { + public QueryParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map build() { @@ -230,16 +230,16 @@ public FakeGetQueryParametersMapBuilder() { public Map getInstance() { return instance; } - public FakeGetQueryParametersMapBuilder getBuilderAfterFakeGetenumQueryDouble(Map instance) { + public QueryParametersMapBuilder getBuilderAfterEnumQueryDouble(Map instance) { return this; } - public FakeGetQueryParametersMapBuilder getBuilderAfterFakeGetenumQueryString(Map instance) { + public QueryParametersMapBuilder getBuilderAfterEnumQueryString(Map instance) { return this; } - public FakeGetQueryParametersMapBuilder getBuilderAfterFakeGetenumQueryInteger(Map instance) { + public QueryParametersMapBuilder getBuilderAfterEnumQueryInteger(Map instance) { return this; } - public FakeGetQueryParametersMapBuilder getBuilderAfterFakeGetenumQueryStringArray(Map instance) { + public QueryParametersMapBuilder getBuilderAfterEnumQueryStringArray(Map instance) { return this; } } @@ -249,7 +249,7 @@ public sealed interface FakeGetQueryParameters1Boxed permits FakeGetQueryParamet @Nullable Object getData(); } - public record FakeGetQueryParameters1BoxedMap(FakeGetQueryParametersMap data) implements FakeGetQueryParameters1Boxed { + public record FakeGetQueryParameters1BoxedMap(QueryParametersMap data) implements FakeGetQueryParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -257,7 +257,7 @@ public record FakeGetQueryParameters1BoxedMap(FakeGetQueryParametersMap data) im } - public static class FakeGetQueryParameters1 extends JsonSchema implements MapSchemaValidator { + public static class FakeGetQueryParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable FakeGetQueryParameters1 instance = null; protected FakeGetQueryParameters1() { @@ -269,7 +269,7 @@ protected FakeGetQueryParameters1() { new PropertyEntry("enum_query_integer", Schema4.Schema41.class), new PropertyEntry("enum_query_string_array", Schema2.Schema21.class) )) - .additionalProperties(FakeGetadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -280,7 +280,7 @@ public static FakeGetQueryParameters1 getInstance() { return instance; } - public FakeGetQueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public QueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -300,10 +300,10 @@ public FakeGetQueryParametersMap getNewInstance(Map arg, List path properties.put(propertyName, propertyInstance); } FrozenMap<@Nullable Object> castProperties = new FrozenMap<>(properties); - return new FakeGetQueryParametersMap(castProperties); + return new QueryParametersMap(castProperties); } - public FakeGetQueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/get/FakeGetRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/get/FakeGetRequestBody.java index fc306ea11bd..71470cf4465 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/get/FakeGetRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/get/FakeGetRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fake.get; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/patch/FakePatchRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/patch/FakePatchRequestBody.java index 0285e5cfd63..a31bc3e33c1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/patch/FakePatchRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/patch/FakePatchRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fake.patch; import org.openapijsonschematools.client.components.requestbodies.Client; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/post/FakePostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/post/FakePostRequestBody.java index 3d6d88d95e9..77ff9662be2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/post/FakePostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fake/post/FakePostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fake.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeadditionalpropertieswitharrayofenums/get/FakeadditionalpropertieswitharrayofenumsGetRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeadditionalpropertieswitharrayofenums/get/FakeadditionalpropertieswitharrayofenumsGetRequestBody.java index b83e5c5b7af..c8c59d931be 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeadditionalpropertieswitharrayofenums/get/FakeadditionalpropertieswitharrayofenumsGetRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeadditionalpropertieswitharrayofenums/get/FakeadditionalpropertieswitharrayofenumsGetRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakeadditionalpropertieswitharrayofenums.get; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakebodywithfileschema/put/FakebodywithfileschemaPutRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakebodywithfileschema/put/FakebodywithfileschemaPutRequestBody.java index 6a9b15e21f4..3d130906dc0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakebodywithfileschema/put/FakebodywithfileschemaPutRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakebodywithfileschema/put/FakebodywithfileschemaPutRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakebodywithfileschema.put; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakebodywithqueryparams/FakebodywithqueryparamsPut.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakebodywithqueryparams/FakebodywithqueryparamsPut.java index 5be02fcd272..1fd7a628436 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakebodywithqueryparams/FakebodywithqueryparamsPut.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakebodywithqueryparams/FakebodywithqueryparamsPut.java @@ -90,13 +90,13 @@ public Put(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigur public static class PutRequest { public FakebodywithqueryparamsPutRequestBody.SealedRequestBody requestBody; - public FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParametersMap queryParameters; + public FakebodywithqueryparamsPutQueryParameters.QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; public PutRequest( FakebodywithqueryparamsPutRequestBody.SealedRequestBody requestBody, - FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParametersMap queryParameters, + FakebodywithqueryparamsPutQueryParameters.QueryParametersMap queryParameters, RootServerInfo.@Nullable ServerIndex serverIndex, @Nullable Duration timeout ) { @@ -109,7 +109,7 @@ public PutRequest( public static class PutNullableRequest { public FakebodywithqueryparamsPutRequestBody.@Nullable SealedRequestBody requestBody; - public FakebodywithqueryparamsPutQueryParameters.@Nullable FakebodywithqueryparamsPutQueryParametersMap queryParameters; + public FakebodywithqueryparamsPutQueryParameters.@Nullable QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -147,7 +147,7 @@ default T requestBody(FakebodywithqueryparamsPutRequestBody.SealedRequestBody re public interface SetterForQueryParameters { PutNullableRequest getInstance(); T getBuilderAfterQueryParameters(PutNullableRequest instance); - default T queryParameters(FakebodywithqueryparamsPutQueryParameters.FakebodywithqueryparamsPutQueryParametersMap queryParameters) { + default T queryParameters(FakebodywithqueryparamsPutQueryParameters.QueryParametersMap queryParameters) { var instance = getInstance(); instance.queryParameters = queryParameters; return getBuilderAfterQueryParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutQueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutQueryParameters.java index 3b8284fac87..e2e28ed10d7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutQueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutQueryParameters.java @@ -29,27 +29,27 @@ public class FakebodywithqueryparamsPutQueryParameters { // nest classes so all schemas and input/output classes can be public - public static class FakebodywithqueryparamsPutadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable FakebodywithqueryparamsPutadditionalProperties instance = null; - public static FakebodywithqueryparamsPutadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new FakebodywithqueryparamsPutadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class FakebodywithqueryparamsPutQueryParametersMap extends FrozenMap { - protected FakebodywithqueryparamsPutQueryParametersMap(FrozenMap m) { + public static class QueryParametersMap extends FrozenMap { + protected QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( "query" ); public static final Set optionalKeys = Set.of(); - public static FakebodywithqueryparamsPutQueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return FakebodywithqueryparamsPutQueryParameters1.getInstance().validate(arg, configuration); } @@ -62,18 +62,18 @@ public String query() { } } - public interface SetterForFakebodywithqueryparamsPutquery { + public interface SetterForQuery { Map getInstance(); - T getBuilderAfterFakebodywithqueryparamsPutquery(Map instance); + T getBuilderAfterQuery(Map instance); default T query(String value) { var instance = getInstance(); instance.put("query", value); - return getBuilderAfterFakebodywithqueryparamsPutquery(instance); + return getBuilderAfterQuery(instance); } } - public static class FakebodywithqueryparamsPutQueryParametersMap0Builder implements GenericBuilder> { + public static class QueryParametersMap0Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "query" @@ -81,7 +81,7 @@ public static class FakebodywithqueryparamsPutQueryParametersMap0Builder impleme public Set getKnownKeys() { return knownKeys; } - public FakebodywithqueryparamsPutQueryParametersMap0Builder(Map instance) { + public QueryParametersMap0Builder(Map instance) { this.instance = instance; } public Map build() { @@ -89,16 +89,16 @@ public Map build() { } } - public static class FakebodywithqueryparamsPutQueryParametersMapBuilder implements SetterForFakebodywithqueryparamsPutquery { + public static class QueryParametersMapBuilder implements SetterForQuery { private final Map instance; - public FakebodywithqueryparamsPutQueryParametersMapBuilder() { + public QueryParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public FakebodywithqueryparamsPutQueryParametersMap0Builder getBuilderAfterFakebodywithqueryparamsPutquery(Map instance) { - return new FakebodywithqueryparamsPutQueryParametersMap0Builder(instance); + public QueryParametersMap0Builder getBuilderAfterQuery(Map instance) { + return new QueryParametersMap0Builder(instance); } } @@ -107,7 +107,7 @@ public sealed interface FakebodywithqueryparamsPutQueryParameters1Boxed permits @Nullable Object getData(); } - public record FakebodywithqueryparamsPutQueryParameters1BoxedMap(FakebodywithqueryparamsPutQueryParametersMap data) implements FakebodywithqueryparamsPutQueryParameters1Boxed { + public record FakebodywithqueryparamsPutQueryParameters1BoxedMap(QueryParametersMap data) implements FakebodywithqueryparamsPutQueryParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -115,7 +115,7 @@ public record FakebodywithqueryparamsPutQueryParameters1BoxedMap(Fakebodywithque } - public static class FakebodywithqueryparamsPutQueryParameters1 extends JsonSchema implements MapSchemaValidator { + public static class FakebodywithqueryparamsPutQueryParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable FakebodywithqueryparamsPutQueryParameters1 instance = null; protected FakebodywithqueryparamsPutQueryParameters1() { @@ -127,7 +127,7 @@ protected FakebodywithqueryparamsPutQueryParameters1() { .required(Set.of( "query" )) - .additionalProperties(FakebodywithqueryparamsPutadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -138,7 +138,7 @@ public static FakebodywithqueryparamsPutQueryParameters1 getInstance() { return instance; } - public FakebodywithqueryparamsPutQueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public QueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -161,10 +161,10 @@ public FakebodywithqueryparamsPutQueryParametersMap getNewInstance(Map arg properties.put(propertyName, (String) propertyInstance); } FrozenMap castProperties = new FrozenMap<>(properties); - return new FakebodywithqueryparamsPutQueryParametersMap(castProperties); + return new QueryParametersMap(castProperties); } - public FakebodywithqueryparamsPutQueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutRequestBody.java index 06fe702b27b..f8660d61b4e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakebodywithqueryparams/put/FakebodywithqueryparamsPutRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakebodywithqueryparams.put; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakecasesensitiveparams/FakecasesensitiveparamsPut.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakecasesensitiveparams/FakecasesensitiveparamsPut.java index 151c05d7f21..35d386df605 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakecasesensitiveparams/FakecasesensitiveparamsPut.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakecasesensitiveparams/FakecasesensitiveparamsPut.java @@ -80,12 +80,12 @@ public Put(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigur } public static class PutRequest { - public FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParametersMap queryParameters; + public FakecasesensitiveparamsPutQueryParameters.QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; public PutRequest( - FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParametersMap queryParameters, + FakecasesensitiveparamsPutQueryParameters.QueryParametersMap queryParameters, RootServerInfo.@Nullable ServerIndex serverIndex, @Nullable Duration timeout ) { @@ -96,7 +96,7 @@ public PutRequest( } public static class PutNullableRequest { - public FakecasesensitiveparamsPutQueryParameters.@Nullable FakecasesensitiveparamsPutQueryParametersMap queryParameters; + public FakecasesensitiveparamsPutQueryParameters.@Nullable QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -124,7 +124,7 @@ default T timeout(Duration timeout) { public interface SetterForQueryParameters { PutNullableRequest getInstance(); T getBuilderAfterQueryParameters(PutNullableRequest instance); - default T queryParameters(FakecasesensitiveparamsPutQueryParameters.FakecasesensitiveparamsPutQueryParametersMap queryParameters) { + default T queryParameters(FakecasesensitiveparamsPutQueryParameters.QueryParametersMap queryParameters) { var instance = getInstance(); instance.queryParameters = queryParameters; return getBuilderAfterQueryParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakecasesensitiveparams/put/FakecasesensitiveparamsPutQueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakecasesensitiveparams/put/FakecasesensitiveparamsPutQueryParameters.java index 156ae88ab40..67958cf44dd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakecasesensitiveparams/put/FakecasesensitiveparamsPutQueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakecasesensitiveparams/put/FakecasesensitiveparamsPutQueryParameters.java @@ -31,20 +31,20 @@ public class FakecasesensitiveparamsPutQueryParameters { // nest classes so all schemas and input/output classes can be public - public static class FakecasesensitiveparamsPutadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable FakecasesensitiveparamsPutadditionalProperties instance = null; - public static FakecasesensitiveparamsPutadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new FakecasesensitiveparamsPutadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class FakecasesensitiveparamsPutQueryParametersMap extends FrozenMap<@Nullable Object> { - protected FakecasesensitiveparamsPutQueryParametersMap(FrozenMap<@Nullable Object> m) { + public static class QueryParametersMap extends FrozenMap<@Nullable Object> { + protected QueryParametersMap(FrozenMap<@Nullable Object> m) { super(m); } public static final Set requiredKeys = Set.of( @@ -53,7 +53,7 @@ protected FakecasesensitiveparamsPutQueryParametersMap(FrozenMap<@Nullable Objec "some_var" ); public static final Set optionalKeys = Set.of(); - public static FakecasesensitiveparamsPutQueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return FakecasesensitiveparamsPutQueryParameters1.getInstance().validate(arg, configuration); } @@ -82,40 +82,40 @@ public String some_var() { } } - public interface SetterForFakecasesensitiveparamsPutSomeVar { + public interface SetterForSomeVar2 { Map getInstance(); - T getBuilderAfterFakecasesensitiveparamsPutSomeVar(Map instance); + T getBuilderAfterSomeVar2(Map instance); default T SomeVar(String value) { var instance = getInstance(); instance.put("SomeVar", value); - return getBuilderAfterFakecasesensitiveparamsPutSomeVar(instance); + return getBuilderAfterSomeVar2(instance); } } - public interface SetterForFakecasesensitiveparamsPutsomeVar { + public interface SetterForSomeVar { Map getInstance(); - T getBuilderAfterFakecasesensitiveparamsPutsomeVar(Map instance); + T getBuilderAfterSomeVar(Map instance); default T someVar(String value) { var instance = getInstance(); instance.put("someVar", value); - return getBuilderAfterFakecasesensitiveparamsPutsomeVar(instance); + return getBuilderAfterSomeVar(instance); } } - public interface SetterForFakecasesensitiveparamsPutsomeVar1 { + public interface SetterForSomeVar1 { Map getInstance(); - T getBuilderAfterFakecasesensitiveparamsPutsomeVar1(Map instance); + T getBuilderAfterSomeVar1(Map instance); default T some_var(String value) { var instance = getInstance(); instance.put("some_var", value); - return getBuilderAfterFakecasesensitiveparamsPutsomeVar1(instance); + return getBuilderAfterSomeVar1(instance); } } - public static class FakecasesensitiveparamsPutQueryParametersMap000Builder implements GenericBuilder> { + public static class QueryParametersMap000Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "SomeVar", @@ -125,7 +125,7 @@ public static class FakecasesensitiveparamsPutQueryParametersMap000Builder imple public Set getKnownKeys() { return knownKeys; } - public FakecasesensitiveparamsPutQueryParametersMap000Builder(Map instance) { + public QueryParametersMap000Builder(Map instance) { this.instance = instance; } public Map build() { @@ -133,109 +133,109 @@ public FakecasesensitiveparamsPutQueryParametersMap000Builder(Map { + public static class QueryParametersMap001Builder implements SetterForSomeVar1 { private final Map instance; - public FakecasesensitiveparamsPutQueryParametersMap001Builder(Map instance) { + public QueryParametersMap001Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FakecasesensitiveparamsPutQueryParametersMap000Builder getBuilderAfterFakecasesensitiveparamsPutsomeVar1(Map instance) { - return new FakecasesensitiveparamsPutQueryParametersMap000Builder(instance); + public QueryParametersMap000Builder getBuilderAfterSomeVar1(Map instance) { + return new QueryParametersMap000Builder(instance); } } - public static class FakecasesensitiveparamsPutQueryParametersMap010Builder implements SetterForFakecasesensitiveparamsPutsomeVar { + public static class QueryParametersMap010Builder implements SetterForSomeVar { private final Map instance; - public FakecasesensitiveparamsPutQueryParametersMap010Builder(Map instance) { + public QueryParametersMap010Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FakecasesensitiveparamsPutQueryParametersMap000Builder getBuilderAfterFakecasesensitiveparamsPutsomeVar(Map instance) { - return new FakecasesensitiveparamsPutQueryParametersMap000Builder(instance); + public QueryParametersMap000Builder getBuilderAfterSomeVar(Map instance) { + return new QueryParametersMap000Builder(instance); } } - public static class FakecasesensitiveparamsPutQueryParametersMap011Builder implements SetterForFakecasesensitiveparamsPutsomeVar, SetterForFakecasesensitiveparamsPutsomeVar1 { + public static class QueryParametersMap011Builder implements SetterForSomeVar, SetterForSomeVar1 { private final Map instance; - public FakecasesensitiveparamsPutQueryParametersMap011Builder(Map instance) { + public QueryParametersMap011Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FakecasesensitiveparamsPutQueryParametersMap001Builder getBuilderAfterFakecasesensitiveparamsPutsomeVar(Map instance) { - return new FakecasesensitiveparamsPutQueryParametersMap001Builder(instance); + public QueryParametersMap001Builder getBuilderAfterSomeVar(Map instance) { + return new QueryParametersMap001Builder(instance); } - public FakecasesensitiveparamsPutQueryParametersMap010Builder getBuilderAfterFakecasesensitiveparamsPutsomeVar1(Map instance) { - return new FakecasesensitiveparamsPutQueryParametersMap010Builder(instance); + public QueryParametersMap010Builder getBuilderAfterSomeVar1(Map instance) { + return new QueryParametersMap010Builder(instance); } } - public static class FakecasesensitiveparamsPutQueryParametersMap100Builder implements SetterForFakecasesensitiveparamsPutSomeVar { + public static class QueryParametersMap100Builder implements SetterForSomeVar2 { private final Map instance; - public FakecasesensitiveparamsPutQueryParametersMap100Builder(Map instance) { + public QueryParametersMap100Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FakecasesensitiveparamsPutQueryParametersMap000Builder getBuilderAfterFakecasesensitiveparamsPutSomeVar(Map instance) { - return new FakecasesensitiveparamsPutQueryParametersMap000Builder(instance); + public QueryParametersMap000Builder getBuilderAfterSomeVar2(Map instance) { + return new QueryParametersMap000Builder(instance); } } - public static class FakecasesensitiveparamsPutQueryParametersMap101Builder implements SetterForFakecasesensitiveparamsPutSomeVar, SetterForFakecasesensitiveparamsPutsomeVar1 { + public static class QueryParametersMap101Builder implements SetterForSomeVar2, SetterForSomeVar1 { private final Map instance; - public FakecasesensitiveparamsPutQueryParametersMap101Builder(Map instance) { + public QueryParametersMap101Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FakecasesensitiveparamsPutQueryParametersMap001Builder getBuilderAfterFakecasesensitiveparamsPutSomeVar(Map instance) { - return new FakecasesensitiveparamsPutQueryParametersMap001Builder(instance); + public QueryParametersMap001Builder getBuilderAfterSomeVar2(Map instance) { + return new QueryParametersMap001Builder(instance); } - public FakecasesensitiveparamsPutQueryParametersMap100Builder getBuilderAfterFakecasesensitiveparamsPutsomeVar1(Map instance) { - return new FakecasesensitiveparamsPutQueryParametersMap100Builder(instance); + public QueryParametersMap100Builder getBuilderAfterSomeVar1(Map instance) { + return new QueryParametersMap100Builder(instance); } } - public static class FakecasesensitiveparamsPutQueryParametersMap110Builder implements SetterForFakecasesensitiveparamsPutSomeVar, SetterForFakecasesensitiveparamsPutsomeVar { + public static class QueryParametersMap110Builder implements SetterForSomeVar2, SetterForSomeVar { private final Map instance; - public FakecasesensitiveparamsPutQueryParametersMap110Builder(Map instance) { + public QueryParametersMap110Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FakecasesensitiveparamsPutQueryParametersMap010Builder getBuilderAfterFakecasesensitiveparamsPutSomeVar(Map instance) { - return new FakecasesensitiveparamsPutQueryParametersMap010Builder(instance); + public QueryParametersMap010Builder getBuilderAfterSomeVar2(Map instance) { + return new QueryParametersMap010Builder(instance); } - public FakecasesensitiveparamsPutQueryParametersMap100Builder getBuilderAfterFakecasesensitiveparamsPutsomeVar(Map instance) { - return new FakecasesensitiveparamsPutQueryParametersMap100Builder(instance); + public QueryParametersMap100Builder getBuilderAfterSomeVar(Map instance) { + return new QueryParametersMap100Builder(instance); } } - public static class FakecasesensitiveparamsPutQueryParametersMapBuilder implements SetterForFakecasesensitiveparamsPutSomeVar, SetterForFakecasesensitiveparamsPutsomeVar, SetterForFakecasesensitiveparamsPutsomeVar1 { + public static class QueryParametersMapBuilder implements SetterForSomeVar2, SetterForSomeVar, SetterForSomeVar1 { private final Map instance; - public FakecasesensitiveparamsPutQueryParametersMapBuilder() { + public QueryParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public FakecasesensitiveparamsPutQueryParametersMap011Builder getBuilderAfterFakecasesensitiveparamsPutSomeVar(Map instance) { - return new FakecasesensitiveparamsPutQueryParametersMap011Builder(instance); + public QueryParametersMap011Builder getBuilderAfterSomeVar2(Map instance) { + return new QueryParametersMap011Builder(instance); } - public FakecasesensitiveparamsPutQueryParametersMap101Builder getBuilderAfterFakecasesensitiveparamsPutsomeVar(Map instance) { - return new FakecasesensitiveparamsPutQueryParametersMap101Builder(instance); + public QueryParametersMap101Builder getBuilderAfterSomeVar(Map instance) { + return new QueryParametersMap101Builder(instance); } - public FakecasesensitiveparamsPutQueryParametersMap110Builder getBuilderAfterFakecasesensitiveparamsPutsomeVar1(Map instance) { - return new FakecasesensitiveparamsPutQueryParametersMap110Builder(instance); + public QueryParametersMap110Builder getBuilderAfterSomeVar1(Map instance) { + return new QueryParametersMap110Builder(instance); } } @@ -244,7 +244,7 @@ public sealed interface FakecasesensitiveparamsPutQueryParameters1Boxed permits @Nullable Object getData(); } - public record FakecasesensitiveparamsPutQueryParameters1BoxedMap(FakecasesensitiveparamsPutQueryParametersMap data) implements FakecasesensitiveparamsPutQueryParameters1Boxed { + public record FakecasesensitiveparamsPutQueryParameters1BoxedMap(QueryParametersMap data) implements FakecasesensitiveparamsPutQueryParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -252,7 +252,7 @@ public record FakecasesensitiveparamsPutQueryParameters1BoxedMap(Fakecasesensiti } - public static class FakecasesensitiveparamsPutQueryParameters1 extends JsonSchema implements MapSchemaValidator { + public static class FakecasesensitiveparamsPutQueryParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable FakecasesensitiveparamsPutQueryParameters1 instance = null; protected FakecasesensitiveparamsPutQueryParameters1() { @@ -268,7 +268,7 @@ protected FakecasesensitiveparamsPutQueryParameters1() { "someVar", "some_var" )) - .additionalProperties(FakecasesensitiveparamsPutadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -279,7 +279,7 @@ public static FakecasesensitiveparamsPutQueryParameters1 getInstance() { return instance; } - public FakecasesensitiveparamsPutQueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public QueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -299,10 +299,10 @@ public FakecasesensitiveparamsPutQueryParametersMap getNewInstance(Map arg properties.put(propertyName, propertyInstance); } FrozenMap<@Nullable Object> castProperties = new FrozenMap<>(properties); - return new FakecasesensitiveparamsPutQueryParametersMap(castProperties); + return new QueryParametersMap(castProperties); } - public FakecasesensitiveparamsPutQueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeclassnametest/patch/FakeclassnametestPatchRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeclassnametest/patch/FakeclassnametestPatchRequestBody.java index 5b8ff4f8390..69e81d0f4bc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeclassnametest/patch/FakeclassnametestPatchRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeclassnametest/patch/FakeclassnametestPatchRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakeclassnametest.patch; import org.openapijsonschematools.client.components.requestbodies.Client; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakedeletecoffeeid/FakedeletecoffeeidDelete.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakedeletecoffeeid/FakedeletecoffeeidDelete.java index 4fca9306157..09b216880c7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakedeletecoffeeid/FakedeletecoffeeidDelete.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakedeletecoffeeid/FakedeletecoffeeidDelete.java @@ -79,12 +79,12 @@ public Delete(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfi } public static class DeleteRequest { - public FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParametersMap pathParameters; + public FakedeletecoffeeidDeletePathParameters.PathParametersMap pathParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; public DeleteRequest( - FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParametersMap pathParameters, + FakedeletecoffeeidDeletePathParameters.PathParametersMap pathParameters, RootServerInfo.@Nullable ServerIndex serverIndex, @Nullable Duration timeout ) { @@ -95,7 +95,7 @@ public DeleteRequest( } public static class DeleteNullableRequest { - public FakedeletecoffeeidDeletePathParameters.@Nullable FakedeletecoffeeidDeletePathParametersMap pathParameters; + public FakedeletecoffeeidDeletePathParameters.@Nullable PathParametersMap pathParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -123,7 +123,7 @@ default T timeout(Duration timeout) { public interface SetterForPathParameters { DeleteNullableRequest getInstance(); T getBuilderAfterPathParameters(DeleteNullableRequest instance); - default T pathParameters(FakedeletecoffeeidDeletePathParameters.FakedeletecoffeeidDeletePathParametersMap pathParameters) { + default T pathParameters(FakedeletecoffeeidDeletePathParameters.PathParametersMap pathParameters) { var instance = getInstance(); instance.pathParameters = pathParameters; return getBuilderAfterPathParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakedeletecoffeeid/delete/FakedeletecoffeeidDeletePathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakedeletecoffeeid/delete/FakedeletecoffeeidDeletePathParameters.java index 870bd0bc79f..b2171bdfaf0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakedeletecoffeeid/delete/FakedeletecoffeeidDeletePathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakedeletecoffeeid/delete/FakedeletecoffeeidDeletePathParameters.java @@ -29,27 +29,27 @@ public class FakedeletecoffeeidDeletePathParameters { // nest classes so all schemas and input/output classes can be public - public static class FakedeletecoffeeidDeleteadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable FakedeletecoffeeidDeleteadditionalProperties instance = null; - public static FakedeletecoffeeidDeleteadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new FakedeletecoffeeidDeleteadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class FakedeletecoffeeidDeletePathParametersMap extends FrozenMap { - protected FakedeletecoffeeidDeletePathParametersMap(FrozenMap m) { + public static class PathParametersMap extends FrozenMap { + protected PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( "id" ); public static final Set optionalKeys = Set.of(); - public static FakedeletecoffeeidDeletePathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return FakedeletecoffeeidDeletePathParameters1.getInstance().validate(arg, configuration); } @@ -62,18 +62,18 @@ public String id() { } } - public interface SetterForFakedeletecoffeeidDeleteid { + public interface SetterForId { Map getInstance(); - T getBuilderAfterFakedeletecoffeeidDeleteid(Map instance); + T getBuilderAfterId(Map instance); default T id(String value) { var instance = getInstance(); instance.put("id", value); - return getBuilderAfterFakedeletecoffeeidDeleteid(instance); + return getBuilderAfterId(instance); } } - public static class FakedeletecoffeeidDeletePathParametersMap0Builder implements GenericBuilder> { + public static class PathParametersMap0Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "id" @@ -81,7 +81,7 @@ public static class FakedeletecoffeeidDeletePathParametersMap0Builder implements public Set getKnownKeys() { return knownKeys; } - public FakedeletecoffeeidDeletePathParametersMap0Builder(Map instance) { + public PathParametersMap0Builder(Map instance) { this.instance = instance; } public Map build() { @@ -89,16 +89,16 @@ public Map build() { } } - public static class FakedeletecoffeeidDeletePathParametersMapBuilder implements SetterForFakedeletecoffeeidDeleteid { + public static class PathParametersMapBuilder implements SetterForId { private final Map instance; - public FakedeletecoffeeidDeletePathParametersMapBuilder() { + public PathParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public FakedeletecoffeeidDeletePathParametersMap0Builder getBuilderAfterFakedeletecoffeeidDeleteid(Map instance) { - return new FakedeletecoffeeidDeletePathParametersMap0Builder(instance); + public PathParametersMap0Builder getBuilderAfterId(Map instance) { + return new PathParametersMap0Builder(instance); } } @@ -107,7 +107,7 @@ public sealed interface FakedeletecoffeeidDeletePathParameters1Boxed permits Fak @Nullable Object getData(); } - public record FakedeletecoffeeidDeletePathParameters1BoxedMap(FakedeletecoffeeidDeletePathParametersMap data) implements FakedeletecoffeeidDeletePathParameters1Boxed { + public record FakedeletecoffeeidDeletePathParameters1BoxedMap(PathParametersMap data) implements FakedeletecoffeeidDeletePathParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -115,7 +115,7 @@ public record FakedeletecoffeeidDeletePathParameters1BoxedMap(Fakedeletecoffeeid } - public static class FakedeletecoffeeidDeletePathParameters1 extends JsonSchema implements MapSchemaValidator { + public static class FakedeletecoffeeidDeletePathParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable FakedeletecoffeeidDeletePathParameters1 instance = null; protected FakedeletecoffeeidDeletePathParameters1() { @@ -127,7 +127,7 @@ protected FakedeletecoffeeidDeletePathParameters1() { .required(Set.of( "id" )) - .additionalProperties(FakedeletecoffeeidDeleteadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -138,7 +138,7 @@ public static FakedeletecoffeeidDeletePathParameters1 getInstance() { return instance; } - public FakedeletecoffeeidDeletePathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public PathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -161,10 +161,10 @@ public FakedeletecoffeeidDeletePathParametersMap getNewInstance(Map arg, L properties.put(propertyName, (String) propertyInstance); } FrozenMap castProperties = new FrozenMap<>(properties); - return new FakedeletecoffeeidDeletePathParametersMap(castProperties); + return new PathParametersMap(castProperties); } - public FakedeletecoffeeidDeletePathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeinlineadditionalproperties/post/FakeinlineadditionalpropertiesPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeinlineadditionalproperties/post/FakeinlineadditionalpropertiesPostRequestBody.java index 6c4c153915a..eb76fe2b4f4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeinlineadditionalproperties/post/FakeinlineadditionalpropertiesPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeinlineadditionalproperties/post/FakeinlineadditionalpropertiesPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakeinlineadditionalproperties.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeinlinecomposition/FakeinlinecompositionPost.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeinlinecomposition/FakeinlinecompositionPost.java index ce21538668b..0a51b2c0c01 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeinlinecomposition/FakeinlinecompositionPost.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeinlinecomposition/FakeinlinecompositionPost.java @@ -97,7 +97,7 @@ public Post(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigu public static class PostRequest { public FakeinlinecompositionPostRequestBody.@Nullable SealedRequestBody requestBody; - public FakeinlinecompositionPostQueryParameters.@Nullable FakeinlinecompositionPostQueryParametersMap queryParameters; + public FakeinlinecompositionPostQueryParameters.@Nullable QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -115,7 +115,7 @@ default T requestBody(FakeinlinecompositionPostRequestBody.SealedRequestBody req public interface SetterForQueryParameters { PostRequest getInstance(); T getBuilderAfterQueryParameters(PostRequest instance); - default T queryParameters(FakeinlinecompositionPostQueryParameters.FakeinlinecompositionPostQueryParametersMap queryParameters) { + default T queryParameters(FakeinlinecompositionPostQueryParameters.QueryParametersMap queryParameters) { var instance = getInstance(); instance.queryParameters = queryParameters; return getBuilderAfterQueryParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeinlinecomposition/post/FakeinlinecompositionPostQueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeinlinecomposition/post/FakeinlinecompositionPostQueryParameters.java index 445cd00fb69..c4529070458 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeinlinecomposition/post/FakeinlinecompositionPostQueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeinlinecomposition/post/FakeinlinecompositionPostQueryParameters.java @@ -30,20 +30,20 @@ public class FakeinlinecompositionPostQueryParameters { // nest classes so all schemas and input/output classes can be public - public static class FakeinlinecompositionPostadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable FakeinlinecompositionPostadditionalProperties instance = null; - public static FakeinlinecompositionPostadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new FakeinlinecompositionPostadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class FakeinlinecompositionPostQueryParametersMap extends FrozenMap<@Nullable Object> { - protected FakeinlinecompositionPostQueryParametersMap(FrozenMap<@Nullable Object> m) { + public static class QueryParametersMap extends FrozenMap<@Nullable Object> { + protected QueryParametersMap(FrozenMap<@Nullable Object> m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -51,7 +51,7 @@ protected FakeinlinecompositionPostQueryParametersMap(FrozenMap<@Nullable Object "compositionAtRoot", "compositionInProperty" ); - public static FakeinlinecompositionPostQueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return FakeinlinecompositionPostQueryParameters1.getInstance().validate(arg, configuration); } @@ -76,77 +76,77 @@ public Schema1.SchemaMap1 compositionInProperty() throws UnsetPropertyException } } - public interface SetterForFakeinlinecompositionPostcompositionAtRoot { + public interface SetterForCompositionAtRoot { Map getInstance(); - T getBuilderAfterFakeinlinecompositionPostcompositionAtRoot(Map instance); + T getBuilderAfterCompositionAtRoot(Map instance); default T compositionAtRoot(Void value) { var instance = getInstance(); instance.put("compositionAtRoot", null); - return getBuilderAfterFakeinlinecompositionPostcompositionAtRoot(instance); + return getBuilderAfterCompositionAtRoot(instance); } default T compositionAtRoot(boolean value) { var instance = getInstance(); instance.put("compositionAtRoot", value); - return getBuilderAfterFakeinlinecompositionPostcompositionAtRoot(instance); + return getBuilderAfterCompositionAtRoot(instance); } default T compositionAtRoot(String value) { var instance = getInstance(); instance.put("compositionAtRoot", value); - return getBuilderAfterFakeinlinecompositionPostcompositionAtRoot(instance); + return getBuilderAfterCompositionAtRoot(instance); } default T compositionAtRoot(int value) { var instance = getInstance(); instance.put("compositionAtRoot", value); - return getBuilderAfterFakeinlinecompositionPostcompositionAtRoot(instance); + return getBuilderAfterCompositionAtRoot(instance); } default T compositionAtRoot(float value) { var instance = getInstance(); instance.put("compositionAtRoot", value); - return getBuilderAfterFakeinlinecompositionPostcompositionAtRoot(instance); + return getBuilderAfterCompositionAtRoot(instance); } default T compositionAtRoot(long value) { var instance = getInstance(); instance.put("compositionAtRoot", value); - return getBuilderAfterFakeinlinecompositionPostcompositionAtRoot(instance); + return getBuilderAfterCompositionAtRoot(instance); } default T compositionAtRoot(double value) { var instance = getInstance(); instance.put("compositionAtRoot", value); - return getBuilderAfterFakeinlinecompositionPostcompositionAtRoot(instance); + return getBuilderAfterCompositionAtRoot(instance); } default T compositionAtRoot(List value) { var instance = getInstance(); instance.put("compositionAtRoot", value); - return getBuilderAfterFakeinlinecompositionPostcompositionAtRoot(instance); + return getBuilderAfterCompositionAtRoot(instance); } default T compositionAtRoot(Map value) { var instance = getInstance(); instance.put("compositionAtRoot", value); - return getBuilderAfterFakeinlinecompositionPostcompositionAtRoot(instance); + return getBuilderAfterCompositionAtRoot(instance); } } - public interface SetterForFakeinlinecompositionPostcompositionInProperty { + public interface SetterForCompositionInProperty { Map getInstance(); - T getBuilderAfterFakeinlinecompositionPostcompositionInProperty(Map instance); + T getBuilderAfterCompositionInProperty(Map instance); default T compositionInProperty(Map value) { var instance = getInstance(); instance.put("compositionInProperty", value); - return getBuilderAfterFakeinlinecompositionPostcompositionInProperty(instance); + return getBuilderAfterCompositionInProperty(instance); } } - public static class FakeinlinecompositionPostQueryParametersMapBuilder implements GenericBuilder>, SetterForFakeinlinecompositionPostcompositionAtRoot, SetterForFakeinlinecompositionPostcompositionInProperty { + public static class QueryParametersMapBuilder implements GenericBuilder>, SetterForCompositionAtRoot, SetterForCompositionInProperty { private final Map instance; private static final Set knownKeys = Set.of( "compositionAtRoot", @@ -155,7 +155,7 @@ public static class FakeinlinecompositionPostQueryParametersMapBuilder implement public Set getKnownKeys() { return knownKeys; } - public FakeinlinecompositionPostQueryParametersMapBuilder() { + public QueryParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map build() { @@ -164,10 +164,10 @@ public FakeinlinecompositionPostQueryParametersMapBuilder() { public Map getInstance() { return instance; } - public FakeinlinecompositionPostQueryParametersMapBuilder getBuilderAfterFakeinlinecompositionPostcompositionAtRoot(Map instance) { + public QueryParametersMapBuilder getBuilderAfterCompositionAtRoot(Map instance) { return this; } - public FakeinlinecompositionPostQueryParametersMapBuilder getBuilderAfterFakeinlinecompositionPostcompositionInProperty(Map instance) { + public QueryParametersMapBuilder getBuilderAfterCompositionInProperty(Map instance) { return this; } } @@ -177,7 +177,7 @@ public sealed interface FakeinlinecompositionPostQueryParameters1Boxed permits F @Nullable Object getData(); } - public record FakeinlinecompositionPostQueryParameters1BoxedMap(FakeinlinecompositionPostQueryParametersMap data) implements FakeinlinecompositionPostQueryParameters1Boxed { + public record FakeinlinecompositionPostQueryParameters1BoxedMap(QueryParametersMap data) implements FakeinlinecompositionPostQueryParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -185,7 +185,7 @@ public record FakeinlinecompositionPostQueryParameters1BoxedMap(Fakeinlinecompos } - public static class FakeinlinecompositionPostQueryParameters1 extends JsonSchema implements MapSchemaValidator { + public static class FakeinlinecompositionPostQueryParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable FakeinlinecompositionPostQueryParameters1 instance = null; protected FakeinlinecompositionPostQueryParameters1() { @@ -195,7 +195,7 @@ protected FakeinlinecompositionPostQueryParameters1() { new PropertyEntry("compositionAtRoot", Schema0.Schema01.class), new PropertyEntry("compositionInProperty", Schema1.Schema11.class) )) - .additionalProperties(FakeinlinecompositionPostadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -206,7 +206,7 @@ public static FakeinlinecompositionPostQueryParameters1 getInstance() { return instance; } - public FakeinlinecompositionPostQueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public QueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -226,10 +226,10 @@ public FakeinlinecompositionPostQueryParametersMap getNewInstance(Map arg, properties.put(propertyName, propertyInstance); } FrozenMap<@Nullable Object> castProperties = new FrozenMap<>(properties); - return new FakeinlinecompositionPostQueryParametersMap(castProperties); + return new QueryParametersMap(castProperties); } - public FakeinlinecompositionPostQueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeinlinecomposition/post/FakeinlinecompositionPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeinlinecomposition/post/FakeinlinecompositionPostRequestBody.java index 3dd064dc81c..6d85bd751c6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeinlinecomposition/post/FakeinlinecompositionPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeinlinecomposition/post/FakeinlinecompositionPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakeinlinecomposition.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakejsonformdata/get/FakejsonformdataGetRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakejsonformdata/get/FakejsonformdataGetRequestBody.java index e479c67b45a..db4fc9f757b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakejsonformdata/get/FakejsonformdataGetRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakejsonformdata/get/FakejsonformdataGetRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakejsonformdata.get; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakejsonpatch/patch/FakejsonpatchPatchRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakejsonpatch/patch/FakejsonpatchPatchRequestBody.java index 081d25adba1..56bf4d5e8d5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakejsonpatch/patch/FakejsonpatchPatchRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakejsonpatch/patch/FakejsonpatchPatchRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakejsonpatch.patch; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakejsonwithcharset/post/FakejsonwithcharsetPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakejsonwithcharset/post/FakejsonwithcharsetPostRequestBody.java index f0d5ad440d1..86e3ba4f283 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakejsonwithcharset/post/FakejsonwithcharsetPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakejsonwithcharset/post/FakejsonwithcharsetPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakejsonwithcharset.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakemultiplerequestbodycontenttypes/post/FakemultiplerequestbodycontenttypesPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakemultiplerequestbodycontenttypes/post/FakemultiplerequestbodycontenttypesPostRequestBody.java index 5b9b8fc6ab8..537497a9cc9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakemultiplerequestbodycontenttypes/post/FakemultiplerequestbodycontenttypesPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakemultiplerequestbodycontenttypes/post/FakemultiplerequestbodycontenttypesPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakemultiplerequestbodycontenttypes.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeobjinquery/FakeobjinqueryGet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeobjinquery/FakeobjinqueryGet.java index fafba1cee8e..b4fa0a4edbd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeobjinquery/FakeobjinqueryGet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeobjinquery/FakeobjinqueryGet.java @@ -83,7 +83,7 @@ public Get(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigur } public static class GetRequest { - public FakeobjinqueryGetQueryParameters.@Nullable FakeobjinqueryGetQueryParametersMap queryParameters; + public FakeobjinqueryGetQueryParameters.@Nullable QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -91,7 +91,7 @@ public static class GetRequest { public interface SetterForQueryParameters { GetRequest getInstance(); T getBuilderAfterQueryParameters(GetRequest instance); - default T queryParameters(FakeobjinqueryGetQueryParameters.FakeobjinqueryGetQueryParametersMap queryParameters) { + default T queryParameters(FakeobjinqueryGetQueryParameters.QueryParametersMap queryParameters) { var instance = getInstance(); instance.queryParameters = queryParameters; return getBuilderAfterQueryParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeobjinquery/get/FakeobjinqueryGetQueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeobjinquery/get/FakeobjinqueryGetQueryParameters.java index 65d46dd8fe8..bd8b2045e9c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeobjinquery/get/FakeobjinqueryGetQueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeobjinquery/get/FakeobjinqueryGetQueryParameters.java @@ -29,27 +29,27 @@ public class FakeobjinqueryGetQueryParameters { // nest classes so all schemas and input/output classes can be public - public static class FakeobjinqueryGetadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable FakeobjinqueryGetadditionalProperties instance = null; - public static FakeobjinqueryGetadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new FakeobjinqueryGetadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class FakeobjinqueryGetQueryParametersMap extends FrozenMap { - protected FakeobjinqueryGetQueryParametersMap(FrozenMap m) { + public static class QueryParametersMap extends FrozenMap { + protected QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of( "mapBean" ); - public static FakeobjinqueryGetQueryParametersMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { + public static QueryParametersMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { return FakeobjinqueryGetQueryParameters1.getInstance().validate(arg, configuration); } @@ -58,18 +58,18 @@ public Schema0.SchemaMap0 mapBean() throws UnsetPropertyException { } } - public interface SetterForFakeobjinqueryGetmapBean { + public interface SetterForMapBean { Map> getInstance(); - T getBuilderAfterFakeobjinqueryGetmapBean(Map> instance); + T getBuilderAfterMapBean(Map> instance); default T mapBean(Map value) { var instance = getInstance(); instance.put("mapBean", value); - return getBuilderAfterFakeobjinqueryGetmapBean(instance); + return getBuilderAfterMapBean(instance); } } - public static class FakeobjinqueryGetQueryParametersMapBuilder implements GenericBuilder>>, SetterForFakeobjinqueryGetmapBean { + public static class QueryParametersMapBuilder implements GenericBuilder>>, SetterForMapBean { private final Map> instance; private static final Set knownKeys = Set.of( "mapBean" @@ -77,7 +77,7 @@ public static class FakeobjinqueryGetQueryParametersMapBuilder implements Generi public Set getKnownKeys() { return knownKeys; } - public FakeobjinqueryGetQueryParametersMapBuilder() { + public QueryParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map> build() { @@ -86,7 +86,7 @@ public FakeobjinqueryGetQueryParametersMapBuilder() { public Map> getInstance() { return instance; } - public FakeobjinqueryGetQueryParametersMapBuilder getBuilderAfterFakeobjinqueryGetmapBean(Map> instance) { + public QueryParametersMapBuilder getBuilderAfterMapBean(Map> instance) { return this; } } @@ -96,7 +96,7 @@ public sealed interface FakeobjinqueryGetQueryParameters1Boxed permits Fakeobjin @Nullable Object getData(); } - public record FakeobjinqueryGetQueryParameters1BoxedMap(FakeobjinqueryGetQueryParametersMap data) implements FakeobjinqueryGetQueryParameters1Boxed { + public record FakeobjinqueryGetQueryParameters1BoxedMap(QueryParametersMap data) implements FakeobjinqueryGetQueryParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -104,7 +104,7 @@ public record FakeobjinqueryGetQueryParameters1BoxedMap(FakeobjinqueryGetQueryPa } - public static class FakeobjinqueryGetQueryParameters1 extends JsonSchema implements MapSchemaValidator { + public static class FakeobjinqueryGetQueryParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable FakeobjinqueryGetQueryParameters1 instance = null; protected FakeobjinqueryGetQueryParameters1() { @@ -113,7 +113,7 @@ protected FakeobjinqueryGetQueryParameters1() { .properties(Map.ofEntries( new PropertyEntry("mapBean", Schema0.Schema01.class) )) - .additionalProperties(FakeobjinqueryGetadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -124,7 +124,7 @@ public static FakeobjinqueryGetQueryParameters1 getInstance() { return instance; } - public FakeobjinqueryGetQueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public QueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -147,10 +147,10 @@ public FakeobjinqueryGetQueryParametersMap getNewInstance(Map arg, List castProperties = new FrozenMap<>(properties); - return new FakeobjinqueryGetQueryParametersMap(castProperties); + return new QueryParametersMap(castProperties); } - public FakeobjinqueryGetQueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/Fakeparametercollisions1ababselfabPost.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/Fakeparametercollisions1ababselfabPost.java index 1e7dc076454..0b245fa60d0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/Fakeparametercollisions1ababselfabPost.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/Fakeparametercollisions1ababselfabPost.java @@ -115,20 +115,20 @@ public Post(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigu } public static class PostRequest { - public Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParametersMap pathParameters; + public Fakeparametercollisions1ababselfabPostPathParameters.PathParametersMap pathParameters; public Fakeparametercollisions1ababselfabPostRequestBody.@Nullable SealedRequestBody requestBody; - public Fakeparametercollisions1ababselfabPostHeaderParameters.@Nullable Fakeparametercollisions1ababselfabPostHeaderParametersMap headerParameters; - public Fakeparametercollisions1ababselfabPostQueryParameters.@Nullable Fakeparametercollisions1ababselfabPostQueryParametersMap queryParameters; - public Fakeparametercollisions1ababselfabPostCookieParameters.@Nullable Fakeparametercollisions1ababselfabPostCookieParametersMap cookieParameters; + public Fakeparametercollisions1ababselfabPostHeaderParameters.@Nullable HeaderParametersMap headerParameters; + public Fakeparametercollisions1ababselfabPostQueryParameters.@Nullable QueryParametersMap queryParameters; + public Fakeparametercollisions1ababselfabPostCookieParameters.@Nullable CookieParametersMap cookieParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; public PostRequest( - Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParametersMap pathParameters, + Fakeparametercollisions1ababselfabPostPathParameters.PathParametersMap pathParameters, Fakeparametercollisions1ababselfabPostRequestBody.@Nullable SealedRequestBody requestBody, - Fakeparametercollisions1ababselfabPostHeaderParameters.@Nullable Fakeparametercollisions1ababselfabPostHeaderParametersMap headerParameters, - Fakeparametercollisions1ababselfabPostQueryParameters.@Nullable Fakeparametercollisions1ababselfabPostQueryParametersMap queryParameters, - Fakeparametercollisions1ababselfabPostCookieParameters.@Nullable Fakeparametercollisions1ababselfabPostCookieParametersMap cookieParameters, + Fakeparametercollisions1ababselfabPostHeaderParameters.@Nullable HeaderParametersMap headerParameters, + Fakeparametercollisions1ababselfabPostQueryParameters.@Nullable QueryParametersMap queryParameters, + Fakeparametercollisions1ababselfabPostCookieParameters.@Nullable CookieParametersMap cookieParameters, RootServerInfo.@Nullable ServerIndex serverIndex, @Nullable Duration timeout ) { @@ -143,11 +143,11 @@ public PostRequest( } public static class PostNullableRequest { - public Fakeparametercollisions1ababselfabPostPathParameters.@Nullable Fakeparametercollisions1ababselfabPostPathParametersMap pathParameters; + public Fakeparametercollisions1ababselfabPostPathParameters.@Nullable PathParametersMap pathParameters; public Fakeparametercollisions1ababselfabPostRequestBody.@Nullable SealedRequestBody requestBody; - public Fakeparametercollisions1ababselfabPostHeaderParameters.@Nullable Fakeparametercollisions1ababselfabPostHeaderParametersMap headerParameters; - public Fakeparametercollisions1ababselfabPostQueryParameters.@Nullable Fakeparametercollisions1ababselfabPostQueryParametersMap queryParameters; - public Fakeparametercollisions1ababselfabPostCookieParameters.@Nullable Fakeparametercollisions1ababselfabPostCookieParametersMap cookieParameters; + public Fakeparametercollisions1ababselfabPostHeaderParameters.@Nullable HeaderParametersMap headerParameters; + public Fakeparametercollisions1ababselfabPostQueryParameters.@Nullable QueryParametersMap queryParameters; + public Fakeparametercollisions1ababselfabPostCookieParameters.@Nullable CookieParametersMap cookieParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -165,7 +165,7 @@ default T requestBody(Fakeparametercollisions1ababselfabPostRequestBody.SealedRe public interface SetterForHeaderParameters { PostNullableRequest getInstance(); T getBuilderAfterHeaderParameters(PostNullableRequest instance); - default T headerParameters(Fakeparametercollisions1ababselfabPostHeaderParameters.Fakeparametercollisions1ababselfabPostHeaderParametersMap headerParameters) { + default T headerParameters(Fakeparametercollisions1ababselfabPostHeaderParameters.HeaderParametersMap headerParameters) { var instance = getInstance(); instance.headerParameters = headerParameters; return getBuilderAfterHeaderParameters(instance); @@ -175,7 +175,7 @@ default T headerParameters(Fakeparametercollisions1ababselfabPostHeaderParameter public interface SetterForQueryParameters { PostNullableRequest getInstance(); T getBuilderAfterQueryParameters(PostNullableRequest instance); - default T queryParameters(Fakeparametercollisions1ababselfabPostQueryParameters.Fakeparametercollisions1ababselfabPostQueryParametersMap queryParameters) { + default T queryParameters(Fakeparametercollisions1ababselfabPostQueryParameters.QueryParametersMap queryParameters) { var instance = getInstance(); instance.queryParameters = queryParameters; return getBuilderAfterQueryParameters(instance); @@ -185,7 +185,7 @@ default T queryParameters(Fakeparametercollisions1ababselfabPostQueryParameters. public interface SetterForCookieParameters { PostNullableRequest getInstance(); T getBuilderAfterCookieParameters(PostNullableRequest instance); - default T cookieParameters(Fakeparametercollisions1ababselfabPostCookieParameters.Fakeparametercollisions1ababselfabPostCookieParametersMap cookieParameters) { + default T cookieParameters(Fakeparametercollisions1ababselfabPostCookieParameters.CookieParametersMap cookieParameters) { var instance = getInstance(); instance.cookieParameters = cookieParameters; return getBuilderAfterCookieParameters(instance); @@ -215,7 +215,7 @@ default T timeout(Duration timeout) { public interface SetterForPathParameters { PostNullableRequest getInstance(); T getBuilderAfterPathParameters(PostNullableRequest instance); - default T pathParameters(Fakeparametercollisions1ababselfabPostPathParameters.Fakeparametercollisions1ababselfabPostPathParametersMap pathParameters) { + default T pathParameters(Fakeparametercollisions1ababselfabPostPathParameters.PathParametersMap pathParameters) { var instance = getInstance(); instance.pathParameters = pathParameters; return getBuilderAfterPathParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostCookieParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostCookieParameters.java index 23e6be4ba01..1fde72f7396 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostCookieParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostCookieParameters.java @@ -33,20 +33,20 @@ public class Fakeparametercollisions1ababselfabPostCookieParameters { // nest classes so all schemas and input/output classes can be public - public static class Fakeparametercollisions1ababselfabPostadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable Fakeparametercollisions1ababselfabPostadditionalProperties instance = null; - public static Fakeparametercollisions1ababselfabPostadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new Fakeparametercollisions1ababselfabPostadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class Fakeparametercollisions1ababselfabPostCookieParametersMap extends FrozenMap<@Nullable Object> { - protected Fakeparametercollisions1ababselfabPostCookieParametersMap(FrozenMap<@Nullable Object> m) { + public static class CookieParametersMap extends FrozenMap<@Nullable Object> { + protected CookieParametersMap(FrozenMap<@Nullable Object> m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -57,7 +57,7 @@ protected Fakeparametercollisions1ababselfabPostCookieParametersMap(FrozenMap<@N "A-B", "self" ); - public static Fakeparametercollisions1ababselfabPostCookieParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static CookieParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Fakeparametercollisions1ababselfabPostCookieParameters1.getInstance().validate(arg, configuration); } @@ -92,62 +92,62 @@ public String self() throws UnsetPropertyException { } } - public interface SetterForFakeparametercollisions1ababselfabPost1 { + public interface SetterForSchema1 { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance); + T getBuilderAfterSchema1(Map instance); default T positive1(String value) { var instance = getInstance(); instance.put("1", value); - return getBuilderAfterFakeparametercollisions1ababselfabPost1(instance); + return getBuilderAfterSchema1(instance); } } - public interface SetterForFakeparametercollisions1ababselfabPostaB { + public interface SetterForAB { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance); + T getBuilderAfterAB(Map instance); default T aB(String value) { var instance = getInstance(); instance.put("aB", value); - return getBuilderAfterFakeparametercollisions1ababselfabPostaB(instance); + return getBuilderAfterAB(instance); } } - public interface SetterForFakeparametercollisions1ababselfabPostAb { + public interface SetterForAb { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance); + T getBuilderAfterAb(Map instance); default T Ab(String value) { var instance = getInstance(); instance.put("Ab", value); - return getBuilderAfterFakeparametercollisions1ababselfabPostAb(instance); + return getBuilderAfterAb(instance); } } - public interface SetterForFakeparametercollisions1ababselfabPostAB { + public interface SetterForAB1 { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance); + T getBuilderAfterAB1(Map instance); default T aHyphenMinusB(String value) { var instance = getInstance(); instance.put("A-B", value); - return getBuilderAfterFakeparametercollisions1ababselfabPostAB(instance); + return getBuilderAfterAB1(instance); } } - public interface SetterForFakeparametercollisions1ababselfabPostself { + public interface SetterForSelf { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance); + T getBuilderAfterSelf(Map instance); default T self(String value) { var instance = getInstance(); instance.put("self", value); - return getBuilderAfterFakeparametercollisions1ababselfabPostself(instance); + return getBuilderAfterSelf(instance); } } - public static class Fakeparametercollisions1ababselfabPostCookieParametersMapBuilder implements GenericBuilder>, SetterForFakeparametercollisions1ababselfabPost1, SetterForFakeparametercollisions1ababselfabPostaB, SetterForFakeparametercollisions1ababselfabPostAb, SetterForFakeparametercollisions1ababselfabPostAB, SetterForFakeparametercollisions1ababselfabPostself { + public static class CookieParametersMapBuilder implements GenericBuilder>, SetterForSchema1, SetterForAB, SetterForAb, SetterForAB1, SetterForSelf { private final Map instance; private static final Set knownKeys = Set.of( "1", @@ -159,7 +159,7 @@ public static class Fakeparametercollisions1ababselfabPostCookieParametersMapBui public Set getKnownKeys() { return knownKeys; } - public Fakeparametercollisions1ababselfabPostCookieParametersMapBuilder() { + public CookieParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map build() { @@ -168,19 +168,19 @@ public Fakeparametercollisions1ababselfabPostCookieParametersMapBuilder() { public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostCookieParametersMapBuilder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { + public CookieParametersMapBuilder getBuilderAfterSchema1(Map instance) { return this; } - public Fakeparametercollisions1ababselfabPostCookieParametersMapBuilder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { + public CookieParametersMapBuilder getBuilderAfterAB(Map instance) { return this; } - public Fakeparametercollisions1ababselfabPostCookieParametersMapBuilder getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance) { + public CookieParametersMapBuilder getBuilderAfterAb(Map instance) { return this; } - public Fakeparametercollisions1ababselfabPostCookieParametersMapBuilder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { + public CookieParametersMapBuilder getBuilderAfterAB1(Map instance) { return this; } - public Fakeparametercollisions1ababselfabPostCookieParametersMapBuilder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { + public CookieParametersMapBuilder getBuilderAfterSelf(Map instance) { return this; } } @@ -190,7 +190,7 @@ public sealed interface Fakeparametercollisions1ababselfabPostCookieParameters1B @Nullable Object getData(); } - public record Fakeparametercollisions1ababselfabPostCookieParameters1BoxedMap(Fakeparametercollisions1ababselfabPostCookieParametersMap data) implements Fakeparametercollisions1ababselfabPostCookieParameters1Boxed { + public record Fakeparametercollisions1ababselfabPostCookieParameters1BoxedMap(CookieParametersMap data) implements Fakeparametercollisions1ababselfabPostCookieParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -198,7 +198,7 @@ public record Fakeparametercollisions1ababselfabPostCookieParameters1BoxedMap(Fa } - public static class Fakeparametercollisions1ababselfabPostCookieParameters1 extends JsonSchema implements MapSchemaValidator { + public static class Fakeparametercollisions1ababselfabPostCookieParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable Fakeparametercollisions1ababselfabPostCookieParameters1 instance = null; protected Fakeparametercollisions1ababselfabPostCookieParameters1() { @@ -211,7 +211,7 @@ protected Fakeparametercollisions1ababselfabPostCookieParameters1() { new PropertyEntry("A-B", Schema18.Schema181.class), new PropertyEntry("self", Schema17.Schema171.class) )) - .additionalProperties(Fakeparametercollisions1ababselfabPostadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -222,7 +222,7 @@ public static Fakeparametercollisions1ababselfabPostCookieParameters1 getInstanc return instance; } - public Fakeparametercollisions1ababselfabPostCookieParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public CookieParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -242,10 +242,10 @@ public Fakeparametercollisions1ababselfabPostCookieParametersMap getNewInstance( properties.put(propertyName, propertyInstance); } FrozenMap<@Nullable Object> castProperties = new FrozenMap<>(properties); - return new Fakeparametercollisions1ababselfabPostCookieParametersMap(castProperties); + return new CookieParametersMap(castProperties); } - public Fakeparametercollisions1ababselfabPostCookieParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public CookieParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostHeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostHeaderParameters.java index 2effb73792e..ab6e94846b2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostHeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostHeaderParameters.java @@ -32,20 +32,20 @@ public class Fakeparametercollisions1ababselfabPostHeaderParameters { // nest classes so all schemas and input/output classes can be public - public static class Fakeparametercollisions1ababselfabPostadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable Fakeparametercollisions1ababselfabPostadditionalProperties instance = null; - public static Fakeparametercollisions1ababselfabPostadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new Fakeparametercollisions1ababselfabPostadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class Fakeparametercollisions1ababselfabPostHeaderParametersMap extends FrozenMap<@Nullable Object> { - protected Fakeparametercollisions1ababselfabPostHeaderParametersMap(FrozenMap<@Nullable Object> m) { + public static class HeaderParametersMap extends FrozenMap<@Nullable Object> { + protected HeaderParametersMap(FrozenMap<@Nullable Object> m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -55,7 +55,7 @@ protected Fakeparametercollisions1ababselfabPostHeaderParametersMap(FrozenMap<@N "A-B", "self" ); - public static Fakeparametercollisions1ababselfabPostHeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Fakeparametercollisions1ababselfabPostHeaderParameters1.getInstance().validate(arg, configuration); } @@ -80,51 +80,51 @@ public String self() throws UnsetPropertyException { } } - public interface SetterForFakeparametercollisions1ababselfabPost1 { + public interface SetterForSchema1 { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance); + T getBuilderAfterSchema1(Map instance); default T positive1(String value) { var instance = getInstance(); instance.put("1", value); - return getBuilderAfterFakeparametercollisions1ababselfabPost1(instance); + return getBuilderAfterSchema1(instance); } } - public interface SetterForFakeparametercollisions1ababselfabPostaB { + public interface SetterForAB { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance); + T getBuilderAfterAB(Map instance); default T aB(String value) { var instance = getInstance(); instance.put("aB", value); - return getBuilderAfterFakeparametercollisions1ababselfabPostaB(instance); + return getBuilderAfterAB(instance); } } - public interface SetterForFakeparametercollisions1ababselfabPostAB { + public interface SetterForAB1 { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance); + T getBuilderAfterAB1(Map instance); default T aHyphenMinusB(String value) { var instance = getInstance(); instance.put("A-B", value); - return getBuilderAfterFakeparametercollisions1ababselfabPostAB(instance); + return getBuilderAfterAB1(instance); } } - public interface SetterForFakeparametercollisions1ababselfabPostself { + public interface SetterForSelf { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance); + T getBuilderAfterSelf(Map instance); default T self(String value) { var instance = getInstance(); instance.put("self", value); - return getBuilderAfterFakeparametercollisions1ababselfabPostself(instance); + return getBuilderAfterSelf(instance); } } - public static class Fakeparametercollisions1ababselfabPostHeaderParametersMapBuilder implements GenericBuilder>, SetterForFakeparametercollisions1ababselfabPost1, SetterForFakeparametercollisions1ababselfabPostaB, SetterForFakeparametercollisions1ababselfabPostAB, SetterForFakeparametercollisions1ababselfabPostself { + public static class HeaderParametersMapBuilder implements GenericBuilder>, SetterForSchema1, SetterForAB, SetterForAB1, SetterForSelf { private final Map instance; private static final Set knownKeys = Set.of( "1", @@ -135,7 +135,7 @@ public static class Fakeparametercollisions1ababselfabPostHeaderParametersMapBui public Set getKnownKeys() { return knownKeys; } - public Fakeparametercollisions1ababselfabPostHeaderParametersMapBuilder() { + public HeaderParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map build() { @@ -144,16 +144,16 @@ public Fakeparametercollisions1ababselfabPostHeaderParametersMapBuilder() { public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostHeaderParametersMapBuilder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { + public HeaderParametersMapBuilder getBuilderAfterSchema1(Map instance) { return this; } - public Fakeparametercollisions1ababselfabPostHeaderParametersMapBuilder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { + public HeaderParametersMapBuilder getBuilderAfterAB(Map instance) { return this; } - public Fakeparametercollisions1ababselfabPostHeaderParametersMapBuilder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { + public HeaderParametersMapBuilder getBuilderAfterAB1(Map instance) { return this; } - public Fakeparametercollisions1ababselfabPostHeaderParametersMapBuilder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { + public HeaderParametersMapBuilder getBuilderAfterSelf(Map instance) { return this; } } @@ -163,7 +163,7 @@ public sealed interface Fakeparametercollisions1ababselfabPostHeaderParameters1B @Nullable Object getData(); } - public record Fakeparametercollisions1ababselfabPostHeaderParameters1BoxedMap(Fakeparametercollisions1ababselfabPostHeaderParametersMap data) implements Fakeparametercollisions1ababselfabPostHeaderParameters1Boxed { + public record Fakeparametercollisions1ababselfabPostHeaderParameters1BoxedMap(HeaderParametersMap data) implements Fakeparametercollisions1ababselfabPostHeaderParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -171,7 +171,7 @@ public record Fakeparametercollisions1ababselfabPostHeaderParameters1BoxedMap(Fa } - public static class Fakeparametercollisions1ababselfabPostHeaderParameters1 extends JsonSchema implements MapSchemaValidator { + public static class Fakeparametercollisions1ababselfabPostHeaderParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable Fakeparametercollisions1ababselfabPostHeaderParameters1 instance = null; protected Fakeparametercollisions1ababselfabPostHeaderParameters1() { @@ -183,7 +183,7 @@ protected Fakeparametercollisions1ababselfabPostHeaderParameters1() { new PropertyEntry("A-B", Schema8.Schema81.class), new PropertyEntry("self", Schema7.Schema71.class) )) - .additionalProperties(Fakeparametercollisions1ababselfabPostadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -194,7 +194,7 @@ public static Fakeparametercollisions1ababselfabPostHeaderParameters1 getInstanc return instance; } - public Fakeparametercollisions1ababselfabPostHeaderParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public HeaderParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -214,10 +214,10 @@ public Fakeparametercollisions1ababselfabPostHeaderParametersMap getNewInstance( properties.put(propertyName, propertyInstance); } FrozenMap<@Nullable Object> castProperties = new FrozenMap<>(properties); - return new Fakeparametercollisions1ababselfabPostHeaderParametersMap(castProperties); + return new HeaderParametersMap(castProperties); } - public Fakeparametercollisions1ababselfabPostHeaderParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public HeaderParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostPathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostPathParameters.java index 83039b2ef64..15c92f81def 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostPathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostPathParameters.java @@ -33,20 +33,20 @@ public class Fakeparametercollisions1ababselfabPostPathParameters { // nest classes so all schemas and input/output classes can be public - public static class Fakeparametercollisions1ababselfabPostadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable Fakeparametercollisions1ababselfabPostadditionalProperties instance = null; - public static Fakeparametercollisions1ababselfabPostadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new Fakeparametercollisions1ababselfabPostadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap extends FrozenMap<@Nullable Object> { - protected Fakeparametercollisions1ababselfabPostPathParametersMap(FrozenMap<@Nullable Object> m) { + public static class PathParametersMap extends FrozenMap<@Nullable Object> { + protected PathParametersMap(FrozenMap<@Nullable Object> m) { super(m); } public static final Set requiredKeys = Set.of( @@ -57,7 +57,7 @@ protected Fakeparametercollisions1ababselfabPostPathParametersMap(FrozenMap<@Nul "self" ); public static final Set optionalKeys = Set.of(); - public static Fakeparametercollisions1ababselfabPostPathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Fakeparametercollisions1ababselfabPostPathParameters1.getInstance().validate(arg, configuration); } @@ -86,62 +86,62 @@ public String self() { } } - public interface SetterForFakeparametercollisions1ababselfabPost1 { + public interface SetterForSchema1 { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance); + T getBuilderAfterSchema1(Map instance); default T positive1(String value) { var instance = getInstance(); instance.put("1", value); - return getBuilderAfterFakeparametercollisions1ababselfabPost1(instance); + return getBuilderAfterSchema1(instance); } } - public interface SetterForFakeparametercollisions1ababselfabPostAB { + public interface SetterForAB1 { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance); + T getBuilderAfterAB1(Map instance); default T aHyphenMinusB(String value) { var instance = getInstance(); instance.put("A-B", value); - return getBuilderAfterFakeparametercollisions1ababselfabPostAB(instance); + return getBuilderAfterAB1(instance); } } - public interface SetterForFakeparametercollisions1ababselfabPostAb { + public interface SetterForAb { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance); + T getBuilderAfterAb(Map instance); default T Ab(String value) { var instance = getInstance(); instance.put("Ab", value); - return getBuilderAfterFakeparametercollisions1ababselfabPostAb(instance); + return getBuilderAfterAb(instance); } } - public interface SetterForFakeparametercollisions1ababselfabPostaB { + public interface SetterForAB { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance); + T getBuilderAfterAB(Map instance); default T aB(String value) { var instance = getInstance(); instance.put("aB", value); - return getBuilderAfterFakeparametercollisions1ababselfabPostaB(instance); + return getBuilderAfterAB(instance); } } - public interface SetterForFakeparametercollisions1ababselfabPostself { + public interface SetterForSelf { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance); + T getBuilderAfterSelf(Map instance); default T self(String value) { var instance = getInstance(); instance.put("self", value); - return getBuilderAfterFakeparametercollisions1ababselfabPostself(instance); + return getBuilderAfterSelf(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder implements GenericBuilder> { + public static class PathParametersMap00000Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "1", @@ -153,7 +153,7 @@ public static class Fakeparametercollisions1ababselfabPostPathParametersMap00000 public Set getKnownKeys() { return knownKeys; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder(Map instance) { + public PathParametersMap00000Builder(Map instance) { this.instance = instance; } public Map build() { @@ -161,553 +161,553 @@ public Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder(Map { + public static class PathParametersMap00001Builder implements SetterForSelf { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap00001Builder(Map instance) { + public PathParametersMap00001Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder(instance); + public PathParametersMap00000Builder getBuilderAfterSelf(Map instance) { + return new PathParametersMap00000Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap00010Builder implements SetterForFakeparametercollisions1ababselfabPostaB { + public static class PathParametersMap00010Builder implements SetterForAB { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap00010Builder(Map instance) { + public PathParametersMap00010Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder(instance); + public PathParametersMap00000Builder getBuilderAfterAB(Map instance) { + return new PathParametersMap00000Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap00011Builder implements SetterForFakeparametercollisions1ababselfabPostaB, SetterForFakeparametercollisions1ababselfabPostself { + public static class PathParametersMap00011Builder implements SetterForAB, SetterForSelf { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap00011Builder(Map instance) { + public PathParametersMap00011Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00001Builder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00001Builder(instance); + public PathParametersMap00001Builder getBuilderAfterAB(Map instance) { + return new PathParametersMap00001Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap00010Builder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00010Builder(instance); + public PathParametersMap00010Builder getBuilderAfterSelf(Map instance) { + return new PathParametersMap00010Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap00100Builder implements SetterForFakeparametercollisions1ababselfabPostAb { + public static class PathParametersMap00100Builder implements SetterForAb { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap00100Builder(Map instance) { + public PathParametersMap00100Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder(instance); + public PathParametersMap00000Builder getBuilderAfterAb(Map instance) { + return new PathParametersMap00000Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap00101Builder implements SetterForFakeparametercollisions1ababselfabPostAb, SetterForFakeparametercollisions1ababselfabPostself { + public static class PathParametersMap00101Builder implements SetterForAb, SetterForSelf { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap00101Builder(Map instance) { + public PathParametersMap00101Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00001Builder getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00001Builder(instance); + public PathParametersMap00001Builder getBuilderAfterAb(Map instance) { + return new PathParametersMap00001Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap00100Builder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00100Builder(instance); + public PathParametersMap00100Builder getBuilderAfterSelf(Map instance) { + return new PathParametersMap00100Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap00110Builder implements SetterForFakeparametercollisions1ababselfabPostAb, SetterForFakeparametercollisions1ababselfabPostaB { + public static class PathParametersMap00110Builder implements SetterForAb, SetterForAB { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap00110Builder(Map instance) { + public PathParametersMap00110Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00010Builder getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00010Builder(instance); + public PathParametersMap00010Builder getBuilderAfterAb(Map instance) { + return new PathParametersMap00010Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap00100Builder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00100Builder(instance); + public PathParametersMap00100Builder getBuilderAfterAB(Map instance) { + return new PathParametersMap00100Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap00111Builder implements SetterForFakeparametercollisions1ababselfabPostAb, SetterForFakeparametercollisions1ababselfabPostaB, SetterForFakeparametercollisions1ababselfabPostself { + public static class PathParametersMap00111Builder implements SetterForAb, SetterForAB, SetterForSelf { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap00111Builder(Map instance) { + public PathParametersMap00111Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00011Builder getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00011Builder(instance); + public PathParametersMap00011Builder getBuilderAfterAb(Map instance) { + return new PathParametersMap00011Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap00101Builder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00101Builder(instance); + public PathParametersMap00101Builder getBuilderAfterAB(Map instance) { + return new PathParametersMap00101Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap00110Builder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00110Builder(instance); + public PathParametersMap00110Builder getBuilderAfterSelf(Map instance) { + return new PathParametersMap00110Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap01000Builder implements SetterForFakeparametercollisions1ababselfabPostAB { + public static class PathParametersMap01000Builder implements SetterForAB1 { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap01000Builder(Map instance) { + public PathParametersMap01000Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder(instance); + public PathParametersMap00000Builder getBuilderAfterAB1(Map instance) { + return new PathParametersMap00000Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap01001Builder implements SetterForFakeparametercollisions1ababselfabPostAB, SetterForFakeparametercollisions1ababselfabPostself { + public static class PathParametersMap01001Builder implements SetterForAB1, SetterForSelf { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap01001Builder(Map instance) { + public PathParametersMap01001Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00001Builder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00001Builder(instance); + public PathParametersMap00001Builder getBuilderAfterAB1(Map instance) { + return new PathParametersMap00001Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap01000Builder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01000Builder(instance); + public PathParametersMap01000Builder getBuilderAfterSelf(Map instance) { + return new PathParametersMap01000Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap01010Builder implements SetterForFakeparametercollisions1ababselfabPostAB, SetterForFakeparametercollisions1ababselfabPostaB { + public static class PathParametersMap01010Builder implements SetterForAB1, SetterForAB { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap01010Builder(Map instance) { + public PathParametersMap01010Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00010Builder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00010Builder(instance); + public PathParametersMap00010Builder getBuilderAfterAB1(Map instance) { + return new PathParametersMap00010Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap01000Builder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01000Builder(instance); + public PathParametersMap01000Builder getBuilderAfterAB(Map instance) { + return new PathParametersMap01000Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap01011Builder implements SetterForFakeparametercollisions1ababselfabPostAB, SetterForFakeparametercollisions1ababselfabPostaB, SetterForFakeparametercollisions1ababselfabPostself { + public static class PathParametersMap01011Builder implements SetterForAB1, SetterForAB, SetterForSelf { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap01011Builder(Map instance) { + public PathParametersMap01011Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00011Builder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00011Builder(instance); + public PathParametersMap00011Builder getBuilderAfterAB1(Map instance) { + return new PathParametersMap00011Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap01001Builder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01001Builder(instance); + public PathParametersMap01001Builder getBuilderAfterAB(Map instance) { + return new PathParametersMap01001Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap01010Builder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01010Builder(instance); + public PathParametersMap01010Builder getBuilderAfterSelf(Map instance) { + return new PathParametersMap01010Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap01100Builder implements SetterForFakeparametercollisions1ababselfabPostAB, SetterForFakeparametercollisions1ababselfabPostAb { + public static class PathParametersMap01100Builder implements SetterForAB1, SetterForAb { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap01100Builder(Map instance) { + public PathParametersMap01100Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00100Builder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00100Builder(instance); + public PathParametersMap00100Builder getBuilderAfterAB1(Map instance) { + return new PathParametersMap00100Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap01000Builder getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01000Builder(instance); + public PathParametersMap01000Builder getBuilderAfterAb(Map instance) { + return new PathParametersMap01000Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap01101Builder implements SetterForFakeparametercollisions1ababselfabPostAB, SetterForFakeparametercollisions1ababselfabPostAb, SetterForFakeparametercollisions1ababselfabPostself { + public static class PathParametersMap01101Builder implements SetterForAB1, SetterForAb, SetterForSelf { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap01101Builder(Map instance) { + public PathParametersMap01101Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00101Builder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00101Builder(instance); + public PathParametersMap00101Builder getBuilderAfterAB1(Map instance) { + return new PathParametersMap00101Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap01001Builder getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01001Builder(instance); + public PathParametersMap01001Builder getBuilderAfterAb(Map instance) { + return new PathParametersMap01001Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap01100Builder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01100Builder(instance); + public PathParametersMap01100Builder getBuilderAfterSelf(Map instance) { + return new PathParametersMap01100Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap01110Builder implements SetterForFakeparametercollisions1ababselfabPostAB, SetterForFakeparametercollisions1ababselfabPostAb, SetterForFakeparametercollisions1ababselfabPostaB { + public static class PathParametersMap01110Builder implements SetterForAB1, SetterForAb, SetterForAB { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap01110Builder(Map instance) { + public PathParametersMap01110Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00110Builder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00110Builder(instance); + public PathParametersMap00110Builder getBuilderAfterAB1(Map instance) { + return new PathParametersMap00110Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap01010Builder getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01010Builder(instance); + public PathParametersMap01010Builder getBuilderAfterAb(Map instance) { + return new PathParametersMap01010Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap01100Builder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01100Builder(instance); + public PathParametersMap01100Builder getBuilderAfterAB(Map instance) { + return new PathParametersMap01100Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap01111Builder implements SetterForFakeparametercollisions1ababselfabPostAB, SetterForFakeparametercollisions1ababselfabPostAb, SetterForFakeparametercollisions1ababselfabPostaB, SetterForFakeparametercollisions1ababselfabPostself { + public static class PathParametersMap01111Builder implements SetterForAB1, SetterForAb, SetterForAB, SetterForSelf { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap01111Builder(Map instance) { + public PathParametersMap01111Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00111Builder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00111Builder(instance); + public PathParametersMap00111Builder getBuilderAfterAB1(Map instance) { + return new PathParametersMap00111Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap01011Builder getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01011Builder(instance); + public PathParametersMap01011Builder getBuilderAfterAb(Map instance) { + return new PathParametersMap01011Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap01101Builder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01101Builder(instance); + public PathParametersMap01101Builder getBuilderAfterAB(Map instance) { + return new PathParametersMap01101Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap01110Builder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01110Builder(instance); + public PathParametersMap01110Builder getBuilderAfterSelf(Map instance) { + return new PathParametersMap01110Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap10000Builder implements SetterForFakeparametercollisions1ababselfabPost1 { + public static class PathParametersMap10000Builder implements SetterForSchema1 { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap10000Builder(Map instance) { + public PathParametersMap10000Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00000Builder(instance); + public PathParametersMap00000Builder getBuilderAfterSchema1(Map instance) { + return new PathParametersMap00000Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap10001Builder implements SetterForFakeparametercollisions1ababselfabPost1, SetterForFakeparametercollisions1ababselfabPostself { + public static class PathParametersMap10001Builder implements SetterForSchema1, SetterForSelf { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap10001Builder(Map instance) { + public PathParametersMap10001Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00001Builder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00001Builder(instance); + public PathParametersMap00001Builder getBuilderAfterSchema1(Map instance) { + return new PathParametersMap00001Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10000Builder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10000Builder(instance); + public PathParametersMap10000Builder getBuilderAfterSelf(Map instance) { + return new PathParametersMap10000Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap10010Builder implements SetterForFakeparametercollisions1ababselfabPost1, SetterForFakeparametercollisions1ababselfabPostaB { + public static class PathParametersMap10010Builder implements SetterForSchema1, SetterForAB { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap10010Builder(Map instance) { + public PathParametersMap10010Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00010Builder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00010Builder(instance); + public PathParametersMap00010Builder getBuilderAfterSchema1(Map instance) { + return new PathParametersMap00010Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10000Builder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10000Builder(instance); + public PathParametersMap10000Builder getBuilderAfterAB(Map instance) { + return new PathParametersMap10000Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap10011Builder implements SetterForFakeparametercollisions1ababselfabPost1, SetterForFakeparametercollisions1ababselfabPostaB, SetterForFakeparametercollisions1ababselfabPostself { + public static class PathParametersMap10011Builder implements SetterForSchema1, SetterForAB, SetterForSelf { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap10011Builder(Map instance) { + public PathParametersMap10011Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00011Builder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00011Builder(instance); + public PathParametersMap00011Builder getBuilderAfterSchema1(Map instance) { + return new PathParametersMap00011Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10001Builder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10001Builder(instance); + public PathParametersMap10001Builder getBuilderAfterAB(Map instance) { + return new PathParametersMap10001Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10010Builder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10010Builder(instance); + public PathParametersMap10010Builder getBuilderAfterSelf(Map instance) { + return new PathParametersMap10010Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap10100Builder implements SetterForFakeparametercollisions1ababselfabPost1, SetterForFakeparametercollisions1ababselfabPostAb { + public static class PathParametersMap10100Builder implements SetterForSchema1, SetterForAb { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap10100Builder(Map instance) { + public PathParametersMap10100Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00100Builder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00100Builder(instance); + public PathParametersMap00100Builder getBuilderAfterSchema1(Map instance) { + return new PathParametersMap00100Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10000Builder getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10000Builder(instance); + public PathParametersMap10000Builder getBuilderAfterAb(Map instance) { + return new PathParametersMap10000Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap10101Builder implements SetterForFakeparametercollisions1ababselfabPost1, SetterForFakeparametercollisions1ababselfabPostAb, SetterForFakeparametercollisions1ababselfabPostself { + public static class PathParametersMap10101Builder implements SetterForSchema1, SetterForAb, SetterForSelf { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap10101Builder(Map instance) { + public PathParametersMap10101Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00101Builder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00101Builder(instance); + public PathParametersMap00101Builder getBuilderAfterSchema1(Map instance) { + return new PathParametersMap00101Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10001Builder getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10001Builder(instance); + public PathParametersMap10001Builder getBuilderAfterAb(Map instance) { + return new PathParametersMap10001Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10100Builder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10100Builder(instance); + public PathParametersMap10100Builder getBuilderAfterSelf(Map instance) { + return new PathParametersMap10100Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap10110Builder implements SetterForFakeparametercollisions1ababselfabPost1, SetterForFakeparametercollisions1ababselfabPostAb, SetterForFakeparametercollisions1ababselfabPostaB { + public static class PathParametersMap10110Builder implements SetterForSchema1, SetterForAb, SetterForAB { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap10110Builder(Map instance) { + public PathParametersMap10110Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00110Builder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00110Builder(instance); + public PathParametersMap00110Builder getBuilderAfterSchema1(Map instance) { + return new PathParametersMap00110Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10010Builder getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10010Builder(instance); + public PathParametersMap10010Builder getBuilderAfterAb(Map instance) { + return new PathParametersMap10010Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10100Builder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10100Builder(instance); + public PathParametersMap10100Builder getBuilderAfterAB(Map instance) { + return new PathParametersMap10100Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap10111Builder implements SetterForFakeparametercollisions1ababselfabPost1, SetterForFakeparametercollisions1ababselfabPostAb, SetterForFakeparametercollisions1ababselfabPostaB, SetterForFakeparametercollisions1ababselfabPostself { + public static class PathParametersMap10111Builder implements SetterForSchema1, SetterForAb, SetterForAB, SetterForSelf { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap10111Builder(Map instance) { + public PathParametersMap10111Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap00111Builder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap00111Builder(instance); + public PathParametersMap00111Builder getBuilderAfterSchema1(Map instance) { + return new PathParametersMap00111Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10011Builder getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10011Builder(instance); + public PathParametersMap10011Builder getBuilderAfterAb(Map instance) { + return new PathParametersMap10011Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10101Builder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10101Builder(instance); + public PathParametersMap10101Builder getBuilderAfterAB(Map instance) { + return new PathParametersMap10101Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10110Builder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10110Builder(instance); + public PathParametersMap10110Builder getBuilderAfterSelf(Map instance) { + return new PathParametersMap10110Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap11000Builder implements SetterForFakeparametercollisions1ababselfabPost1, SetterForFakeparametercollisions1ababselfabPostAB { + public static class PathParametersMap11000Builder implements SetterForSchema1, SetterForAB1 { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap11000Builder(Map instance) { + public PathParametersMap11000Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap01000Builder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01000Builder(instance); + public PathParametersMap01000Builder getBuilderAfterSchema1(Map instance) { + return new PathParametersMap01000Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10000Builder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10000Builder(instance); + public PathParametersMap10000Builder getBuilderAfterAB1(Map instance) { + return new PathParametersMap10000Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap11001Builder implements SetterForFakeparametercollisions1ababselfabPost1, SetterForFakeparametercollisions1ababselfabPostAB, SetterForFakeparametercollisions1ababselfabPostself { + public static class PathParametersMap11001Builder implements SetterForSchema1, SetterForAB1, SetterForSelf { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap11001Builder(Map instance) { + public PathParametersMap11001Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap01001Builder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01001Builder(instance); + public PathParametersMap01001Builder getBuilderAfterSchema1(Map instance) { + return new PathParametersMap01001Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10001Builder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10001Builder(instance); + public PathParametersMap10001Builder getBuilderAfterAB1(Map instance) { + return new PathParametersMap10001Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap11000Builder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap11000Builder(instance); + public PathParametersMap11000Builder getBuilderAfterSelf(Map instance) { + return new PathParametersMap11000Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap11010Builder implements SetterForFakeparametercollisions1ababselfabPost1, SetterForFakeparametercollisions1ababselfabPostAB, SetterForFakeparametercollisions1ababselfabPostaB { + public static class PathParametersMap11010Builder implements SetterForSchema1, SetterForAB1, SetterForAB { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap11010Builder(Map instance) { + public PathParametersMap11010Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap01010Builder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01010Builder(instance); + public PathParametersMap01010Builder getBuilderAfterSchema1(Map instance) { + return new PathParametersMap01010Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10010Builder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10010Builder(instance); + public PathParametersMap10010Builder getBuilderAfterAB1(Map instance) { + return new PathParametersMap10010Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap11000Builder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap11000Builder(instance); + public PathParametersMap11000Builder getBuilderAfterAB(Map instance) { + return new PathParametersMap11000Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap11011Builder implements SetterForFakeparametercollisions1ababselfabPost1, SetterForFakeparametercollisions1ababselfabPostAB, SetterForFakeparametercollisions1ababselfabPostaB, SetterForFakeparametercollisions1ababselfabPostself { + public static class PathParametersMap11011Builder implements SetterForSchema1, SetterForAB1, SetterForAB, SetterForSelf { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap11011Builder(Map instance) { + public PathParametersMap11011Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap01011Builder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01011Builder(instance); + public PathParametersMap01011Builder getBuilderAfterSchema1(Map instance) { + return new PathParametersMap01011Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10011Builder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10011Builder(instance); + public PathParametersMap10011Builder getBuilderAfterAB1(Map instance) { + return new PathParametersMap10011Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap11001Builder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap11001Builder(instance); + public PathParametersMap11001Builder getBuilderAfterAB(Map instance) { + return new PathParametersMap11001Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap11010Builder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap11010Builder(instance); + public PathParametersMap11010Builder getBuilderAfterSelf(Map instance) { + return new PathParametersMap11010Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap11100Builder implements SetterForFakeparametercollisions1ababselfabPost1, SetterForFakeparametercollisions1ababselfabPostAB, SetterForFakeparametercollisions1ababselfabPostAb { + public static class PathParametersMap11100Builder implements SetterForSchema1, SetterForAB1, SetterForAb { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap11100Builder(Map instance) { + public PathParametersMap11100Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap01100Builder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01100Builder(instance); + public PathParametersMap01100Builder getBuilderAfterSchema1(Map instance) { + return new PathParametersMap01100Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10100Builder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10100Builder(instance); + public PathParametersMap10100Builder getBuilderAfterAB1(Map instance) { + return new PathParametersMap10100Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap11000Builder getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap11000Builder(instance); + public PathParametersMap11000Builder getBuilderAfterAb(Map instance) { + return new PathParametersMap11000Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap11101Builder implements SetterForFakeparametercollisions1ababselfabPost1, SetterForFakeparametercollisions1ababselfabPostAB, SetterForFakeparametercollisions1ababselfabPostAb, SetterForFakeparametercollisions1ababselfabPostself { + public static class PathParametersMap11101Builder implements SetterForSchema1, SetterForAB1, SetterForAb, SetterForSelf { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap11101Builder(Map instance) { + public PathParametersMap11101Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap01101Builder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01101Builder(instance); + public PathParametersMap01101Builder getBuilderAfterSchema1(Map instance) { + return new PathParametersMap01101Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10101Builder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10101Builder(instance); + public PathParametersMap10101Builder getBuilderAfterAB1(Map instance) { + return new PathParametersMap10101Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap11001Builder getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap11001Builder(instance); + public PathParametersMap11001Builder getBuilderAfterAb(Map instance) { + return new PathParametersMap11001Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap11100Builder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap11100Builder(instance); + public PathParametersMap11100Builder getBuilderAfterSelf(Map instance) { + return new PathParametersMap11100Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMap11110Builder implements SetterForFakeparametercollisions1ababselfabPost1, SetterForFakeparametercollisions1ababselfabPostAB, SetterForFakeparametercollisions1ababselfabPostAb, SetterForFakeparametercollisions1ababselfabPostaB { + public static class PathParametersMap11110Builder implements SetterForSchema1, SetterForAB1, SetterForAb, SetterForAB { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMap11110Builder(Map instance) { + public PathParametersMap11110Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap01110Builder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01110Builder(instance); + public PathParametersMap01110Builder getBuilderAfterSchema1(Map instance) { + return new PathParametersMap01110Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10110Builder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10110Builder(instance); + public PathParametersMap10110Builder getBuilderAfterAB1(Map instance) { + return new PathParametersMap10110Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap11010Builder getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap11010Builder(instance); + public PathParametersMap11010Builder getBuilderAfterAb(Map instance) { + return new PathParametersMap11010Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap11100Builder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap11100Builder(instance); + public PathParametersMap11100Builder getBuilderAfterAB(Map instance) { + return new PathParametersMap11100Builder(instance); } } - public static class Fakeparametercollisions1ababselfabPostPathParametersMapBuilder implements SetterForFakeparametercollisions1ababselfabPost1, SetterForFakeparametercollisions1ababselfabPostAB, SetterForFakeparametercollisions1ababselfabPostAb, SetterForFakeparametercollisions1ababselfabPostaB, SetterForFakeparametercollisions1ababselfabPostself { + public static class PathParametersMapBuilder implements SetterForSchema1, SetterForAB1, SetterForAb, SetterForAB, SetterForSelf { private final Map instance; - public Fakeparametercollisions1ababselfabPostPathParametersMapBuilder() { + public PathParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap01111Builder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap01111Builder(instance); + public PathParametersMap01111Builder getBuilderAfterSchema1(Map instance) { + return new PathParametersMap01111Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap10111Builder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap10111Builder(instance); + public PathParametersMap10111Builder getBuilderAfterAB1(Map instance) { + return new PathParametersMap10111Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap11011Builder getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap11011Builder(instance); + public PathParametersMap11011Builder getBuilderAfterAb(Map instance) { + return new PathParametersMap11011Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap11101Builder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap11101Builder(instance); + public PathParametersMap11101Builder getBuilderAfterAB(Map instance) { + return new PathParametersMap11101Builder(instance); } - public Fakeparametercollisions1ababselfabPostPathParametersMap11110Builder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { - return new Fakeparametercollisions1ababselfabPostPathParametersMap11110Builder(instance); + public PathParametersMap11110Builder getBuilderAfterSelf(Map instance) { + return new PathParametersMap11110Builder(instance); } } @@ -716,7 +716,7 @@ public sealed interface Fakeparametercollisions1ababselfabPostPathParameters1Box @Nullable Object getData(); } - public record Fakeparametercollisions1ababselfabPostPathParameters1BoxedMap(Fakeparametercollisions1ababselfabPostPathParametersMap data) implements Fakeparametercollisions1ababselfabPostPathParameters1Boxed { + public record Fakeparametercollisions1ababselfabPostPathParameters1BoxedMap(PathParametersMap data) implements Fakeparametercollisions1ababselfabPostPathParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -724,7 +724,7 @@ public record Fakeparametercollisions1ababselfabPostPathParameters1BoxedMap(Fake } - public static class Fakeparametercollisions1ababselfabPostPathParameters1 extends JsonSchema implements MapSchemaValidator { + public static class Fakeparametercollisions1ababselfabPostPathParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable Fakeparametercollisions1ababselfabPostPathParameters1 instance = null; protected Fakeparametercollisions1ababselfabPostPathParameters1() { @@ -744,7 +744,7 @@ protected Fakeparametercollisions1ababselfabPostPathParameters1() { "aB", "self" )) - .additionalProperties(Fakeparametercollisions1ababselfabPostadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -755,7 +755,7 @@ public static Fakeparametercollisions1ababselfabPostPathParameters1 getInstance( return instance; } - public Fakeparametercollisions1ababselfabPostPathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public PathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -775,10 +775,10 @@ public Fakeparametercollisions1ababselfabPostPathParametersMap getNewInstance(Ma properties.put(propertyName, propertyInstance); } FrozenMap<@Nullable Object> castProperties = new FrozenMap<>(properties); - return new Fakeparametercollisions1ababselfabPostPathParametersMap(castProperties); + return new PathParametersMap(castProperties); } - public Fakeparametercollisions1ababselfabPostPathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostQueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostQueryParameters.java index eb8ec9f9eff..2336817442d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostQueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostQueryParameters.java @@ -33,20 +33,20 @@ public class Fakeparametercollisions1ababselfabPostQueryParameters { // nest classes so all schemas and input/output classes can be public - public static class Fakeparametercollisions1ababselfabPostadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable Fakeparametercollisions1ababselfabPostadditionalProperties instance = null; - public static Fakeparametercollisions1ababselfabPostadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new Fakeparametercollisions1ababselfabPostadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class Fakeparametercollisions1ababselfabPostQueryParametersMap extends FrozenMap<@Nullable Object> { - protected Fakeparametercollisions1ababselfabPostQueryParametersMap(FrozenMap<@Nullable Object> m) { + public static class QueryParametersMap extends FrozenMap<@Nullable Object> { + protected QueryParametersMap(FrozenMap<@Nullable Object> m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -57,7 +57,7 @@ protected Fakeparametercollisions1ababselfabPostQueryParametersMap(FrozenMap<@Nu "A-B", "self" ); - public static Fakeparametercollisions1ababselfabPostQueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Fakeparametercollisions1ababselfabPostQueryParameters1.getInstance().validate(arg, configuration); } @@ -92,62 +92,62 @@ public String self() throws UnsetPropertyException { } } - public interface SetterForFakeparametercollisions1ababselfabPost1 { + public interface SetterForSchema1 { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance); + T getBuilderAfterSchema1(Map instance); default T positive1(String value) { var instance = getInstance(); instance.put("1", value); - return getBuilderAfterFakeparametercollisions1ababselfabPost1(instance); + return getBuilderAfterSchema1(instance); } } - public interface SetterForFakeparametercollisions1ababselfabPostaB { + public interface SetterForAB { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance); + T getBuilderAfterAB(Map instance); default T aB(String value) { var instance = getInstance(); instance.put("aB", value); - return getBuilderAfterFakeparametercollisions1ababselfabPostaB(instance); + return getBuilderAfterAB(instance); } } - public interface SetterForFakeparametercollisions1ababselfabPostAb { + public interface SetterForAb { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance); + T getBuilderAfterAb(Map instance); default T Ab(String value) { var instance = getInstance(); instance.put("Ab", value); - return getBuilderAfterFakeparametercollisions1ababselfabPostAb(instance); + return getBuilderAfterAb(instance); } } - public interface SetterForFakeparametercollisions1ababselfabPostAB { + public interface SetterForAB1 { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance); + T getBuilderAfterAB1(Map instance); default T aHyphenMinusB(String value) { var instance = getInstance(); instance.put("A-B", value); - return getBuilderAfterFakeparametercollisions1ababselfabPostAB(instance); + return getBuilderAfterAB1(instance); } } - public interface SetterForFakeparametercollisions1ababselfabPostself { + public interface SetterForSelf { Map getInstance(); - T getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance); + T getBuilderAfterSelf(Map instance); default T self(String value) { var instance = getInstance(); instance.put("self", value); - return getBuilderAfterFakeparametercollisions1ababselfabPostself(instance); + return getBuilderAfterSelf(instance); } } - public static class Fakeparametercollisions1ababselfabPostQueryParametersMapBuilder implements GenericBuilder>, SetterForFakeparametercollisions1ababselfabPost1, SetterForFakeparametercollisions1ababselfabPostaB, SetterForFakeparametercollisions1ababselfabPostAb, SetterForFakeparametercollisions1ababselfabPostAB, SetterForFakeparametercollisions1ababselfabPostself { + public static class QueryParametersMapBuilder implements GenericBuilder>, SetterForSchema1, SetterForAB, SetterForAb, SetterForAB1, SetterForSelf { private final Map instance; private static final Set knownKeys = Set.of( "1", @@ -159,7 +159,7 @@ public static class Fakeparametercollisions1ababselfabPostQueryParametersMapBuil public Set getKnownKeys() { return knownKeys; } - public Fakeparametercollisions1ababselfabPostQueryParametersMapBuilder() { + public QueryParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map build() { @@ -168,19 +168,19 @@ public Fakeparametercollisions1ababselfabPostQueryParametersMapBuilder() { public Map getInstance() { return instance; } - public Fakeparametercollisions1ababselfabPostQueryParametersMapBuilder getBuilderAfterFakeparametercollisions1ababselfabPost1(Map instance) { + public QueryParametersMapBuilder getBuilderAfterSchema1(Map instance) { return this; } - public Fakeparametercollisions1ababselfabPostQueryParametersMapBuilder getBuilderAfterFakeparametercollisions1ababselfabPostaB(Map instance) { + public QueryParametersMapBuilder getBuilderAfterAB(Map instance) { return this; } - public Fakeparametercollisions1ababselfabPostQueryParametersMapBuilder getBuilderAfterFakeparametercollisions1ababselfabPostAb(Map instance) { + public QueryParametersMapBuilder getBuilderAfterAb(Map instance) { return this; } - public Fakeparametercollisions1ababselfabPostQueryParametersMapBuilder getBuilderAfterFakeparametercollisions1ababselfabPostAB(Map instance) { + public QueryParametersMapBuilder getBuilderAfterAB1(Map instance) { return this; } - public Fakeparametercollisions1ababselfabPostQueryParametersMapBuilder getBuilderAfterFakeparametercollisions1ababselfabPostself(Map instance) { + public QueryParametersMapBuilder getBuilderAfterSelf(Map instance) { return this; } } @@ -190,7 +190,7 @@ public sealed interface Fakeparametercollisions1ababselfabPostQueryParameters1Bo @Nullable Object getData(); } - public record Fakeparametercollisions1ababselfabPostQueryParameters1BoxedMap(Fakeparametercollisions1ababselfabPostQueryParametersMap data) implements Fakeparametercollisions1ababselfabPostQueryParameters1Boxed { + public record Fakeparametercollisions1ababselfabPostQueryParameters1BoxedMap(QueryParametersMap data) implements Fakeparametercollisions1ababselfabPostQueryParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -198,7 +198,7 @@ public record Fakeparametercollisions1ababselfabPostQueryParameters1BoxedMap(Fak } - public static class Fakeparametercollisions1ababselfabPostQueryParameters1 extends JsonSchema implements MapSchemaValidator { + public static class Fakeparametercollisions1ababselfabPostQueryParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable Fakeparametercollisions1ababselfabPostQueryParameters1 instance = null; protected Fakeparametercollisions1ababselfabPostQueryParameters1() { @@ -211,7 +211,7 @@ protected Fakeparametercollisions1ababselfabPostQueryParameters1() { new PropertyEntry("A-B", Schema4.Schema41.class), new PropertyEntry("self", Schema3.Schema31.class) )) - .additionalProperties(Fakeparametercollisions1ababselfabPostadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -222,7 +222,7 @@ public static Fakeparametercollisions1ababselfabPostQueryParameters1 getInstance return instance; } - public Fakeparametercollisions1ababselfabPostQueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public QueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -242,10 +242,10 @@ public Fakeparametercollisions1ababselfabPostQueryParametersMap getNewInstance(M properties.put(propertyName, propertyInstance); } FrozenMap<@Nullable Object> castProperties = new FrozenMap<>(properties); - return new Fakeparametercollisions1ababselfabPostQueryParametersMap(castProperties); + return new QueryParametersMap(castProperties); } - public Fakeparametercollisions1ababselfabPostQueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostRequestBody.java index 82857193702..e650135340f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeparametercollisions1ababselfab/post/Fakeparametercollisions1ababselfabPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakeparametercollisions1ababselfab.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakepemcontenttype/get/FakepemcontenttypeGetRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakepemcontenttype/get/FakepemcontenttypeGetRequestBody.java index d038f5837c5..22cc2a205fa 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakepemcontenttype/get/FakepemcontenttypeGetRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakepemcontenttype/get/FakepemcontenttypeGetRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakepemcontenttype.get; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakepetiduploadimagewithrequiredfile/FakepetiduploadimagewithrequiredfilePost.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakepetiduploadimagewithrequiredfile/FakepetiduploadimagewithrequiredfilePost.java index 647c538f1b2..79603a6ddc6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakepetiduploadimagewithrequiredfile/FakepetiduploadimagewithrequiredfilePost.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakepetiduploadimagewithrequiredfile/FakepetiduploadimagewithrequiredfilePost.java @@ -105,14 +105,14 @@ public Post(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigu } public static class PostRequest { - public FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParametersMap pathParameters; + public FakepetiduploadimagewithrequiredfilePostPathParameters.PathParametersMap pathParameters; public FakepetiduploadimagewithrequiredfilePostRequestBody.@Nullable SealedRequestBody requestBody; public RootServerInfo.@Nullable ServerIndex serverIndex; public FakepetiduploadimagewithrequiredfilePostSecurityInfo.@Nullable SecurityIndex securityIndex; public @Nullable Duration timeout; public PostRequest( - FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParametersMap pathParameters, + FakepetiduploadimagewithrequiredfilePostPathParameters.PathParametersMap pathParameters, FakepetiduploadimagewithrequiredfilePostRequestBody.@Nullable SealedRequestBody requestBody, RootServerInfo.@Nullable ServerIndex serverIndex, FakepetiduploadimagewithrequiredfilePostSecurityInfo.@Nullable SecurityIndex securityIndex, @@ -127,7 +127,7 @@ public PostRequest( } public static class PostNullableRequest { - public FakepetiduploadimagewithrequiredfilePostPathParameters.@Nullable FakepetiduploadimagewithrequiredfilePostPathParametersMap pathParameters; + public FakepetiduploadimagewithrequiredfilePostPathParameters.@Nullable PathParametersMap pathParameters; public FakepetiduploadimagewithrequiredfilePostRequestBody.@Nullable SealedRequestBody requestBody; public RootServerInfo.@Nullable ServerIndex serverIndex; public FakepetiduploadimagewithrequiredfilePostSecurityInfo.@Nullable SecurityIndex securityIndex; @@ -177,7 +177,7 @@ default T timeout(Duration timeout) { public interface SetterForPathParameters { PostNullableRequest getInstance(); T getBuilderAfterPathParameters(PostNullableRequest instance); - default T pathParameters(FakepetiduploadimagewithrequiredfilePostPathParameters.FakepetiduploadimagewithrequiredfilePostPathParametersMap pathParameters) { + default T pathParameters(FakepetiduploadimagewithrequiredfilePostPathParameters.PathParametersMap pathParameters) { var instance = getInstance(); instance.pathParameters = pathParameters; return getBuilderAfterPathParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostPathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostPathParameters.java index f34f4be8277..caf128e85f0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostPathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostPathParameters.java @@ -29,27 +29,27 @@ public class FakepetiduploadimagewithrequiredfilePostPathParameters { // nest classes so all schemas and input/output classes can be public - public static class FakepetiduploadimagewithrequiredfilePostadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable FakepetiduploadimagewithrequiredfilePostadditionalProperties instance = null; - public static FakepetiduploadimagewithrequiredfilePostadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new FakepetiduploadimagewithrequiredfilePostadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class FakepetiduploadimagewithrequiredfilePostPathParametersMap extends FrozenMap { - protected FakepetiduploadimagewithrequiredfilePostPathParametersMap(FrozenMap m) { + public static class PathParametersMap extends FrozenMap { + protected PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( "petId" ); public static final Set optionalKeys = Set.of(); - public static FakepetiduploadimagewithrequiredfilePostPathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return FakepetiduploadimagewithrequiredfilePostPathParameters1.getInstance().validate(arg, configuration); } @@ -62,36 +62,36 @@ public Number petId() { } } - public interface SetterForFakepetiduploadimagewithrequiredfilePostpetId { + public interface SetterForPetId { Map getInstance(); - T getBuilderAfterFakepetiduploadimagewithrequiredfilePostpetId(Map instance); + T getBuilderAfterPetId(Map instance); default T petId(int value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterFakepetiduploadimagewithrequiredfilePostpetId(instance); + return getBuilderAfterPetId(instance); } default T petId(float value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterFakepetiduploadimagewithrequiredfilePostpetId(instance); + return getBuilderAfterPetId(instance); } default T petId(long value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterFakepetiduploadimagewithrequiredfilePostpetId(instance); + return getBuilderAfterPetId(instance); } default T petId(double value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterFakepetiduploadimagewithrequiredfilePostpetId(instance); + return getBuilderAfterPetId(instance); } } - public static class FakepetiduploadimagewithrequiredfilePostPathParametersMap0Builder implements GenericBuilder> { + public static class PathParametersMap0Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "petId" @@ -99,7 +99,7 @@ public static class FakepetiduploadimagewithrequiredfilePostPathParametersMap0Bu public Set getKnownKeys() { return knownKeys; } - public FakepetiduploadimagewithrequiredfilePostPathParametersMap0Builder(Map instance) { + public PathParametersMap0Builder(Map instance) { this.instance = instance; } public Map build() { @@ -107,16 +107,16 @@ public Map build() { } } - public static class FakepetiduploadimagewithrequiredfilePostPathParametersMapBuilder implements SetterForFakepetiduploadimagewithrequiredfilePostpetId { + public static class PathParametersMapBuilder implements SetterForPetId { private final Map instance; - public FakepetiduploadimagewithrequiredfilePostPathParametersMapBuilder() { + public PathParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public FakepetiduploadimagewithrequiredfilePostPathParametersMap0Builder getBuilderAfterFakepetiduploadimagewithrequiredfilePostpetId(Map instance) { - return new FakepetiduploadimagewithrequiredfilePostPathParametersMap0Builder(instance); + public PathParametersMap0Builder getBuilderAfterPetId(Map instance) { + return new PathParametersMap0Builder(instance); } } @@ -125,7 +125,7 @@ public sealed interface FakepetiduploadimagewithrequiredfilePostPathParameters1B @Nullable Object getData(); } - public record FakepetiduploadimagewithrequiredfilePostPathParameters1BoxedMap(FakepetiduploadimagewithrequiredfilePostPathParametersMap data) implements FakepetiduploadimagewithrequiredfilePostPathParameters1Boxed { + public record FakepetiduploadimagewithrequiredfilePostPathParameters1BoxedMap(PathParametersMap data) implements FakepetiduploadimagewithrequiredfilePostPathParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -133,7 +133,7 @@ public record FakepetiduploadimagewithrequiredfilePostPathParameters1BoxedMap(Fa } - public static class FakepetiduploadimagewithrequiredfilePostPathParameters1 extends JsonSchema implements MapSchemaValidator { + public static class FakepetiduploadimagewithrequiredfilePostPathParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable FakepetiduploadimagewithrequiredfilePostPathParameters1 instance = null; protected FakepetiduploadimagewithrequiredfilePostPathParameters1() { @@ -145,7 +145,7 @@ protected FakepetiduploadimagewithrequiredfilePostPathParameters1() { .required(Set.of( "petId" )) - .additionalProperties(FakepetiduploadimagewithrequiredfilePostadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -156,7 +156,7 @@ public static FakepetiduploadimagewithrequiredfilePostPathParameters1 getInstanc return instance; } - public FakepetiduploadimagewithrequiredfilePostPathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public PathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -179,10 +179,10 @@ public FakepetiduploadimagewithrequiredfilePostPathParametersMap getNewInstance( properties.put(propertyName, (Number) propertyInstance); } FrozenMap castProperties = new FrozenMap<>(properties); - return new FakepetiduploadimagewithrequiredfilePostPathParametersMap(castProperties); + return new PathParametersMap(castProperties); } - public FakepetiduploadimagewithrequiredfilePostPathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostRequestBody.java index 347b2154b24..71854f676ae 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakepetiduploadimagewithrequiredfile/post/FakepetiduploadimagewithrequiredfilePostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakepetiduploadimagewithrequiredfile.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakequeryparamwithjsoncontenttype/FakequeryparamwithjsoncontenttypeGet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakequeryparamwithjsoncontenttype/FakequeryparamwithjsoncontenttypeGet.java index 8f85d6a9c9e..29c289ffc4c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakequeryparamwithjsoncontenttype/FakequeryparamwithjsoncontenttypeGet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakequeryparamwithjsoncontenttype/FakequeryparamwithjsoncontenttypeGet.java @@ -80,12 +80,12 @@ public Get(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigur } public static class GetRequest { - public FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParametersMap queryParameters; + public FakequeryparamwithjsoncontenttypeGetQueryParameters.QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; public GetRequest( - FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParametersMap queryParameters, + FakequeryparamwithjsoncontenttypeGetQueryParameters.QueryParametersMap queryParameters, RootServerInfo.@Nullable ServerIndex serverIndex, @Nullable Duration timeout ) { @@ -96,7 +96,7 @@ public GetRequest( } public static class GetNullableRequest { - public FakequeryparamwithjsoncontenttypeGetQueryParameters.@Nullable FakequeryparamwithjsoncontenttypeGetQueryParametersMap queryParameters; + public FakequeryparamwithjsoncontenttypeGetQueryParameters.@Nullable QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -124,7 +124,7 @@ default T timeout(Duration timeout) { public interface SetterForQueryParameters { GetNullableRequest getInstance(); T getBuilderAfterQueryParameters(GetNullableRequest instance); - default T queryParameters(FakequeryparamwithjsoncontenttypeGetQueryParameters.FakequeryparamwithjsoncontenttypeGetQueryParametersMap queryParameters) { + default T queryParameters(FakequeryparamwithjsoncontenttypeGetQueryParameters.QueryParametersMap queryParameters) { var instance = getInstance(); instance.queryParameters = queryParameters; return getBuilderAfterQueryParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakequeryparamwithjsoncontenttype/get/FakequeryparamwithjsoncontenttypeGetQueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakequeryparamwithjsoncontenttype/get/FakequeryparamwithjsoncontenttypeGetQueryParameters.java index 9594438f817..e9336753ff1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakequeryparamwithjsoncontenttype/get/FakequeryparamwithjsoncontenttypeGetQueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakequeryparamwithjsoncontenttype/get/FakequeryparamwithjsoncontenttypeGetQueryParameters.java @@ -29,27 +29,27 @@ public class FakequeryparamwithjsoncontenttypeGetQueryParameters { // nest classes so all schemas and input/output classes can be public - public static class FakequeryparamwithjsoncontenttypeGetadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable FakequeryparamwithjsoncontenttypeGetadditionalProperties instance = null; - public static FakequeryparamwithjsoncontenttypeGetadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new FakequeryparamwithjsoncontenttypeGetadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class FakequeryparamwithjsoncontenttypeGetQueryParametersMap extends FrozenMap<@Nullable Object> { - protected FakequeryparamwithjsoncontenttypeGetQueryParametersMap(FrozenMap<@Nullable Object> m) { + public static class QueryParametersMap extends FrozenMap<@Nullable Object> { + protected QueryParametersMap(FrozenMap<@Nullable Object> m) { super(m); } public static final Set requiredKeys = Set.of( "someParam" ); public static final Set optionalKeys = Set.of(); - public static FakequeryparamwithjsoncontenttypeGetQueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return FakequeryparamwithjsoncontenttypeGetQueryParameters1.getInstance().validate(arg, configuration); } @@ -62,66 +62,66 @@ public static FakequeryparamwithjsoncontenttypeGetQueryParametersMap of(Map { + public interface SetterForSomeParam { Map getInstance(); - T getBuilderAfterFakequeryparamwithjsoncontenttypeGetsomeParam(Map instance); + T getBuilderAfterSomeParam(Map instance); default T someParam(Void value) { var instance = getInstance(); instance.put("someParam", null); - return getBuilderAfterFakequeryparamwithjsoncontenttypeGetsomeParam(instance); + return getBuilderAfterSomeParam(instance); } default T someParam(boolean value) { var instance = getInstance(); instance.put("someParam", value); - return getBuilderAfterFakequeryparamwithjsoncontenttypeGetsomeParam(instance); + return getBuilderAfterSomeParam(instance); } default T someParam(String value) { var instance = getInstance(); instance.put("someParam", value); - return getBuilderAfterFakequeryparamwithjsoncontenttypeGetsomeParam(instance); + return getBuilderAfterSomeParam(instance); } default T someParam(int value) { var instance = getInstance(); instance.put("someParam", value); - return getBuilderAfterFakequeryparamwithjsoncontenttypeGetsomeParam(instance); + return getBuilderAfterSomeParam(instance); } default T someParam(float value) { var instance = getInstance(); instance.put("someParam", value); - return getBuilderAfterFakequeryparamwithjsoncontenttypeGetsomeParam(instance); + return getBuilderAfterSomeParam(instance); } default T someParam(long value) { var instance = getInstance(); instance.put("someParam", value); - return getBuilderAfterFakequeryparamwithjsoncontenttypeGetsomeParam(instance); + return getBuilderAfterSomeParam(instance); } default T someParam(double value) { var instance = getInstance(); instance.put("someParam", value); - return getBuilderAfterFakequeryparamwithjsoncontenttypeGetsomeParam(instance); + return getBuilderAfterSomeParam(instance); } default T someParam(List value) { var instance = getInstance(); instance.put("someParam", value); - return getBuilderAfterFakequeryparamwithjsoncontenttypeGetsomeParam(instance); + return getBuilderAfterSomeParam(instance); } default T someParam(Map value) { var instance = getInstance(); instance.put("someParam", value); - return getBuilderAfterFakequeryparamwithjsoncontenttypeGetsomeParam(instance); + return getBuilderAfterSomeParam(instance); } } - public static class FakequeryparamwithjsoncontenttypeGetQueryParametersMap0Builder implements GenericBuilder> { + public static class QueryParametersMap0Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "someParam" @@ -129,7 +129,7 @@ public static class FakequeryparamwithjsoncontenttypeGetQueryParametersMap0Build public Set getKnownKeys() { return knownKeys; } - public FakequeryparamwithjsoncontenttypeGetQueryParametersMap0Builder(Map instance) { + public QueryParametersMap0Builder(Map instance) { this.instance = instance; } public Map build() { @@ -137,16 +137,16 @@ public FakequeryparamwithjsoncontenttypeGetQueryParametersMap0Builder(Map { + public static class QueryParametersMapBuilder implements SetterForSomeParam { private final Map instance; - public FakequeryparamwithjsoncontenttypeGetQueryParametersMapBuilder() { + public QueryParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public FakequeryparamwithjsoncontenttypeGetQueryParametersMap0Builder getBuilderAfterFakequeryparamwithjsoncontenttypeGetsomeParam(Map instance) { - return new FakequeryparamwithjsoncontenttypeGetQueryParametersMap0Builder(instance); + public QueryParametersMap0Builder getBuilderAfterSomeParam(Map instance) { + return new QueryParametersMap0Builder(instance); } } @@ -155,7 +155,7 @@ public sealed interface FakequeryparamwithjsoncontenttypeGetQueryParameters1Boxe @Nullable Object getData(); } - public record FakequeryparamwithjsoncontenttypeGetQueryParameters1BoxedMap(FakequeryparamwithjsoncontenttypeGetQueryParametersMap data) implements FakequeryparamwithjsoncontenttypeGetQueryParameters1Boxed { + public record FakequeryparamwithjsoncontenttypeGetQueryParameters1BoxedMap(QueryParametersMap data) implements FakequeryparamwithjsoncontenttypeGetQueryParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -163,7 +163,7 @@ public record FakequeryparamwithjsoncontenttypeGetQueryParameters1BoxedMap(Fakeq } - public static class FakequeryparamwithjsoncontenttypeGetQueryParameters1 extends JsonSchema implements MapSchemaValidator { + public static class FakequeryparamwithjsoncontenttypeGetQueryParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable FakequeryparamwithjsoncontenttypeGetQueryParameters1 instance = null; protected FakequeryparamwithjsoncontenttypeGetQueryParameters1() { @@ -175,7 +175,7 @@ protected FakequeryparamwithjsoncontenttypeGetQueryParameters1() { .required(Set.of( "someParam" )) - .additionalProperties(FakequeryparamwithjsoncontenttypeGetadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -186,7 +186,7 @@ public static FakequeryparamwithjsoncontenttypeGetQueryParameters1 getInstance() return instance; } - public FakequeryparamwithjsoncontenttypeGetQueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public QueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -209,10 +209,10 @@ public FakequeryparamwithjsoncontenttypeGetQueryParametersMap getNewInstance(Map properties.put(propertyName, (@Nullable Object) propertyInstance); } FrozenMap<@Nullable Object> castProperties = new FrozenMap<>(properties); - return new FakequeryparamwithjsoncontenttypeGetQueryParametersMap(castProperties); + return new QueryParametersMap(castProperties); } - public FakequeryparamwithjsoncontenttypeGetQueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefobjinquery/FakerefobjinqueryGet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefobjinquery/FakerefobjinqueryGet.java index a216fc1f1d3..56e42d4d5c2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefobjinquery/FakerefobjinqueryGet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefobjinquery/FakerefobjinqueryGet.java @@ -83,7 +83,7 @@ public Get(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigur } public static class GetRequest { - public FakerefobjinqueryGetQueryParameters.@Nullable FakerefobjinqueryGetQueryParametersMap queryParameters; + public FakerefobjinqueryGetQueryParameters.@Nullable QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -91,7 +91,7 @@ public static class GetRequest { public interface SetterForQueryParameters { GetRequest getInstance(); T getBuilderAfterQueryParameters(GetRequest instance); - default T queryParameters(FakerefobjinqueryGetQueryParameters.FakerefobjinqueryGetQueryParametersMap queryParameters) { + default T queryParameters(FakerefobjinqueryGetQueryParameters.QueryParametersMap queryParameters) { var instance = getInstance(); instance.queryParameters = queryParameters; return getBuilderAfterQueryParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefobjinquery/get/FakerefobjinqueryGetQueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefobjinquery/get/FakerefobjinqueryGetQueryParameters.java index f85cdfc3437..8fd0df37aa2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefobjinquery/get/FakerefobjinqueryGetQueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefobjinquery/get/FakerefobjinqueryGetQueryParameters.java @@ -29,27 +29,27 @@ public class FakerefobjinqueryGetQueryParameters { // nest classes so all schemas and input/output classes can be public - public static class FakerefobjinqueryGetadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable FakerefobjinqueryGetadditionalProperties instance = null; - public static FakerefobjinqueryGetadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new FakerefobjinqueryGetadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class FakerefobjinqueryGetQueryParametersMap extends FrozenMap { - protected FakerefobjinqueryGetQueryParametersMap(FrozenMap m) { + public static class QueryParametersMap extends FrozenMap { + protected QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of( "mapBean" ); - public static FakerefobjinqueryGetQueryParametersMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { + public static QueryParametersMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { return FakerefobjinqueryGetQueryParameters1.getInstance().validate(arg, configuration); } @@ -58,18 +58,18 @@ public Foo.FooMap mapBean() throws UnsetPropertyException { } } - public interface SetterForFakerefobjinqueryGetmapBean { + public interface SetterForMapBean { Map> getInstance(); - T getBuilderAfterFakerefobjinqueryGetmapBean(Map> instance); + T getBuilderAfterMapBean(Map> instance); default T mapBean(Map value) { var instance = getInstance(); instance.put("mapBean", value); - return getBuilderAfterFakerefobjinqueryGetmapBean(instance); + return getBuilderAfterMapBean(instance); } } - public static class FakerefobjinqueryGetQueryParametersMapBuilder implements GenericBuilder>>, SetterForFakerefobjinqueryGetmapBean { + public static class QueryParametersMapBuilder implements GenericBuilder>>, SetterForMapBean { private final Map> instance; private static final Set knownKeys = Set.of( "mapBean" @@ -77,7 +77,7 @@ public static class FakerefobjinqueryGetQueryParametersMapBuilder implements Gen public Set getKnownKeys() { return knownKeys; } - public FakerefobjinqueryGetQueryParametersMapBuilder() { + public QueryParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map> build() { @@ -86,7 +86,7 @@ public FakerefobjinqueryGetQueryParametersMapBuilder() { public Map> getInstance() { return instance; } - public FakerefobjinqueryGetQueryParametersMapBuilder getBuilderAfterFakerefobjinqueryGetmapBean(Map> instance) { + public QueryParametersMapBuilder getBuilderAfterMapBean(Map> instance) { return this; } } @@ -96,7 +96,7 @@ public sealed interface FakerefobjinqueryGetQueryParameters1Boxed permits Fakere @Nullable Object getData(); } - public record FakerefobjinqueryGetQueryParameters1BoxedMap(FakerefobjinqueryGetQueryParametersMap data) implements FakerefobjinqueryGetQueryParameters1Boxed { + public record FakerefobjinqueryGetQueryParameters1BoxedMap(QueryParametersMap data) implements FakerefobjinqueryGetQueryParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -104,7 +104,7 @@ public record FakerefobjinqueryGetQueryParameters1BoxedMap(FakerefobjinqueryGetQ } - public static class FakerefobjinqueryGetQueryParameters1 extends JsonSchema implements MapSchemaValidator { + public static class FakerefobjinqueryGetQueryParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable FakerefobjinqueryGetQueryParameters1 instance = null; protected FakerefobjinqueryGetQueryParameters1() { @@ -113,7 +113,7 @@ protected FakerefobjinqueryGetQueryParameters1() { .properties(Map.ofEntries( new PropertyEntry("mapBean", Foo.Foo1.class) )) - .additionalProperties(FakerefobjinqueryGetadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -124,7 +124,7 @@ public static FakerefobjinqueryGetQueryParameters1 getInstance() { return instance; } - public FakerefobjinqueryGetQueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public QueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -147,10 +147,10 @@ public FakerefobjinqueryGetQueryParametersMap getNewInstance(Map arg, List properties.put(propertyName, (Foo.FooMap) propertyInstance); } FrozenMap castProperties = new FrozenMap<>(properties); - return new FakerefobjinqueryGetQueryParametersMap(castProperties); + return new QueryParametersMap(castProperties); } - public FakerefobjinqueryGetQueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsarraymodel/post/FakerefsarraymodelPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsarraymodel/post/FakerefsarraymodelPostRequestBody.java index fc08f67aafb..72d5f72c966 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsarraymodel/post/FakerefsarraymodelPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsarraymodel/post/FakerefsarraymodelPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakerefsarraymodel.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsarrayofenums/post/FakerefsarrayofenumsPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsarrayofenums/post/FakerefsarrayofenumsPostRequestBody.java index b613c14a273..cfffc2f44ea 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsarrayofenums/post/FakerefsarrayofenumsPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsarrayofenums/post/FakerefsarrayofenumsPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakerefsarrayofenums.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsboolean/post/FakerefsbooleanPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsboolean/post/FakerefsbooleanPostRequestBody.java index 1b369a99210..0c80563da89 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsboolean/post/FakerefsbooleanPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsboolean/post/FakerefsbooleanPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakerefsboolean.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefscomposedoneofnumberwithvalidations/post/FakerefscomposedoneofnumberwithvalidationsPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefscomposedoneofnumberwithvalidations/post/FakerefscomposedoneofnumberwithvalidationsPostRequestBody.java index 67f5d3bae90..139bc7735cd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefscomposedoneofnumberwithvalidations/post/FakerefscomposedoneofnumberwithvalidationsPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefscomposedoneofnumberwithvalidations/post/FakerefscomposedoneofnumberwithvalidationsPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakerefscomposedoneofnumberwithvalidations.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsenum/post/FakerefsenumPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsenum/post/FakerefsenumPostRequestBody.java index 0cd90ba6800..7e12689b711 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsenum/post/FakerefsenumPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsenum/post/FakerefsenumPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakerefsenum.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsmammal/post/FakerefsmammalPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsmammal/post/FakerefsmammalPostRequestBody.java index 695888415fe..748ec657df0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsmammal/post/FakerefsmammalPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsmammal/post/FakerefsmammalPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakerefsmammal.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsnumber/post/FakerefsnumberPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsnumber/post/FakerefsnumberPostRequestBody.java index f4b6ef9e729..0c76fd2b996 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsnumber/post/FakerefsnumberPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsnumber/post/FakerefsnumberPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakerefsnumber.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsobjectmodelwithrefprops/post/FakerefsobjectmodelwithrefpropsPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsobjectmodelwithrefprops/post/FakerefsobjectmodelwithrefpropsPostRequestBody.java index 2905d77e4fd..912abd1b019 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsobjectmodelwithrefprops/post/FakerefsobjectmodelwithrefpropsPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsobjectmodelwithrefprops/post/FakerefsobjectmodelwithrefpropsPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakerefsobjectmodelwithrefprops.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsstring/post/FakerefsstringPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsstring/post/FakerefsstringPostRequestBody.java index 1eff64ddf28..a762a5c66ac 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsstring/post/FakerefsstringPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakerefsstring/post/FakerefsstringPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakerefsstring.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/faketestqueryparamters/FaketestqueryparamtersPut.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/faketestqueryparamters/FaketestqueryparamtersPut.java index 604870058a1..3957ca24485 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/faketestqueryparamters/FaketestqueryparamtersPut.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/faketestqueryparamters/FaketestqueryparamtersPut.java @@ -80,12 +80,12 @@ public Put(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigur } public static class PutRequest { - public FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParametersMap queryParameters; + public FaketestqueryparamtersPutQueryParameters.QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; public PutRequest( - FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParametersMap queryParameters, + FaketestqueryparamtersPutQueryParameters.QueryParametersMap queryParameters, RootServerInfo.@Nullable ServerIndex serverIndex, @Nullable Duration timeout ) { @@ -96,7 +96,7 @@ public PutRequest( } public static class PutNullableRequest { - public FaketestqueryparamtersPutQueryParameters.@Nullable FaketestqueryparamtersPutQueryParametersMap queryParameters; + public FaketestqueryparamtersPutQueryParameters.@Nullable QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -124,7 +124,7 @@ default T timeout(Duration timeout) { public interface SetterForQueryParameters { PutNullableRequest getInstance(); T getBuilderAfterQueryParameters(PutNullableRequest instance); - default T queryParameters(FaketestqueryparamtersPutQueryParameters.FaketestqueryparamtersPutQueryParametersMap queryParameters) { + default T queryParameters(FaketestqueryparamtersPutQueryParameters.QueryParametersMap queryParameters) { var instance = getInstance(); instance.queryParameters = queryParameters; return getBuilderAfterQueryParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/faketestqueryparamters/put/FaketestqueryparamtersPutQueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/faketestqueryparamters/put/FaketestqueryparamtersPutQueryParameters.java index 65ffaf0bd6d..91dbcc45d71 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/faketestqueryparamters/put/FaketestqueryparamtersPutQueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/faketestqueryparamters/put/FaketestqueryparamtersPutQueryParameters.java @@ -34,20 +34,20 @@ public class FaketestqueryparamtersPutQueryParameters { // nest classes so all schemas and input/output classes can be public - public static class FaketestqueryparamtersPutadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable FaketestqueryparamtersPutadditionalProperties instance = null; - public static FaketestqueryparamtersPutadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new FaketestqueryparamtersPutadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class FaketestqueryparamtersPutQueryParametersMap extends FrozenMap<@Nullable Object> { - protected FaketestqueryparamtersPutQueryParametersMap(FrozenMap<@Nullable Object> m) { + public static class QueryParametersMap extends FrozenMap<@Nullable Object> { + protected QueryParametersMap(FrozenMap<@Nullable Object> m) { super(m); } public static final Set requiredKeys = Set.of( @@ -59,7 +59,7 @@ protected FaketestqueryparamtersPutQueryParametersMap(FrozenMap<@Nullable Object "url" ); public static final Set optionalKeys = Set.of(); - public static FaketestqueryparamtersPutQueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return FaketestqueryparamtersPutQueryParameters1.getInstance().validate(arg, configuration); } @@ -112,73 +112,73 @@ public Schema3.SchemaList3 url() { } } - public interface SetterForFaketestqueryparamtersPutcontext { + public interface SetterForContext { Map getInstance(); - T getBuilderAfterFaketestqueryparamtersPutcontext(Map instance); + T getBuilderAfterContext(Map instance); default T context(List value) { var instance = getInstance(); instance.put("context", value); - return getBuilderAfterFaketestqueryparamtersPutcontext(instance); + return getBuilderAfterContext(instance); } } - public interface SetterForFaketestqueryparamtersPuthttp { + public interface SetterForHttp { Map getInstance(); - T getBuilderAfterFaketestqueryparamtersPuthttp(Map instance); + T getBuilderAfterHttp(Map instance); default T http(List value) { var instance = getInstance(); instance.put("http", value); - return getBuilderAfterFaketestqueryparamtersPuthttp(instance); + return getBuilderAfterHttp(instance); } } - public interface SetterForFaketestqueryparamtersPutioutil { + public interface SetterForIoutil { Map getInstance(); - T getBuilderAfterFaketestqueryparamtersPutioutil(Map instance); + T getBuilderAfterIoutil(Map instance); default T ioutil(List value) { var instance = getInstance(); instance.put("ioutil", value); - return getBuilderAfterFaketestqueryparamtersPutioutil(instance); + return getBuilderAfterIoutil(instance); } } - public interface SetterForFaketestqueryparamtersPutpipe { + public interface SetterForPipe { Map getInstance(); - T getBuilderAfterFaketestqueryparamtersPutpipe(Map instance); + T getBuilderAfterPipe(Map instance); default T pipe(List value) { var instance = getInstance(); instance.put("pipe", value); - return getBuilderAfterFaketestqueryparamtersPutpipe(instance); + return getBuilderAfterPipe(instance); } } - public interface SetterForFaketestqueryparamtersPutrefParam { + public interface SetterForRefParam { Map getInstance(); - T getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance); + T getBuilderAfterRefParam(Map instance); default T refParam(String value) { var instance = getInstance(); instance.put("refParam", value); - return getBuilderAfterFaketestqueryparamtersPutrefParam(instance); + return getBuilderAfterRefParam(instance); } } - public interface SetterForFaketestqueryparamtersPuturl { + public interface SetterForUrl { Map getInstance(); - T getBuilderAfterFaketestqueryparamtersPuturl(Map instance); + T getBuilderAfterUrl(Map instance); default T url(List value) { var instance = getInstance(); instance.put("url", value); - return getBuilderAfterFaketestqueryparamtersPuturl(instance); + return getBuilderAfterUrl(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap000000Builder implements GenericBuilder> { + public static class QueryParametersMap000000Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "context", @@ -191,7 +191,7 @@ public static class FaketestqueryparamtersPutQueryParametersMap000000Builder imp public Set getKnownKeys() { return knownKeys; } - public FaketestqueryparamtersPutQueryParametersMap000000Builder(Map instance) { + public QueryParametersMap000000Builder(Map instance) { this.instance = instance; } public Map build() { @@ -199,1209 +199,1209 @@ public FaketestqueryparamtersPutQueryParametersMap000000Builder(Map { + public static class QueryParametersMap000001Builder implements SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap000001Builder(Map instance) { + public QueryParametersMap000001Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000000Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000000Builder(instance); + public QueryParametersMap000000Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap000000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap000010Builder implements SetterForFaketestqueryparamtersPutrefParam { + public static class QueryParametersMap000010Builder implements SetterForRefParam { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap000010Builder(Map instance) { + public QueryParametersMap000010Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000000Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000000Builder(instance); + public QueryParametersMap000000Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap000000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap000011Builder implements SetterForFaketestqueryparamtersPutrefParam, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap000011Builder implements SetterForRefParam, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap000011Builder(Map instance) { + public QueryParametersMap000011Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000001Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000001Builder(instance); + public QueryParametersMap000001Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap000001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap000010Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000010Builder(instance); + public QueryParametersMap000010Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap000010Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap000100Builder implements SetterForFaketestqueryparamtersPutpipe { + public static class QueryParametersMap000100Builder implements SetterForPipe { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap000100Builder(Map instance) { + public QueryParametersMap000100Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000000Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000000Builder(instance); + public QueryParametersMap000000Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap000000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap000101Builder implements SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap000101Builder implements SetterForPipe, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap000101Builder(Map instance) { + public QueryParametersMap000101Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000001Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000001Builder(instance); + public QueryParametersMap000001Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap000001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap000100Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000100Builder(instance); + public QueryParametersMap000100Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap000100Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap000110Builder implements SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPutrefParam { + public static class QueryParametersMap000110Builder implements SetterForPipe, SetterForRefParam { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap000110Builder(Map instance) { + public QueryParametersMap000110Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000010Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000010Builder(instance); + public QueryParametersMap000010Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap000010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap000100Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000100Builder(instance); + public QueryParametersMap000100Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap000100Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap000111Builder implements SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPutrefParam, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap000111Builder implements SetterForPipe, SetterForRefParam, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap000111Builder(Map instance) { + public QueryParametersMap000111Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000011Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000011Builder(instance); + public QueryParametersMap000011Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap000011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap000101Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000101Builder(instance); + public QueryParametersMap000101Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap000101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap000110Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000110Builder(instance); + public QueryParametersMap000110Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap000110Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap001000Builder implements SetterForFaketestqueryparamtersPutioutil { + public static class QueryParametersMap001000Builder implements SetterForIoutil { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap001000Builder(Map instance) { + public QueryParametersMap001000Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000000Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000000Builder(instance); + public QueryParametersMap000000Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap000000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap001001Builder implements SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap001001Builder implements SetterForIoutil, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap001001Builder(Map instance) { + public QueryParametersMap001001Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000001Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000001Builder(instance); + public QueryParametersMap000001Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap000001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap001000Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001000Builder(instance); + public QueryParametersMap001000Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap001000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap001010Builder implements SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutrefParam { + public static class QueryParametersMap001010Builder implements SetterForIoutil, SetterForRefParam { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap001010Builder(Map instance) { + public QueryParametersMap001010Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000010Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000010Builder(instance); + public QueryParametersMap000010Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap000010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap001000Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001000Builder(instance); + public QueryParametersMap001000Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap001000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap001011Builder implements SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutrefParam, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap001011Builder implements SetterForIoutil, SetterForRefParam, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap001011Builder(Map instance) { + public QueryParametersMap001011Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000011Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000011Builder(instance); + public QueryParametersMap000011Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap000011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap001001Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001001Builder(instance); + public QueryParametersMap001001Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap001001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap001010Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001010Builder(instance); + public QueryParametersMap001010Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap001010Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap001100Builder implements SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutpipe { + public static class QueryParametersMap001100Builder implements SetterForIoutil, SetterForPipe { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap001100Builder(Map instance) { + public QueryParametersMap001100Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000100Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000100Builder(instance); + public QueryParametersMap000100Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap000100Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap001000Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001000Builder(instance); + public QueryParametersMap001000Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap001000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap001101Builder implements SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap001101Builder implements SetterForIoutil, SetterForPipe, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap001101Builder(Map instance) { + public QueryParametersMap001101Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000101Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000101Builder(instance); + public QueryParametersMap000101Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap000101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap001001Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001001Builder(instance); + public QueryParametersMap001001Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap001001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap001100Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001100Builder(instance); + public QueryParametersMap001100Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap001100Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap001110Builder implements SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPutrefParam { + public static class QueryParametersMap001110Builder implements SetterForIoutil, SetterForPipe, SetterForRefParam { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap001110Builder(Map instance) { + public QueryParametersMap001110Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000110Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000110Builder(instance); + public QueryParametersMap000110Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap000110Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap001010Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001010Builder(instance); + public QueryParametersMap001010Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap001010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap001100Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001100Builder(instance); + public QueryParametersMap001100Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap001100Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap001111Builder implements SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPutrefParam, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap001111Builder implements SetterForIoutil, SetterForPipe, SetterForRefParam, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap001111Builder(Map instance) { + public QueryParametersMap001111Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000111Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000111Builder(instance); + public QueryParametersMap000111Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap000111Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap001011Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001011Builder(instance); + public QueryParametersMap001011Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap001011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap001101Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001101Builder(instance); + public QueryParametersMap001101Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap001101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap001110Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001110Builder(instance); + public QueryParametersMap001110Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap001110Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap010000Builder implements SetterForFaketestqueryparamtersPuthttp { + public static class QueryParametersMap010000Builder implements SetterForHttp { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap010000Builder(Map instance) { + public QueryParametersMap010000Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000000Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000000Builder(instance); + public QueryParametersMap000000Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap000000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap010001Builder implements SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap010001Builder implements SetterForHttp, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap010001Builder(Map instance) { + public QueryParametersMap010001Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000001Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000001Builder(instance); + public QueryParametersMap000001Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap000001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010000Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010000Builder(instance); + public QueryParametersMap010000Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap010000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap010010Builder implements SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutrefParam { + public static class QueryParametersMap010010Builder implements SetterForHttp, SetterForRefParam { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap010010Builder(Map instance) { + public QueryParametersMap010010Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000010Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000010Builder(instance); + public QueryParametersMap000010Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap000010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010000Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010000Builder(instance); + public QueryParametersMap010000Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap010000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap010011Builder implements SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutrefParam, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap010011Builder implements SetterForHttp, SetterForRefParam, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap010011Builder(Map instance) { + public QueryParametersMap010011Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000011Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000011Builder(instance); + public QueryParametersMap000011Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap000011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010001Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010001Builder(instance); + public QueryParametersMap010001Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap010001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010010Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010010Builder(instance); + public QueryParametersMap010010Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap010010Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap010100Builder implements SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutpipe { + public static class QueryParametersMap010100Builder implements SetterForHttp, SetterForPipe { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap010100Builder(Map instance) { + public QueryParametersMap010100Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000100Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000100Builder(instance); + public QueryParametersMap000100Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap000100Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010000Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010000Builder(instance); + public QueryParametersMap010000Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap010000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap010101Builder implements SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap010101Builder implements SetterForHttp, SetterForPipe, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap010101Builder(Map instance) { + public QueryParametersMap010101Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000101Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000101Builder(instance); + public QueryParametersMap000101Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap000101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010001Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010001Builder(instance); + public QueryParametersMap010001Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap010001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010100Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010100Builder(instance); + public QueryParametersMap010100Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap010100Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap010110Builder implements SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPutrefParam { + public static class QueryParametersMap010110Builder implements SetterForHttp, SetterForPipe, SetterForRefParam { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap010110Builder(Map instance) { + public QueryParametersMap010110Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000110Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000110Builder(instance); + public QueryParametersMap000110Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap000110Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010010Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010010Builder(instance); + public QueryParametersMap010010Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap010010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010100Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010100Builder(instance); + public QueryParametersMap010100Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap010100Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap010111Builder implements SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPutrefParam, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap010111Builder implements SetterForHttp, SetterForPipe, SetterForRefParam, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap010111Builder(Map instance) { + public QueryParametersMap010111Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000111Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000111Builder(instance); + public QueryParametersMap000111Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap000111Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010011Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010011Builder(instance); + public QueryParametersMap010011Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap010011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010101Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010101Builder(instance); + public QueryParametersMap010101Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap010101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010110Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010110Builder(instance); + public QueryParametersMap010110Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap010110Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap011000Builder implements SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutioutil { + public static class QueryParametersMap011000Builder implements SetterForHttp, SetterForIoutil { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap011000Builder(Map instance) { + public QueryParametersMap011000Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap001000Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001000Builder(instance); + public QueryParametersMap001000Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap001000Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010000Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010000Builder(instance); + public QueryParametersMap010000Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap010000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap011001Builder implements SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap011001Builder implements SetterForHttp, SetterForIoutil, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap011001Builder(Map instance) { + public QueryParametersMap011001Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap001001Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001001Builder(instance); + public QueryParametersMap001001Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap001001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010001Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010001Builder(instance); + public QueryParametersMap010001Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap010001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap011000Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011000Builder(instance); + public QueryParametersMap011000Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap011000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap011010Builder implements SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutrefParam { + public static class QueryParametersMap011010Builder implements SetterForHttp, SetterForIoutil, SetterForRefParam { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap011010Builder(Map instance) { + public QueryParametersMap011010Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap001010Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001010Builder(instance); + public QueryParametersMap001010Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap001010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010010Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010010Builder(instance); + public QueryParametersMap010010Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap010010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap011000Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011000Builder(instance); + public QueryParametersMap011000Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap011000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap011011Builder implements SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutrefParam, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap011011Builder implements SetterForHttp, SetterForIoutil, SetterForRefParam, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap011011Builder(Map instance) { + public QueryParametersMap011011Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap001011Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001011Builder(instance); + public QueryParametersMap001011Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap001011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010011Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010011Builder(instance); + public QueryParametersMap010011Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap010011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap011001Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011001Builder(instance); + public QueryParametersMap011001Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap011001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap011010Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011010Builder(instance); + public QueryParametersMap011010Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap011010Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap011100Builder implements SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutpipe { + public static class QueryParametersMap011100Builder implements SetterForHttp, SetterForIoutil, SetterForPipe { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap011100Builder(Map instance) { + public QueryParametersMap011100Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap001100Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001100Builder(instance); + public QueryParametersMap001100Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap001100Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010100Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010100Builder(instance); + public QueryParametersMap010100Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap010100Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap011000Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011000Builder(instance); + public QueryParametersMap011000Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap011000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap011101Builder implements SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap011101Builder implements SetterForHttp, SetterForIoutil, SetterForPipe, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap011101Builder(Map instance) { + public QueryParametersMap011101Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap001101Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001101Builder(instance); + public QueryParametersMap001101Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap001101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010101Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010101Builder(instance); + public QueryParametersMap010101Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap010101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap011001Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011001Builder(instance); + public QueryParametersMap011001Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap011001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap011100Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011100Builder(instance); + public QueryParametersMap011100Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap011100Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap011110Builder implements SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPutrefParam { + public static class QueryParametersMap011110Builder implements SetterForHttp, SetterForIoutil, SetterForPipe, SetterForRefParam { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap011110Builder(Map instance) { + public QueryParametersMap011110Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap001110Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001110Builder(instance); + public QueryParametersMap001110Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap001110Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010110Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010110Builder(instance); + public QueryParametersMap010110Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap010110Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap011010Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011010Builder(instance); + public QueryParametersMap011010Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap011010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap011100Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011100Builder(instance); + public QueryParametersMap011100Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap011100Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap011111Builder implements SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPutrefParam, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap011111Builder implements SetterForHttp, SetterForIoutil, SetterForPipe, SetterForRefParam, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap011111Builder(Map instance) { + public QueryParametersMap011111Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap001111Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001111Builder(instance); + public QueryParametersMap001111Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap001111Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap010111Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010111Builder(instance); + public QueryParametersMap010111Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap010111Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap011011Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011011Builder(instance); + public QueryParametersMap011011Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap011011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap011101Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011101Builder(instance); + public QueryParametersMap011101Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap011101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap011110Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011110Builder(instance); + public QueryParametersMap011110Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap011110Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap100000Builder implements SetterForFaketestqueryparamtersPutcontext { + public static class QueryParametersMap100000Builder implements SetterForContext { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap100000Builder(Map instance) { + public QueryParametersMap100000Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000000Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000000Builder(instance); + public QueryParametersMap000000Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap000000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap100001Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap100001Builder implements SetterForContext, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap100001Builder(Map instance) { + public QueryParametersMap100001Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000001Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000001Builder(instance); + public QueryParametersMap000001Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap000001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100000Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100000Builder(instance); + public QueryParametersMap100000Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap100000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap100010Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPutrefParam { + public static class QueryParametersMap100010Builder implements SetterForContext, SetterForRefParam { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap100010Builder(Map instance) { + public QueryParametersMap100010Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000010Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000010Builder(instance); + public QueryParametersMap000010Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap000010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100000Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100000Builder(instance); + public QueryParametersMap100000Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap100000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap100011Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPutrefParam, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap100011Builder implements SetterForContext, SetterForRefParam, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap100011Builder(Map instance) { + public QueryParametersMap100011Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000011Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000011Builder(instance); + public QueryParametersMap000011Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap000011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100001Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100001Builder(instance); + public QueryParametersMap100001Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap100001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100010Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100010Builder(instance); + public QueryParametersMap100010Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap100010Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap100100Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPutpipe { + public static class QueryParametersMap100100Builder implements SetterForContext, SetterForPipe { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap100100Builder(Map instance) { + public QueryParametersMap100100Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000100Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000100Builder(instance); + public QueryParametersMap000100Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap000100Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100000Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100000Builder(instance); + public QueryParametersMap100000Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap100000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap100101Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap100101Builder implements SetterForContext, SetterForPipe, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap100101Builder(Map instance) { + public QueryParametersMap100101Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000101Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000101Builder(instance); + public QueryParametersMap000101Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap000101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100001Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100001Builder(instance); + public QueryParametersMap100001Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap100001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100100Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100100Builder(instance); + public QueryParametersMap100100Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap100100Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap100110Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPutrefParam { + public static class QueryParametersMap100110Builder implements SetterForContext, SetterForPipe, SetterForRefParam { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap100110Builder(Map instance) { + public QueryParametersMap100110Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000110Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000110Builder(instance); + public QueryParametersMap000110Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap000110Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100010Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100010Builder(instance); + public QueryParametersMap100010Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap100010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100100Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100100Builder(instance); + public QueryParametersMap100100Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap100100Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap100111Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPutrefParam, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap100111Builder implements SetterForContext, SetterForPipe, SetterForRefParam, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap100111Builder(Map instance) { + public QueryParametersMap100111Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap000111Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap000111Builder(instance); + public QueryParametersMap000111Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap000111Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100011Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100011Builder(instance); + public QueryParametersMap100011Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap100011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100101Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100101Builder(instance); + public QueryParametersMap100101Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap100101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100110Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100110Builder(instance); + public QueryParametersMap100110Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap100110Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap101000Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPutioutil { + public static class QueryParametersMap101000Builder implements SetterForContext, SetterForIoutil { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap101000Builder(Map instance) { + public QueryParametersMap101000Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap001000Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001000Builder(instance); + public QueryParametersMap001000Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap001000Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100000Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100000Builder(instance); + public QueryParametersMap100000Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap100000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap101001Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap101001Builder implements SetterForContext, SetterForIoutil, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap101001Builder(Map instance) { + public QueryParametersMap101001Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap001001Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001001Builder(instance); + public QueryParametersMap001001Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap001001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100001Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100001Builder(instance); + public QueryParametersMap100001Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap100001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101000Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101000Builder(instance); + public QueryParametersMap101000Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap101000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap101010Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutrefParam { + public static class QueryParametersMap101010Builder implements SetterForContext, SetterForIoutil, SetterForRefParam { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap101010Builder(Map instance) { + public QueryParametersMap101010Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap001010Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001010Builder(instance); + public QueryParametersMap001010Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap001010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100010Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100010Builder(instance); + public QueryParametersMap100010Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap100010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101000Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101000Builder(instance); + public QueryParametersMap101000Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap101000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap101011Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutrefParam, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap101011Builder implements SetterForContext, SetterForIoutil, SetterForRefParam, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap101011Builder(Map instance) { + public QueryParametersMap101011Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap001011Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001011Builder(instance); + public QueryParametersMap001011Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap001011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100011Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100011Builder(instance); + public QueryParametersMap100011Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap100011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101001Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101001Builder(instance); + public QueryParametersMap101001Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap101001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101010Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101010Builder(instance); + public QueryParametersMap101010Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap101010Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap101100Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutpipe { + public static class QueryParametersMap101100Builder implements SetterForContext, SetterForIoutil, SetterForPipe { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap101100Builder(Map instance) { + public QueryParametersMap101100Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap001100Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001100Builder(instance); + public QueryParametersMap001100Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap001100Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100100Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100100Builder(instance); + public QueryParametersMap100100Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap100100Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101000Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101000Builder(instance); + public QueryParametersMap101000Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap101000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap101101Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap101101Builder implements SetterForContext, SetterForIoutil, SetterForPipe, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap101101Builder(Map instance) { + public QueryParametersMap101101Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap001101Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001101Builder(instance); + public QueryParametersMap001101Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap001101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100101Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100101Builder(instance); + public QueryParametersMap100101Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap100101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101001Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101001Builder(instance); + public QueryParametersMap101001Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap101001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101100Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101100Builder(instance); + public QueryParametersMap101100Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap101100Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap101110Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPutrefParam { + public static class QueryParametersMap101110Builder implements SetterForContext, SetterForIoutil, SetterForPipe, SetterForRefParam { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap101110Builder(Map instance) { + public QueryParametersMap101110Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap001110Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001110Builder(instance); + public QueryParametersMap001110Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap001110Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100110Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100110Builder(instance); + public QueryParametersMap100110Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap100110Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101010Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101010Builder(instance); + public QueryParametersMap101010Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap101010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101100Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101100Builder(instance); + public QueryParametersMap101100Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap101100Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap101111Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPutrefParam, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap101111Builder implements SetterForContext, SetterForIoutil, SetterForPipe, SetterForRefParam, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap101111Builder(Map instance) { + public QueryParametersMap101111Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap001111Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap001111Builder(instance); + public QueryParametersMap001111Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap001111Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100111Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100111Builder(instance); + public QueryParametersMap100111Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap100111Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101011Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101011Builder(instance); + public QueryParametersMap101011Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap101011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101101Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101101Builder(instance); + public QueryParametersMap101101Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap101101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101110Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101110Builder(instance); + public QueryParametersMap101110Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap101110Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap110000Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPuthttp { + public static class QueryParametersMap110000Builder implements SetterForContext, SetterForHttp { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap110000Builder(Map instance) { + public QueryParametersMap110000Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap010000Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010000Builder(instance); + public QueryParametersMap010000Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap010000Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100000Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100000Builder(instance); + public QueryParametersMap100000Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap100000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap110001Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap110001Builder implements SetterForContext, SetterForHttp, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap110001Builder(Map instance) { + public QueryParametersMap110001Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap010001Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010001Builder(instance); + public QueryParametersMap010001Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap010001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100001Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100001Builder(instance); + public QueryParametersMap100001Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap100001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110000Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110000Builder(instance); + public QueryParametersMap110000Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap110000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap110010Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutrefParam { + public static class QueryParametersMap110010Builder implements SetterForContext, SetterForHttp, SetterForRefParam { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap110010Builder(Map instance) { + public QueryParametersMap110010Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap010010Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010010Builder(instance); + public QueryParametersMap010010Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap010010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100010Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100010Builder(instance); + public QueryParametersMap100010Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap100010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110000Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110000Builder(instance); + public QueryParametersMap110000Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap110000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap110011Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutrefParam, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap110011Builder implements SetterForContext, SetterForHttp, SetterForRefParam, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap110011Builder(Map instance) { + public QueryParametersMap110011Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap010011Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010011Builder(instance); + public QueryParametersMap010011Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap010011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100011Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100011Builder(instance); + public QueryParametersMap100011Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap100011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110001Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110001Builder(instance); + public QueryParametersMap110001Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap110001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110010Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110010Builder(instance); + public QueryParametersMap110010Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap110010Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap110100Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutpipe { + public static class QueryParametersMap110100Builder implements SetterForContext, SetterForHttp, SetterForPipe { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap110100Builder(Map instance) { + public QueryParametersMap110100Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap010100Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010100Builder(instance); + public QueryParametersMap010100Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap010100Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100100Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100100Builder(instance); + public QueryParametersMap100100Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap100100Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110000Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110000Builder(instance); + public QueryParametersMap110000Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap110000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap110101Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap110101Builder implements SetterForContext, SetterForHttp, SetterForPipe, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap110101Builder(Map instance) { + public QueryParametersMap110101Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap010101Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010101Builder(instance); + public QueryParametersMap010101Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap010101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100101Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100101Builder(instance); + public QueryParametersMap100101Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap100101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110001Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110001Builder(instance); + public QueryParametersMap110001Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap110001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110100Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110100Builder(instance); + public QueryParametersMap110100Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap110100Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap110110Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPutrefParam { + public static class QueryParametersMap110110Builder implements SetterForContext, SetterForHttp, SetterForPipe, SetterForRefParam { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap110110Builder(Map instance) { + public QueryParametersMap110110Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap010110Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010110Builder(instance); + public QueryParametersMap010110Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap010110Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100110Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100110Builder(instance); + public QueryParametersMap100110Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap100110Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110010Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110010Builder(instance); + public QueryParametersMap110010Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap110010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110100Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110100Builder(instance); + public QueryParametersMap110100Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap110100Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap110111Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPutrefParam, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap110111Builder implements SetterForContext, SetterForHttp, SetterForPipe, SetterForRefParam, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap110111Builder(Map instance) { + public QueryParametersMap110111Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap010111Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap010111Builder(instance); + public QueryParametersMap010111Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap010111Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap100111Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap100111Builder(instance); + public QueryParametersMap100111Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap100111Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110011Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110011Builder(instance); + public QueryParametersMap110011Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap110011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110101Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110101Builder(instance); + public QueryParametersMap110101Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap110101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110110Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110110Builder(instance); + public QueryParametersMap110110Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap110110Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap111000Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutioutil { + public static class QueryParametersMap111000Builder implements SetterForContext, SetterForHttp, SetterForIoutil { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap111000Builder(Map instance) { + public QueryParametersMap111000Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap011000Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011000Builder(instance); + public QueryParametersMap011000Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap011000Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101000Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101000Builder(instance); + public QueryParametersMap101000Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap101000Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110000Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110000Builder(instance); + public QueryParametersMap110000Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap110000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap111001Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap111001Builder implements SetterForContext, SetterForHttp, SetterForIoutil, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap111001Builder(Map instance) { + public QueryParametersMap111001Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap011001Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011001Builder(instance); + public QueryParametersMap011001Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap011001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101001Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101001Builder(instance); + public QueryParametersMap101001Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap101001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110001Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110001Builder(instance); + public QueryParametersMap110001Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap110001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap111000Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap111000Builder(instance); + public QueryParametersMap111000Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap111000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap111010Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutrefParam { + public static class QueryParametersMap111010Builder implements SetterForContext, SetterForHttp, SetterForIoutil, SetterForRefParam { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap111010Builder(Map instance) { + public QueryParametersMap111010Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap011010Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011010Builder(instance); + public QueryParametersMap011010Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap011010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101010Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101010Builder(instance); + public QueryParametersMap101010Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap101010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110010Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110010Builder(instance); + public QueryParametersMap110010Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap110010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap111000Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap111000Builder(instance); + public QueryParametersMap111000Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap111000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap111011Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutrefParam, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap111011Builder implements SetterForContext, SetterForHttp, SetterForIoutil, SetterForRefParam, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap111011Builder(Map instance) { + public QueryParametersMap111011Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap011011Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011011Builder(instance); + public QueryParametersMap011011Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap011011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101011Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101011Builder(instance); + public QueryParametersMap101011Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap101011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110011Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110011Builder(instance); + public QueryParametersMap110011Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap110011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap111001Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap111001Builder(instance); + public QueryParametersMap111001Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap111001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap111010Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap111010Builder(instance); + public QueryParametersMap111010Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap111010Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap111100Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutpipe { + public static class QueryParametersMap111100Builder implements SetterForContext, SetterForHttp, SetterForIoutil, SetterForPipe { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap111100Builder(Map instance) { + public QueryParametersMap111100Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap011100Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011100Builder(instance); + public QueryParametersMap011100Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap011100Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101100Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101100Builder(instance); + public QueryParametersMap101100Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap101100Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110100Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110100Builder(instance); + public QueryParametersMap110100Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap110100Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap111000Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap111000Builder(instance); + public QueryParametersMap111000Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap111000Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap111101Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMap111101Builder implements SetterForContext, SetterForHttp, SetterForIoutil, SetterForPipe, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap111101Builder(Map instance) { + public QueryParametersMap111101Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap011101Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011101Builder(instance); + public QueryParametersMap011101Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap011101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101101Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101101Builder(instance); + public QueryParametersMap101101Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap101101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110101Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110101Builder(instance); + public QueryParametersMap110101Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap110101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap111001Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap111001Builder(instance); + public QueryParametersMap111001Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap111001Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap111100Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap111100Builder(instance); + public QueryParametersMap111100Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap111100Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMap111110Builder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPutrefParam { + public static class QueryParametersMap111110Builder implements SetterForContext, SetterForHttp, SetterForIoutil, SetterForPipe, SetterForRefParam { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMap111110Builder(Map instance) { + public QueryParametersMap111110Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap011110Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011110Builder(instance); + public QueryParametersMap011110Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap011110Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101110Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101110Builder(instance); + public QueryParametersMap101110Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap101110Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110110Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110110Builder(instance); + public QueryParametersMap110110Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap110110Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap111010Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap111010Builder(instance); + public QueryParametersMap111010Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap111010Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap111100Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap111100Builder(instance); + public QueryParametersMap111100Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap111100Builder(instance); } } - public static class FaketestqueryparamtersPutQueryParametersMapBuilder implements SetterForFaketestqueryparamtersPutcontext, SetterForFaketestqueryparamtersPuthttp, SetterForFaketestqueryparamtersPutioutil, SetterForFaketestqueryparamtersPutpipe, SetterForFaketestqueryparamtersPutrefParam, SetterForFaketestqueryparamtersPuturl { + public static class QueryParametersMapBuilder implements SetterForContext, SetterForHttp, SetterForIoutil, SetterForPipe, SetterForRefParam, SetterForUrl { private final Map instance; - public FaketestqueryparamtersPutQueryParametersMapBuilder() { + public QueryParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap011111Builder getBuilderAfterFaketestqueryparamtersPutcontext(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap011111Builder(instance); + public QueryParametersMap011111Builder getBuilderAfterContext(Map instance) { + return new QueryParametersMap011111Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap101111Builder getBuilderAfterFaketestqueryparamtersPuthttp(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap101111Builder(instance); + public QueryParametersMap101111Builder getBuilderAfterHttp(Map instance) { + return new QueryParametersMap101111Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap110111Builder getBuilderAfterFaketestqueryparamtersPutioutil(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap110111Builder(instance); + public QueryParametersMap110111Builder getBuilderAfterIoutil(Map instance) { + return new QueryParametersMap110111Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap111011Builder getBuilderAfterFaketestqueryparamtersPutpipe(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap111011Builder(instance); + public QueryParametersMap111011Builder getBuilderAfterPipe(Map instance) { + return new QueryParametersMap111011Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap111101Builder getBuilderAfterFaketestqueryparamtersPutrefParam(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap111101Builder(instance); + public QueryParametersMap111101Builder getBuilderAfterRefParam(Map instance) { + return new QueryParametersMap111101Builder(instance); } - public FaketestqueryparamtersPutQueryParametersMap111110Builder getBuilderAfterFaketestqueryparamtersPuturl(Map instance) { - return new FaketestqueryparamtersPutQueryParametersMap111110Builder(instance); + public QueryParametersMap111110Builder getBuilderAfterUrl(Map instance) { + return new QueryParametersMap111110Builder(instance); } } @@ -1410,7 +1410,7 @@ public sealed interface FaketestqueryparamtersPutQueryParameters1Boxed permits F @Nullable Object getData(); } - public record FaketestqueryparamtersPutQueryParameters1BoxedMap(FaketestqueryparamtersPutQueryParametersMap data) implements FaketestqueryparamtersPutQueryParameters1Boxed { + public record FaketestqueryparamtersPutQueryParameters1BoxedMap(QueryParametersMap data) implements FaketestqueryparamtersPutQueryParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -1418,7 +1418,7 @@ public record FaketestqueryparamtersPutQueryParameters1BoxedMap(Faketestquerypar } - public static class FaketestqueryparamtersPutQueryParameters1 extends JsonSchema implements MapSchemaValidator { + public static class FaketestqueryparamtersPutQueryParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable FaketestqueryparamtersPutQueryParameters1 instance = null; protected FaketestqueryparamtersPutQueryParameters1() { @@ -1440,7 +1440,7 @@ protected FaketestqueryparamtersPutQueryParameters1() { "refParam", "url" )) - .additionalProperties(FaketestqueryparamtersPutadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -1451,7 +1451,7 @@ public static FaketestqueryparamtersPutQueryParameters1 getInstance() { return instance; } - public FaketestqueryparamtersPutQueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public QueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -1471,10 +1471,10 @@ public FaketestqueryparamtersPutQueryParametersMap getNewInstance(Map arg, properties.put(propertyName, propertyInstance); } FrozenMap<@Nullable Object> castProperties = new FrozenMap<>(properties); - return new FaketestqueryparamtersPutQueryParametersMap(castProperties); + return new QueryParametersMap(castProperties); } - public FaketestqueryparamtersPutQueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeuploaddownloadfile/post/FakeuploaddownloadfilePostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeuploaddownloadfile/post/FakeuploaddownloadfilePostRequestBody.java index b7e3baa11fe..c178703cbdb 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeuploaddownloadfile/post/FakeuploaddownloadfilePostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeuploaddownloadfile/post/FakeuploaddownloadfilePostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakeuploaddownloadfile.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeuploadfile/post/FakeuploadfilePostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeuploadfile/post/FakeuploadfilePostRequestBody.java index 29679dae97b..e4b168121f6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeuploadfile/post/FakeuploadfilePostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeuploadfile/post/FakeuploadfilePostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakeuploadfile.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeuploadfiles/post/FakeuploadfilesPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeuploadfiles/post/FakeuploadfilesPostRequestBody.java index 88c61d43ac0..c95dc09ce28 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeuploadfiles/post/FakeuploadfilesPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/fakeuploadfiles/post/FakeuploadfilesPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.fakeuploadfiles.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/foo/get/servers/FooGetServer1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/foo/get/servers/FooGetServer1.java index e4a6dcceb9c..06657dc917f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/foo/get/servers/FooGetServer1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/foo/get/servers/FooGetServer1.java @@ -5,16 +5,16 @@ import org.openapijsonschematools.client.exceptions.ValidationException; import org.openapijsonschematools.client.servers.ServerWithVariables; import org.openapijsonschematools.client.schemas.validation.MapUtils; -import org.openapijsonschematools.client.paths.foo.get.servers.server1.Variables; +import org.openapijsonschematools.client.paths.foo.get.servers.server1.FooGetServer1Variables; import java.util.AbstractMap; -public class FooGetServer1 extends ServerWithVariables { - private static Variables.VariablesMap getVariables() { +public class FooGetServer1 extends ServerWithVariables { + private static FooGetServer1Variables.VariablesMap getVariables() { try { - return Variables.Variables1.getInstance().validate( + return FooGetServer1Variables.FooGetServer1Variables1.getInstance().validate( MapUtils.makeMap( - new AbstractMap.SimpleEntry<>("version", Variables.Version.getInstance().defaultValue()) + new AbstractMap.SimpleEntry<>("version", FooGetServer1Variables.Version.getInstance().defaultValue()) ), new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()) ); @@ -29,7 +29,7 @@ public FooGetServer1() { getVariables() ); } - public FooGetServer1(Variables.VariablesMap variables) { + public FooGetServer1(FooGetServer1Variables.VariablesMap variables) { super("https://petstore.swagger.io/{version}", variables); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/foo/get/servers/server1/Variables.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/foo/get/servers/server1/FooGetServer1Variables.java similarity index 92% rename from samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/foo/get/servers/server1/Variables.java rename to samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/foo/get/servers/server1/FooGetServer1Variables.java index 8f803c6d955..35368a77bd1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/foo/get/servers/server1/Variables.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/foo/get/servers/server1/FooGetServer1Variables.java @@ -29,7 +29,7 @@ import org.openapijsonschematools.client.schemas.validation.StringValueMethod; import org.openapijsonschematools.client.schemas.validation.ValidationMetadata; -public class Variables { +public class FooGetServer1Variables { // nest classes so all schemas and input/output classes can be public @@ -152,7 +152,7 @@ protected VariablesMap(FrozenMap m) { ); public static final Set optionalKeys = Set.of(); public static VariablesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - return Variables1.getInstance().validate(arg, configuration); + return FooGetServer1Variables1.getInstance().validate(arg, configuration); } public String version() { @@ -211,11 +211,11 @@ public VariablesMap0Builder getBuilderAfterVersion(Map instance) } - public sealed interface Variables1Boxed permits Variables1BoxedMap { + public sealed interface FooGetServer1Variables1Boxed permits FooGetServer1Variables1BoxedMap { @Nullable Object getData(); } - public record Variables1BoxedMap(VariablesMap data) implements Variables1Boxed { + public record FooGetServer1Variables1BoxedMap(VariablesMap data) implements FooGetServer1Variables1Boxed { @Override public @Nullable Object getData() { return data; @@ -223,10 +223,10 @@ public record Variables1BoxedMap(VariablesMap data) implements Variables1Boxed { } - public static class Variables1 extends JsonSchema implements MapSchemaValidator { - private static @Nullable Variables1 instance = null; + public static class FooGetServer1Variables1 extends JsonSchema implements MapSchemaValidator { + private static @Nullable FooGetServer1Variables1 instance = null; - protected Variables1() { + protected FooGetServer1Variables1() { super(new JsonSchemaInfo() .type(Set.of(Map.class)) .properties(Map.ofEntries( @@ -239,9 +239,9 @@ protected Variables1() { ); } - public static Variables1 getInstance() { + public static FooGetServer1Variables1 getInstance() { if (instance == null) { - instance = new Variables1(); + instance = new FooGetServer1Variables1(); } return instance; } @@ -298,11 +298,11 @@ public VariablesMap validate(Map arg, SchemaConfiguration configuration) t throw new RuntimeException("Invalid input type="+getClass(arg)+". It can't be instantiated by this schema"); } @Override - public Variables1BoxedMap validateAndBox(Map arg, SchemaConfiguration configuration) throws ValidationException { - return new Variables1BoxedMap(validate(arg, configuration)); + public FooGetServer1Variables1BoxedMap validateAndBox(Map arg, SchemaConfiguration configuration) throws ValidationException { + return new FooGetServer1Variables1BoxedMap(validate(arg, configuration)); } @Override - public Variables1Boxed validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) throws ValidationException { + public FooGetServer1Variables1Boxed validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) throws ValidationException { if (arg instanceof Map castArg) { return validateAndBox(castArg, configuration); } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/pet/post/PetPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/pet/post/PetPostRequestBody.java index d31fde38cb3..f2304ccf791 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/pet/post/PetPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/pet/post/PetPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.pet.post; import org.openapijsonschematools.client.components.requestbodies.Pet; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/pet/put/PetPutRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/pet/put/PetPutRequestBody.java index 05a8bf7faa0..4faecd10dc9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/pet/put/PetPutRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/pet/put/PetPutRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.pet.put; import org.openapijsonschematools.client.components.requestbodies.Pet; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/PetfindbystatusGet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/PetfindbystatusGet.java index fffaa35e4c2..d4b8b02fa41 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/PetfindbystatusGet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/PetfindbystatusGet.java @@ -93,13 +93,13 @@ public Get(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigur } public static class GetRequest { - public PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParametersMap queryParameters; + public PetfindbystatusGetQueryParameters.QueryParametersMap queryParameters; public PetfindbystatusServerInfo.@Nullable ServerIndex serverIndex; public PetfindbystatusGetSecurityInfo.@Nullable SecurityIndex securityIndex; public @Nullable Duration timeout; public GetRequest( - PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParametersMap queryParameters, + PetfindbystatusGetQueryParameters.QueryParametersMap queryParameters, PetfindbystatusServerInfo.@Nullable ServerIndex serverIndex, PetfindbystatusGetSecurityInfo.@Nullable SecurityIndex securityIndex, @Nullable Duration timeout @@ -112,7 +112,7 @@ public GetRequest( } public static class GetNullableRequest { - public PetfindbystatusGetQueryParameters.@Nullable PetfindbystatusGetQueryParametersMap queryParameters; + public PetfindbystatusGetQueryParameters.@Nullable QueryParametersMap queryParameters; public PetfindbystatusServerInfo.@Nullable ServerIndex serverIndex; public PetfindbystatusGetSecurityInfo.@Nullable SecurityIndex securityIndex; public @Nullable Duration timeout; @@ -151,7 +151,7 @@ default T timeout(Duration timeout) { public interface SetterForQueryParameters { GetNullableRequest getInstance(); T getBuilderAfterQueryParameters(GetNullableRequest instance); - default T queryParameters(PetfindbystatusGetQueryParameters.PetfindbystatusGetQueryParametersMap queryParameters) { + default T queryParameters(PetfindbystatusGetQueryParameters.QueryParametersMap queryParameters) { var instance = getInstance(); instance.queryParameters = queryParameters; return getBuilderAfterQueryParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/get/PetfindbystatusGetQueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/get/PetfindbystatusGetQueryParameters.java index 79899cbd2ce..903dcda7c49 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/get/PetfindbystatusGetQueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/get/PetfindbystatusGetQueryParameters.java @@ -30,27 +30,27 @@ public class PetfindbystatusGetQueryParameters { // nest classes so all schemas and input/output classes can be public - public static class PetfindbystatusGetadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable PetfindbystatusGetadditionalProperties instance = null; - public static PetfindbystatusGetadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new PetfindbystatusGetadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class PetfindbystatusGetQueryParametersMap extends FrozenMap { - protected PetfindbystatusGetQueryParametersMap(FrozenMap m) { + public static class QueryParametersMap extends FrozenMap { + protected QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( "status" ); public static final Set optionalKeys = Set.of(); - public static PetfindbystatusGetQueryParametersMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { + public static QueryParametersMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { return PetfindbystatusGetQueryParameters1.getInstance().validate(arg, configuration); } @@ -63,18 +63,18 @@ public Schema0.SchemaList0 status() { } } - public interface SetterForPetfindbystatusGetstatus { + public interface SetterForStatus { Map> getInstance(); - T getBuilderAfterPetfindbystatusGetstatus(Map> instance); + T getBuilderAfterStatus(Map> instance); default T status(List value) { var instance = getInstance(); instance.put("status", value); - return getBuilderAfterPetfindbystatusGetstatus(instance); + return getBuilderAfterStatus(instance); } } - public static class PetfindbystatusGetQueryParametersMap0Builder implements GenericBuilder>> { + public static class QueryParametersMap0Builder implements GenericBuilder>> { private final Map> instance; private static final Set knownKeys = Set.of( "status" @@ -82,7 +82,7 @@ public static class PetfindbystatusGetQueryParametersMap0Builder implements Gene public Set getKnownKeys() { return knownKeys; } - public PetfindbystatusGetQueryParametersMap0Builder(Map> instance) { + public QueryParametersMap0Builder(Map> instance) { this.instance = instance; } public Map> build() { @@ -90,16 +90,16 @@ public Map> build() { } } - public static class PetfindbystatusGetQueryParametersMapBuilder implements SetterForPetfindbystatusGetstatus { + public static class QueryParametersMapBuilder implements SetterForStatus { private final Map> instance; - public PetfindbystatusGetQueryParametersMapBuilder() { + public QueryParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map> getInstance() { return instance; } - public PetfindbystatusGetQueryParametersMap0Builder getBuilderAfterPetfindbystatusGetstatus(Map> instance) { - return new PetfindbystatusGetQueryParametersMap0Builder(instance); + public QueryParametersMap0Builder getBuilderAfterStatus(Map> instance) { + return new QueryParametersMap0Builder(instance); } } @@ -108,7 +108,7 @@ public sealed interface PetfindbystatusGetQueryParameters1Boxed permits Petfindb @Nullable Object getData(); } - public record PetfindbystatusGetQueryParameters1BoxedMap(PetfindbystatusGetQueryParametersMap data) implements PetfindbystatusGetQueryParameters1Boxed { + public record PetfindbystatusGetQueryParameters1BoxedMap(QueryParametersMap data) implements PetfindbystatusGetQueryParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -116,7 +116,7 @@ public record PetfindbystatusGetQueryParameters1BoxedMap(PetfindbystatusGetQuery } - public static class PetfindbystatusGetQueryParameters1 extends JsonSchema implements MapSchemaValidator { + public static class PetfindbystatusGetQueryParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable PetfindbystatusGetQueryParameters1 instance = null; protected PetfindbystatusGetQueryParameters1() { @@ -128,7 +128,7 @@ protected PetfindbystatusGetQueryParameters1() { .required(Set.of( "status" )) - .additionalProperties(PetfindbystatusGetadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -139,7 +139,7 @@ public static PetfindbystatusGetQueryParameters1 getInstance() { return instance; } - public PetfindbystatusGetQueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public QueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -162,10 +162,10 @@ public PetfindbystatusGetQueryParametersMap getNewInstance(Map arg, List castProperties = new FrozenMap<>(properties); - return new PetfindbystatusGetQueryParametersMap(castProperties); + return new QueryParametersMap(castProperties); } - public PetfindbystatusGetQueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/servers/PetfindbystatusServer1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/servers/PetfindbystatusServer1.java index 3642ace858f..5d73d07d98b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/servers/PetfindbystatusServer1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/servers/PetfindbystatusServer1.java @@ -5,16 +5,16 @@ import org.openapijsonschematools.client.exceptions.ValidationException; import org.openapijsonschematools.client.servers.ServerWithVariables; import org.openapijsonschematools.client.schemas.validation.MapUtils; -import org.openapijsonschematools.client.paths.petfindbystatus.servers.server1.Variables; +import org.openapijsonschematools.client.paths.petfindbystatus.servers.server1.PetfindbystatusServer1Variables; import java.util.AbstractMap; -public class PetfindbystatusServer1 extends ServerWithVariables { - private static Variables.VariablesMap getVariables() { +public class PetfindbystatusServer1 extends ServerWithVariables { + private static PetfindbystatusServer1Variables.VariablesMap getVariables() { try { - return Variables.Variables1.getInstance().validate( + return PetfindbystatusServer1Variables.PetfindbystatusServer1Variables1.getInstance().validate( MapUtils.makeMap( - new AbstractMap.SimpleEntry<>("version", Variables.Version.getInstance().defaultValue()) + new AbstractMap.SimpleEntry<>("version", PetfindbystatusServer1Variables.Version.getInstance().defaultValue()) ), new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()) ); @@ -29,7 +29,7 @@ public PetfindbystatusServer1() { getVariables() ); } - public PetfindbystatusServer1(Variables.VariablesMap variables) { + public PetfindbystatusServer1(PetfindbystatusServer1Variables.VariablesMap variables) { super("https://petstore.swagger.io/{version}", variables); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/servers/server1/Variables.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/servers/server1/PetfindbystatusServer1Variables.java similarity index 91% rename from samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/servers/server1/Variables.java rename to samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/servers/server1/PetfindbystatusServer1Variables.java index 066bb13df2a..73133822702 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/servers/server1/Variables.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbystatus/servers/server1/PetfindbystatusServer1Variables.java @@ -29,7 +29,7 @@ import org.openapijsonschematools.client.schemas.validation.StringValueMethod; import org.openapijsonschematools.client.schemas.validation.ValidationMetadata; -public class Variables { +public class PetfindbystatusServer1Variables { // nest classes so all schemas and input/output classes can be public @@ -152,7 +152,7 @@ protected VariablesMap(FrozenMap m) { ); public static final Set optionalKeys = Set.of(); public static VariablesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - return Variables1.getInstance().validate(arg, configuration); + return PetfindbystatusServer1Variables1.getInstance().validate(arg, configuration); } public String version() { @@ -211,11 +211,11 @@ public VariablesMap0Builder getBuilderAfterVersion(Map instance) } - public sealed interface Variables1Boxed permits Variables1BoxedMap { + public sealed interface PetfindbystatusServer1Variables1Boxed permits PetfindbystatusServer1Variables1BoxedMap { @Nullable Object getData(); } - public record Variables1BoxedMap(VariablesMap data) implements Variables1Boxed { + public record PetfindbystatusServer1Variables1BoxedMap(VariablesMap data) implements PetfindbystatusServer1Variables1Boxed { @Override public @Nullable Object getData() { return data; @@ -223,10 +223,10 @@ public record Variables1BoxedMap(VariablesMap data) implements Variables1Boxed { } - public static class Variables1 extends JsonSchema implements MapSchemaValidator { - private static @Nullable Variables1 instance = null; + public static class PetfindbystatusServer1Variables1 extends JsonSchema implements MapSchemaValidator { + private static @Nullable PetfindbystatusServer1Variables1 instance = null; - protected Variables1() { + protected PetfindbystatusServer1Variables1() { super(new JsonSchemaInfo() .type(Set.of(Map.class)) .properties(Map.ofEntries( @@ -239,9 +239,9 @@ protected Variables1() { ); } - public static Variables1 getInstance() { + public static PetfindbystatusServer1Variables1 getInstance() { if (instance == null) { - instance = new Variables1(); + instance = new PetfindbystatusServer1Variables1(); } return instance; } @@ -298,11 +298,11 @@ public VariablesMap validate(Map arg, SchemaConfiguration configuration) t throw new RuntimeException("Invalid input type="+getClass(arg)+". It can't be instantiated by this schema"); } @Override - public Variables1BoxedMap validateAndBox(Map arg, SchemaConfiguration configuration) throws ValidationException { - return new Variables1BoxedMap(validate(arg, configuration)); + public PetfindbystatusServer1Variables1BoxedMap validateAndBox(Map arg, SchemaConfiguration configuration) throws ValidationException { + return new PetfindbystatusServer1Variables1BoxedMap(validate(arg, configuration)); } @Override - public Variables1Boxed validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) throws ValidationException { + public PetfindbystatusServer1Variables1Boxed validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) throws ValidationException { if (arg instanceof Map castArg) { return validateAndBox(castArg, configuration); } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbytags/PetfindbytagsGet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbytags/PetfindbytagsGet.java index 318fd196bae..d747aca39f8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbytags/PetfindbytagsGet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbytags/PetfindbytagsGet.java @@ -93,13 +93,13 @@ public Get(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigur } public static class GetRequest { - public PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParametersMap queryParameters; + public PetfindbytagsGetQueryParameters.QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public PetfindbytagsGetSecurityInfo.@Nullable SecurityIndex securityIndex; public @Nullable Duration timeout; public GetRequest( - PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParametersMap queryParameters, + PetfindbytagsGetQueryParameters.QueryParametersMap queryParameters, RootServerInfo.@Nullable ServerIndex serverIndex, PetfindbytagsGetSecurityInfo.@Nullable SecurityIndex securityIndex, @Nullable Duration timeout @@ -112,7 +112,7 @@ public GetRequest( } public static class GetNullableRequest { - public PetfindbytagsGetQueryParameters.@Nullable PetfindbytagsGetQueryParametersMap queryParameters; + public PetfindbytagsGetQueryParameters.@Nullable QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public PetfindbytagsGetSecurityInfo.@Nullable SecurityIndex securityIndex; public @Nullable Duration timeout; @@ -151,7 +151,7 @@ default T timeout(Duration timeout) { public interface SetterForQueryParameters { GetNullableRequest getInstance(); T getBuilderAfterQueryParameters(GetNullableRequest instance); - default T queryParameters(PetfindbytagsGetQueryParameters.PetfindbytagsGetQueryParametersMap queryParameters) { + default T queryParameters(PetfindbytagsGetQueryParameters.QueryParametersMap queryParameters) { var instance = getInstance(); instance.queryParameters = queryParameters; return getBuilderAfterQueryParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbytags/get/PetfindbytagsGetQueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbytags/get/PetfindbytagsGetQueryParameters.java index d5b4b8853ab..39aba0ed1c6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbytags/get/PetfindbytagsGetQueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petfindbytags/get/PetfindbytagsGetQueryParameters.java @@ -30,27 +30,27 @@ public class PetfindbytagsGetQueryParameters { // nest classes so all schemas and input/output classes can be public - public static class PetfindbytagsGetadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable PetfindbytagsGetadditionalProperties instance = null; - public static PetfindbytagsGetadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new PetfindbytagsGetadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class PetfindbytagsGetQueryParametersMap extends FrozenMap { - protected PetfindbytagsGetQueryParametersMap(FrozenMap m) { + public static class QueryParametersMap extends FrozenMap { + protected QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( "tags" ); public static final Set optionalKeys = Set.of(); - public static PetfindbytagsGetQueryParametersMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { + public static QueryParametersMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { return PetfindbytagsGetQueryParameters1.getInstance().validate(arg, configuration); } @@ -63,18 +63,18 @@ public Schema0.SchemaList0 tags() { } } - public interface SetterForPetfindbytagsGettags { + public interface SetterForTags { Map> getInstance(); - T getBuilderAfterPetfindbytagsGettags(Map> instance); + T getBuilderAfterTags(Map> instance); default T tags(List value) { var instance = getInstance(); instance.put("tags", value); - return getBuilderAfterPetfindbytagsGettags(instance); + return getBuilderAfterTags(instance); } } - public static class PetfindbytagsGetQueryParametersMap0Builder implements GenericBuilder>> { + public static class QueryParametersMap0Builder implements GenericBuilder>> { private final Map> instance; private static final Set knownKeys = Set.of( "tags" @@ -82,7 +82,7 @@ public static class PetfindbytagsGetQueryParametersMap0Builder implements Generi public Set getKnownKeys() { return knownKeys; } - public PetfindbytagsGetQueryParametersMap0Builder(Map> instance) { + public QueryParametersMap0Builder(Map> instance) { this.instance = instance; } public Map> build() { @@ -90,16 +90,16 @@ public Map> build() { } } - public static class PetfindbytagsGetQueryParametersMapBuilder implements SetterForPetfindbytagsGettags { + public static class QueryParametersMapBuilder implements SetterForTags { private final Map> instance; - public PetfindbytagsGetQueryParametersMapBuilder() { + public QueryParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map> getInstance() { return instance; } - public PetfindbytagsGetQueryParametersMap0Builder getBuilderAfterPetfindbytagsGettags(Map> instance) { - return new PetfindbytagsGetQueryParametersMap0Builder(instance); + public QueryParametersMap0Builder getBuilderAfterTags(Map> instance) { + return new QueryParametersMap0Builder(instance); } } @@ -108,7 +108,7 @@ public sealed interface PetfindbytagsGetQueryParameters1Boxed permits Petfindbyt @Nullable Object getData(); } - public record PetfindbytagsGetQueryParameters1BoxedMap(PetfindbytagsGetQueryParametersMap data) implements PetfindbytagsGetQueryParameters1Boxed { + public record PetfindbytagsGetQueryParameters1BoxedMap(QueryParametersMap data) implements PetfindbytagsGetQueryParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -116,7 +116,7 @@ public record PetfindbytagsGetQueryParameters1BoxedMap(PetfindbytagsGetQueryPara } - public static class PetfindbytagsGetQueryParameters1 extends JsonSchema implements MapSchemaValidator { + public static class PetfindbytagsGetQueryParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable PetfindbytagsGetQueryParameters1 instance = null; protected PetfindbytagsGetQueryParameters1() { @@ -128,7 +128,7 @@ protected PetfindbytagsGetQueryParameters1() { .required(Set.of( "tags" )) - .additionalProperties(PetfindbytagsGetadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -139,7 +139,7 @@ public static PetfindbytagsGetQueryParameters1 getInstance() { return instance; } - public PetfindbytagsGetQueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public QueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -162,10 +162,10 @@ public PetfindbytagsGetQueryParametersMap getNewInstance(Map arg, List castProperties = new FrozenMap<>(properties); - return new PetfindbytagsGetQueryParametersMap(castProperties); + return new QueryParametersMap(castProperties); } - public PetfindbytagsGetQueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/PetpetidDelete.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/PetpetidDelete.java index 81fa39afd8f..7c21fe27824 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/PetpetidDelete.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/PetpetidDelete.java @@ -98,15 +98,15 @@ public Delete(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfi } public static class DeleteRequest { - public PetpetidDeletePathParameters.PetpetidDeletePathParametersMap pathParameters; - public PetpetidDeleteHeaderParameters.@Nullable PetpetidDeleteHeaderParametersMap headerParameters; + public PetpetidDeletePathParameters.PathParametersMap pathParameters; + public PetpetidDeleteHeaderParameters.@Nullable HeaderParametersMap headerParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public PetpetidDeleteSecurityInfo.@Nullable SecurityIndex securityIndex; public @Nullable Duration timeout; public DeleteRequest( - PetpetidDeletePathParameters.PetpetidDeletePathParametersMap pathParameters, - PetpetidDeleteHeaderParameters.@Nullable PetpetidDeleteHeaderParametersMap headerParameters, + PetpetidDeletePathParameters.PathParametersMap pathParameters, + PetpetidDeleteHeaderParameters.@Nullable HeaderParametersMap headerParameters, RootServerInfo.@Nullable ServerIndex serverIndex, PetpetidDeleteSecurityInfo.@Nullable SecurityIndex securityIndex, @Nullable Duration timeout @@ -120,8 +120,8 @@ public DeleteRequest( } public static class DeleteNullableRequest { - public PetpetidDeletePathParameters.@Nullable PetpetidDeletePathParametersMap pathParameters; - public PetpetidDeleteHeaderParameters.@Nullable PetpetidDeleteHeaderParametersMap headerParameters; + public PetpetidDeletePathParameters.@Nullable PathParametersMap pathParameters; + public PetpetidDeleteHeaderParameters.@Nullable HeaderParametersMap headerParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public PetpetidDeleteSecurityInfo.@Nullable SecurityIndex securityIndex; public @Nullable Duration timeout; @@ -130,7 +130,7 @@ public static class DeleteNullableRequest { public interface SetterForHeaderParameters { DeleteNullableRequest getInstance(); T getBuilderAfterHeaderParameters(DeleteNullableRequest instance); - default T headerParameters(PetpetidDeleteHeaderParameters.PetpetidDeleteHeaderParametersMap headerParameters) { + default T headerParameters(PetpetidDeleteHeaderParameters.HeaderParametersMap headerParameters) { var instance = getInstance(); instance.headerParameters = headerParameters; return getBuilderAfterHeaderParameters(instance); @@ -170,7 +170,7 @@ default T timeout(Duration timeout) { public interface SetterForPathParameters { DeleteNullableRequest getInstance(); T getBuilderAfterPathParameters(DeleteNullableRequest instance); - default T pathParameters(PetpetidDeletePathParameters.PetpetidDeletePathParametersMap pathParameters) { + default T pathParameters(PetpetidDeletePathParameters.PathParametersMap pathParameters) { var instance = getInstance(); instance.pathParameters = pathParameters; return getBuilderAfterPathParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/PetpetidGet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/PetpetidGet.java index f3ec5bfc3bc..b7cdbb9ddc1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/PetpetidGet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/PetpetidGet.java @@ -92,13 +92,13 @@ public Get(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigur } public static class GetRequest { - public PetpetidGetPathParameters.PetpetidGetPathParametersMap pathParameters; + public PetpetidGetPathParameters.PathParametersMap pathParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public PetpetidGetSecurityInfo.@Nullable SecurityIndex securityIndex; public @Nullable Duration timeout; public GetRequest( - PetpetidGetPathParameters.PetpetidGetPathParametersMap pathParameters, + PetpetidGetPathParameters.PathParametersMap pathParameters, RootServerInfo.@Nullable ServerIndex serverIndex, PetpetidGetSecurityInfo.@Nullable SecurityIndex securityIndex, @Nullable Duration timeout @@ -111,7 +111,7 @@ public GetRequest( } public static class GetNullableRequest { - public PetpetidGetPathParameters.@Nullable PetpetidGetPathParametersMap pathParameters; + public PetpetidGetPathParameters.@Nullable PathParametersMap pathParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public PetpetidGetSecurityInfo.@Nullable SecurityIndex securityIndex; public @Nullable Duration timeout; @@ -150,7 +150,7 @@ default T timeout(Duration timeout) { public interface SetterForPathParameters { GetNullableRequest getInstance(); T getBuilderAfterPathParameters(GetNullableRequest instance); - default T pathParameters(PetpetidGetPathParameters.PetpetidGetPathParametersMap pathParameters) { + default T pathParameters(PetpetidGetPathParameters.PathParametersMap pathParameters) { var instance = getInstance(); instance.pathParameters = pathParameters; return getBuilderAfterPathParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/PetpetidPost.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/PetpetidPost.java index c0b8ff9ea2c..285054a419b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/PetpetidPost.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/PetpetidPost.java @@ -104,14 +104,14 @@ public Post(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigu } public static class PostRequest { - public PetpetidPostPathParameters.PetpetidPostPathParametersMap pathParameters; + public PetpetidPostPathParameters.PathParametersMap pathParameters; public PetpetidPostRequestBody.@Nullable SealedRequestBody requestBody; public RootServerInfo.@Nullable ServerIndex serverIndex; public PetpetidPostSecurityInfo.@Nullable SecurityIndex securityIndex; public @Nullable Duration timeout; public PostRequest( - PetpetidPostPathParameters.PetpetidPostPathParametersMap pathParameters, + PetpetidPostPathParameters.PathParametersMap pathParameters, PetpetidPostRequestBody.@Nullable SealedRequestBody requestBody, RootServerInfo.@Nullable ServerIndex serverIndex, PetpetidPostSecurityInfo.@Nullable SecurityIndex securityIndex, @@ -126,7 +126,7 @@ public PostRequest( } public static class PostNullableRequest { - public PetpetidPostPathParameters.@Nullable PetpetidPostPathParametersMap pathParameters; + public PetpetidPostPathParameters.@Nullable PathParametersMap pathParameters; public PetpetidPostRequestBody.@Nullable SealedRequestBody requestBody; public RootServerInfo.@Nullable ServerIndex serverIndex; public PetpetidPostSecurityInfo.@Nullable SecurityIndex securityIndex; @@ -176,7 +176,7 @@ default T timeout(Duration timeout) { public interface SetterForPathParameters { PostNullableRequest getInstance(); T getBuilderAfterPathParameters(PostNullableRequest instance); - default T pathParameters(PetpetidPostPathParameters.PetpetidPostPathParametersMap pathParameters) { + default T pathParameters(PetpetidPostPathParameters.PathParametersMap pathParameters) { var instance = getInstance(); instance.pathParameters = pathParameters; return getBuilderAfterPathParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/delete/PetpetidDeleteHeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/delete/PetpetidDeleteHeaderParameters.java index 6e645c90469..3bdf3b1f609 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/delete/PetpetidDeleteHeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/delete/PetpetidDeleteHeaderParameters.java @@ -29,27 +29,27 @@ public class PetpetidDeleteHeaderParameters { // nest classes so all schemas and input/output classes can be public - public static class PetpetidDeleteadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable PetpetidDeleteadditionalProperties instance = null; - public static PetpetidDeleteadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new PetpetidDeleteadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class PetpetidDeleteHeaderParametersMap extends FrozenMap { - protected PetpetidDeleteHeaderParametersMap(FrozenMap m) { + public static class HeaderParametersMap extends FrozenMap { + protected HeaderParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of( "api_key" ); - public static PetpetidDeleteHeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PetpetidDeleteHeaderParameters1.getInstance().validate(arg, configuration); } @@ -58,18 +58,18 @@ public String api_key() throws UnsetPropertyException { } } - public interface SetterForPetpetidDeleteapiKey { + public interface SetterForApiKey { Map getInstance(); - T getBuilderAfterPetpetidDeleteapiKey(Map instance); + T getBuilderAfterApiKey(Map instance); default T api_key(String value) { var instance = getInstance(); instance.put("api_key", value); - return getBuilderAfterPetpetidDeleteapiKey(instance); + return getBuilderAfterApiKey(instance); } } - public static class PetpetidDeleteHeaderParametersMapBuilder implements GenericBuilder>, SetterForPetpetidDeleteapiKey { + public static class HeaderParametersMapBuilder implements GenericBuilder>, SetterForApiKey { private final Map instance; private static final Set knownKeys = Set.of( "api_key" @@ -77,7 +77,7 @@ public static class PetpetidDeleteHeaderParametersMapBuilder implements GenericB public Set getKnownKeys() { return knownKeys; } - public PetpetidDeleteHeaderParametersMapBuilder() { + public HeaderParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map build() { @@ -86,7 +86,7 @@ public Map build() { public Map getInstance() { return instance; } - public PetpetidDeleteHeaderParametersMapBuilder getBuilderAfterPetpetidDeleteapiKey(Map instance) { + public HeaderParametersMapBuilder getBuilderAfterApiKey(Map instance) { return this; } } @@ -96,7 +96,7 @@ public sealed interface PetpetidDeleteHeaderParameters1Boxed permits PetpetidDel @Nullable Object getData(); } - public record PetpetidDeleteHeaderParameters1BoxedMap(PetpetidDeleteHeaderParametersMap data) implements PetpetidDeleteHeaderParameters1Boxed { + public record PetpetidDeleteHeaderParameters1BoxedMap(HeaderParametersMap data) implements PetpetidDeleteHeaderParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -104,7 +104,7 @@ public record PetpetidDeleteHeaderParameters1BoxedMap(PetpetidDeleteHeaderParame } - public static class PetpetidDeleteHeaderParameters1 extends JsonSchema implements MapSchemaValidator { + public static class PetpetidDeleteHeaderParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable PetpetidDeleteHeaderParameters1 instance = null; protected PetpetidDeleteHeaderParameters1() { @@ -113,7 +113,7 @@ protected PetpetidDeleteHeaderParameters1() { .properties(Map.ofEntries( new PropertyEntry("api_key", Schema0.Schema01.class) )) - .additionalProperties(PetpetidDeleteadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -124,7 +124,7 @@ public static PetpetidDeleteHeaderParameters1 getInstance() { return instance; } - public PetpetidDeleteHeaderParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public HeaderParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -147,10 +147,10 @@ public PetpetidDeleteHeaderParametersMap getNewInstance(Map arg, List castProperties = new FrozenMap<>(properties); - return new PetpetidDeleteHeaderParametersMap(castProperties); + return new HeaderParametersMap(castProperties); } - public PetpetidDeleteHeaderParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public HeaderParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/delete/PetpetidDeletePathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/delete/PetpetidDeletePathParameters.java index 85d6e6b6684..217bc3b8e83 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/delete/PetpetidDeletePathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/delete/PetpetidDeletePathParameters.java @@ -29,27 +29,27 @@ public class PetpetidDeletePathParameters { // nest classes so all schemas and input/output classes can be public - public static class PetpetidDeleteadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable PetpetidDeleteadditionalProperties instance = null; - public static PetpetidDeleteadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new PetpetidDeleteadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class PetpetidDeletePathParametersMap extends FrozenMap { - protected PetpetidDeletePathParametersMap(FrozenMap m) { + public static class PathParametersMap extends FrozenMap { + protected PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( "petId" ); public static final Set optionalKeys = Set.of(); - public static PetpetidDeletePathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PetpetidDeletePathParameters1.getInstance().validate(arg, configuration); } @@ -62,36 +62,36 @@ public Number petId() { } } - public interface SetterForPetpetidDeletepetId { + public interface SetterForPetId { Map getInstance(); - T getBuilderAfterPetpetidDeletepetId(Map instance); + T getBuilderAfterPetId(Map instance); default T petId(int value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterPetpetidDeletepetId(instance); + return getBuilderAfterPetId(instance); } default T petId(float value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterPetpetidDeletepetId(instance); + return getBuilderAfterPetId(instance); } default T petId(long value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterPetpetidDeletepetId(instance); + return getBuilderAfterPetId(instance); } default T petId(double value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterPetpetidDeletepetId(instance); + return getBuilderAfterPetId(instance); } } - public static class PetpetidDeletePathParametersMap0Builder implements GenericBuilder> { + public static class PathParametersMap0Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "petId" @@ -99,7 +99,7 @@ public static class PetpetidDeletePathParametersMap0Builder implements GenericBu public Set getKnownKeys() { return knownKeys; } - public PetpetidDeletePathParametersMap0Builder(Map instance) { + public PathParametersMap0Builder(Map instance) { this.instance = instance; } public Map build() { @@ -107,16 +107,16 @@ public Map build() { } } - public static class PetpetidDeletePathParametersMapBuilder implements SetterForPetpetidDeletepetId { + public static class PathParametersMapBuilder implements SetterForPetId { private final Map instance; - public PetpetidDeletePathParametersMapBuilder() { + public PathParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public PetpetidDeletePathParametersMap0Builder getBuilderAfterPetpetidDeletepetId(Map instance) { - return new PetpetidDeletePathParametersMap0Builder(instance); + public PathParametersMap0Builder getBuilderAfterPetId(Map instance) { + return new PathParametersMap0Builder(instance); } } @@ -125,7 +125,7 @@ public sealed interface PetpetidDeletePathParameters1Boxed permits PetpetidDelet @Nullable Object getData(); } - public record PetpetidDeletePathParameters1BoxedMap(PetpetidDeletePathParametersMap data) implements PetpetidDeletePathParameters1Boxed { + public record PetpetidDeletePathParameters1BoxedMap(PathParametersMap data) implements PetpetidDeletePathParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -133,7 +133,7 @@ public record PetpetidDeletePathParameters1BoxedMap(PetpetidDeletePathParameters } - public static class PetpetidDeletePathParameters1 extends JsonSchema implements MapSchemaValidator { + public static class PetpetidDeletePathParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable PetpetidDeletePathParameters1 instance = null; protected PetpetidDeletePathParameters1() { @@ -145,7 +145,7 @@ protected PetpetidDeletePathParameters1() { .required(Set.of( "petId" )) - .additionalProperties(PetpetidDeleteadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -156,7 +156,7 @@ public static PetpetidDeletePathParameters1 getInstance() { return instance; } - public PetpetidDeletePathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public PathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -179,10 +179,10 @@ public PetpetidDeletePathParametersMap getNewInstance(Map arg, List castProperties = new FrozenMap<>(properties); - return new PetpetidDeletePathParametersMap(castProperties); + return new PathParametersMap(castProperties); } - public PetpetidDeletePathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/get/PetpetidGetPathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/get/PetpetidGetPathParameters.java index 8188f04af39..498b007f37a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/get/PetpetidGetPathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/get/PetpetidGetPathParameters.java @@ -29,27 +29,27 @@ public class PetpetidGetPathParameters { // nest classes so all schemas and input/output classes can be public - public static class PetpetidGetadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable PetpetidGetadditionalProperties instance = null; - public static PetpetidGetadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new PetpetidGetadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class PetpetidGetPathParametersMap extends FrozenMap { - protected PetpetidGetPathParametersMap(FrozenMap m) { + public static class PathParametersMap extends FrozenMap { + protected PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( "petId" ); public static final Set optionalKeys = Set.of(); - public static PetpetidGetPathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PetpetidGetPathParameters1.getInstance().validate(arg, configuration); } @@ -62,36 +62,36 @@ public Number petId() { } } - public interface SetterForPetpetidGetpetId { + public interface SetterForPetId { Map getInstance(); - T getBuilderAfterPetpetidGetpetId(Map instance); + T getBuilderAfterPetId(Map instance); default T petId(int value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterPetpetidGetpetId(instance); + return getBuilderAfterPetId(instance); } default T petId(float value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterPetpetidGetpetId(instance); + return getBuilderAfterPetId(instance); } default T petId(long value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterPetpetidGetpetId(instance); + return getBuilderAfterPetId(instance); } default T petId(double value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterPetpetidGetpetId(instance); + return getBuilderAfterPetId(instance); } } - public static class PetpetidGetPathParametersMap0Builder implements GenericBuilder> { + public static class PathParametersMap0Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "petId" @@ -99,7 +99,7 @@ public static class PetpetidGetPathParametersMap0Builder implements GenericBuild public Set getKnownKeys() { return knownKeys; } - public PetpetidGetPathParametersMap0Builder(Map instance) { + public PathParametersMap0Builder(Map instance) { this.instance = instance; } public Map build() { @@ -107,16 +107,16 @@ public Map build() { } } - public static class PetpetidGetPathParametersMapBuilder implements SetterForPetpetidGetpetId { + public static class PathParametersMapBuilder implements SetterForPetId { private final Map instance; - public PetpetidGetPathParametersMapBuilder() { + public PathParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public PetpetidGetPathParametersMap0Builder getBuilderAfterPetpetidGetpetId(Map instance) { - return new PetpetidGetPathParametersMap0Builder(instance); + public PathParametersMap0Builder getBuilderAfterPetId(Map instance) { + return new PathParametersMap0Builder(instance); } } @@ -125,7 +125,7 @@ public sealed interface PetpetidGetPathParameters1Boxed permits PetpetidGetPathP @Nullable Object getData(); } - public record PetpetidGetPathParameters1BoxedMap(PetpetidGetPathParametersMap data) implements PetpetidGetPathParameters1Boxed { + public record PetpetidGetPathParameters1BoxedMap(PathParametersMap data) implements PetpetidGetPathParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -133,7 +133,7 @@ public record PetpetidGetPathParameters1BoxedMap(PetpetidGetPathParametersMap da } - public static class PetpetidGetPathParameters1 extends JsonSchema implements MapSchemaValidator { + public static class PetpetidGetPathParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable PetpetidGetPathParameters1 instance = null; protected PetpetidGetPathParameters1() { @@ -145,7 +145,7 @@ protected PetpetidGetPathParameters1() { .required(Set.of( "petId" )) - .additionalProperties(PetpetidGetadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -156,7 +156,7 @@ public static PetpetidGetPathParameters1 getInstance() { return instance; } - public PetpetidGetPathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public PathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -179,10 +179,10 @@ public PetpetidGetPathParametersMap getNewInstance(Map arg, List p properties.put(propertyName, (Number) propertyInstance); } FrozenMap castProperties = new FrozenMap<>(properties); - return new PetpetidGetPathParametersMap(castProperties); + return new PathParametersMap(castProperties); } - public PetpetidGetPathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/post/PetpetidPostPathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/post/PetpetidPostPathParameters.java index 0548b7f1811..28daa3aee1a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/post/PetpetidPostPathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/post/PetpetidPostPathParameters.java @@ -29,27 +29,27 @@ public class PetpetidPostPathParameters { // nest classes so all schemas and input/output classes can be public - public static class PetpetidPostadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable PetpetidPostadditionalProperties instance = null; - public static PetpetidPostadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new PetpetidPostadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class PetpetidPostPathParametersMap extends FrozenMap { - protected PetpetidPostPathParametersMap(FrozenMap m) { + public static class PathParametersMap extends FrozenMap { + protected PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( "petId" ); public static final Set optionalKeys = Set.of(); - public static PetpetidPostPathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PetpetidPostPathParameters1.getInstance().validate(arg, configuration); } @@ -62,36 +62,36 @@ public Number petId() { } } - public interface SetterForPetpetidPostpetId { + public interface SetterForPetId { Map getInstance(); - T getBuilderAfterPetpetidPostpetId(Map instance); + T getBuilderAfterPetId(Map instance); default T petId(int value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterPetpetidPostpetId(instance); + return getBuilderAfterPetId(instance); } default T petId(float value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterPetpetidPostpetId(instance); + return getBuilderAfterPetId(instance); } default T petId(long value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterPetpetidPostpetId(instance); + return getBuilderAfterPetId(instance); } default T petId(double value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterPetpetidPostpetId(instance); + return getBuilderAfterPetId(instance); } } - public static class PetpetidPostPathParametersMap0Builder implements GenericBuilder> { + public static class PathParametersMap0Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "petId" @@ -99,7 +99,7 @@ public static class PetpetidPostPathParametersMap0Builder implements GenericBuil public Set getKnownKeys() { return knownKeys; } - public PetpetidPostPathParametersMap0Builder(Map instance) { + public PathParametersMap0Builder(Map instance) { this.instance = instance; } public Map build() { @@ -107,16 +107,16 @@ public Map build() { } } - public static class PetpetidPostPathParametersMapBuilder implements SetterForPetpetidPostpetId { + public static class PathParametersMapBuilder implements SetterForPetId { private final Map instance; - public PetpetidPostPathParametersMapBuilder() { + public PathParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public PetpetidPostPathParametersMap0Builder getBuilderAfterPetpetidPostpetId(Map instance) { - return new PetpetidPostPathParametersMap0Builder(instance); + public PathParametersMap0Builder getBuilderAfterPetId(Map instance) { + return new PathParametersMap0Builder(instance); } } @@ -125,7 +125,7 @@ public sealed interface PetpetidPostPathParameters1Boxed permits PetpetidPostPat @Nullable Object getData(); } - public record PetpetidPostPathParameters1BoxedMap(PetpetidPostPathParametersMap data) implements PetpetidPostPathParameters1Boxed { + public record PetpetidPostPathParameters1BoxedMap(PathParametersMap data) implements PetpetidPostPathParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -133,7 +133,7 @@ public record PetpetidPostPathParameters1BoxedMap(PetpetidPostPathParametersMap } - public static class PetpetidPostPathParameters1 extends JsonSchema implements MapSchemaValidator { + public static class PetpetidPostPathParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable PetpetidPostPathParameters1 instance = null; protected PetpetidPostPathParameters1() { @@ -145,7 +145,7 @@ protected PetpetidPostPathParameters1() { .required(Set.of( "petId" )) - .additionalProperties(PetpetidPostadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -156,7 +156,7 @@ public static PetpetidPostPathParameters1 getInstance() { return instance; } - public PetpetidPostPathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public PathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -179,10 +179,10 @@ public PetpetidPostPathParametersMap getNewInstance(Map arg, List properties.put(propertyName, (Number) propertyInstance); } FrozenMap castProperties = new FrozenMap<>(properties); - return new PetpetidPostPathParametersMap(castProperties); + return new PathParametersMap(castProperties); } - public PetpetidPostPathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/post/PetpetidPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/post/PetpetidPostRequestBody.java index 5a90f83cf0b..67d40f7ca47 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/post/PetpetidPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetid/post/PetpetidPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.petpetid.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetiduploadimage/PetpetiduploadimagePost.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetiduploadimage/PetpetiduploadimagePost.java index 8ad3eaff4a4..82c0dce116b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetiduploadimage/PetpetiduploadimagePost.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetiduploadimage/PetpetiduploadimagePost.java @@ -105,14 +105,14 @@ public Post(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigu } public static class PostRequest { - public PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParametersMap pathParameters; + public PetpetiduploadimagePostPathParameters.PathParametersMap pathParameters; public PetpetiduploadimagePostRequestBody.@Nullable SealedRequestBody requestBody; public RootServerInfo.@Nullable ServerIndex serverIndex; public PetpetiduploadimagePostSecurityInfo.@Nullable SecurityIndex securityIndex; public @Nullable Duration timeout; public PostRequest( - PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParametersMap pathParameters, + PetpetiduploadimagePostPathParameters.PathParametersMap pathParameters, PetpetiduploadimagePostRequestBody.@Nullable SealedRequestBody requestBody, RootServerInfo.@Nullable ServerIndex serverIndex, PetpetiduploadimagePostSecurityInfo.@Nullable SecurityIndex securityIndex, @@ -127,7 +127,7 @@ public PostRequest( } public static class PostNullableRequest { - public PetpetiduploadimagePostPathParameters.@Nullable PetpetiduploadimagePostPathParametersMap pathParameters; + public PetpetiduploadimagePostPathParameters.@Nullable PathParametersMap pathParameters; public PetpetiduploadimagePostRequestBody.@Nullable SealedRequestBody requestBody; public RootServerInfo.@Nullable ServerIndex serverIndex; public PetpetiduploadimagePostSecurityInfo.@Nullable SecurityIndex securityIndex; @@ -177,7 +177,7 @@ default T timeout(Duration timeout) { public interface SetterForPathParameters { PostNullableRequest getInstance(); T getBuilderAfterPathParameters(PostNullableRequest instance); - default T pathParameters(PetpetiduploadimagePostPathParameters.PetpetiduploadimagePostPathParametersMap pathParameters) { + default T pathParameters(PetpetiduploadimagePostPathParameters.PathParametersMap pathParameters) { var instance = getInstance(); instance.pathParameters = pathParameters; return getBuilderAfterPathParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetiduploadimage/post/PetpetiduploadimagePostPathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetiduploadimage/post/PetpetiduploadimagePostPathParameters.java index dcc8d641199..29b957c98cd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetiduploadimage/post/PetpetiduploadimagePostPathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetiduploadimage/post/PetpetiduploadimagePostPathParameters.java @@ -29,27 +29,27 @@ public class PetpetiduploadimagePostPathParameters { // nest classes so all schemas and input/output classes can be public - public static class PetpetiduploadimagePostadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable PetpetiduploadimagePostadditionalProperties instance = null; - public static PetpetiduploadimagePostadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new PetpetiduploadimagePostadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class PetpetiduploadimagePostPathParametersMap extends FrozenMap { - protected PetpetiduploadimagePostPathParametersMap(FrozenMap m) { + public static class PathParametersMap extends FrozenMap { + protected PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( "petId" ); public static final Set optionalKeys = Set.of(); - public static PetpetiduploadimagePostPathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PetpetiduploadimagePostPathParameters1.getInstance().validate(arg, configuration); } @@ -62,36 +62,36 @@ public Number petId() { } } - public interface SetterForPetpetiduploadimagePostpetId { + public interface SetterForPetId { Map getInstance(); - T getBuilderAfterPetpetiduploadimagePostpetId(Map instance); + T getBuilderAfterPetId(Map instance); default T petId(int value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterPetpetiduploadimagePostpetId(instance); + return getBuilderAfterPetId(instance); } default T petId(float value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterPetpetiduploadimagePostpetId(instance); + return getBuilderAfterPetId(instance); } default T petId(long value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterPetpetiduploadimagePostpetId(instance); + return getBuilderAfterPetId(instance); } default T petId(double value) { var instance = getInstance(); instance.put("petId", value); - return getBuilderAfterPetpetiduploadimagePostpetId(instance); + return getBuilderAfterPetId(instance); } } - public static class PetpetiduploadimagePostPathParametersMap0Builder implements GenericBuilder> { + public static class PathParametersMap0Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "petId" @@ -99,7 +99,7 @@ public static class PetpetiduploadimagePostPathParametersMap0Builder implements public Set getKnownKeys() { return knownKeys; } - public PetpetiduploadimagePostPathParametersMap0Builder(Map instance) { + public PathParametersMap0Builder(Map instance) { this.instance = instance; } public Map build() { @@ -107,16 +107,16 @@ public Map build() { } } - public static class PetpetiduploadimagePostPathParametersMapBuilder implements SetterForPetpetiduploadimagePostpetId { + public static class PathParametersMapBuilder implements SetterForPetId { private final Map instance; - public PetpetiduploadimagePostPathParametersMapBuilder() { + public PathParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public PetpetiduploadimagePostPathParametersMap0Builder getBuilderAfterPetpetiduploadimagePostpetId(Map instance) { - return new PetpetiduploadimagePostPathParametersMap0Builder(instance); + public PathParametersMap0Builder getBuilderAfterPetId(Map instance) { + return new PathParametersMap0Builder(instance); } } @@ -125,7 +125,7 @@ public sealed interface PetpetiduploadimagePostPathParameters1Boxed permits Petp @Nullable Object getData(); } - public record PetpetiduploadimagePostPathParameters1BoxedMap(PetpetiduploadimagePostPathParametersMap data) implements PetpetiduploadimagePostPathParameters1Boxed { + public record PetpetiduploadimagePostPathParameters1BoxedMap(PathParametersMap data) implements PetpetiduploadimagePostPathParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -133,7 +133,7 @@ public record PetpetiduploadimagePostPathParameters1BoxedMap(Petpetiduploadimage } - public static class PetpetiduploadimagePostPathParameters1 extends JsonSchema implements MapSchemaValidator { + public static class PetpetiduploadimagePostPathParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable PetpetiduploadimagePostPathParameters1 instance = null; protected PetpetiduploadimagePostPathParameters1() { @@ -145,7 +145,7 @@ protected PetpetiduploadimagePostPathParameters1() { .required(Set.of( "petId" )) - .additionalProperties(PetpetiduploadimagePostadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -156,7 +156,7 @@ public static PetpetiduploadimagePostPathParameters1 getInstance() { return instance; } - public PetpetiduploadimagePostPathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public PathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -179,10 +179,10 @@ public PetpetiduploadimagePostPathParametersMap getNewInstance(Map arg, Li properties.put(propertyName, (Number) propertyInstance); } FrozenMap castProperties = new FrozenMap<>(properties); - return new PetpetiduploadimagePostPathParametersMap(castProperties); + return new PathParametersMap(castProperties); } - public PetpetiduploadimagePostPathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetiduploadimage/post/PetpetiduploadimagePostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetiduploadimage/post/PetpetiduploadimagePostRequestBody.java index eec826e462c..2fa51fd7974 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetiduploadimage/post/PetpetiduploadimagePostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/petpetiduploadimage/post/PetpetiduploadimagePostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.petpetiduploadimage.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorder/post/StoreorderPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorder/post/StoreorderPostRequestBody.java index 0c0a1dbc175..6b587ce09ab 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorder/post/StoreorderPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorder/post/StoreorderPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.storeorder.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorderorderid/StoreorderorderidDelete.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorderorderid/StoreorderorderidDelete.java index 6ad421950d5..8e9c1da41b0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorderorderid/StoreorderorderidDelete.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorderorderid/StoreorderorderidDelete.java @@ -78,12 +78,12 @@ public Delete(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfi } public static class DeleteRequest { - public StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParametersMap pathParameters; + public StoreorderorderidDeletePathParameters.PathParametersMap pathParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; public DeleteRequest( - StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParametersMap pathParameters, + StoreorderorderidDeletePathParameters.PathParametersMap pathParameters, RootServerInfo.@Nullable ServerIndex serverIndex, @Nullable Duration timeout ) { @@ -94,7 +94,7 @@ public DeleteRequest( } public static class DeleteNullableRequest { - public StoreorderorderidDeletePathParameters.@Nullable StoreorderorderidDeletePathParametersMap pathParameters; + public StoreorderorderidDeletePathParameters.@Nullable PathParametersMap pathParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -122,7 +122,7 @@ default T timeout(Duration timeout) { public interface SetterForPathParameters { DeleteNullableRequest getInstance(); T getBuilderAfterPathParameters(DeleteNullableRequest instance); - default T pathParameters(StoreorderorderidDeletePathParameters.StoreorderorderidDeletePathParametersMap pathParameters) { + default T pathParameters(StoreorderorderidDeletePathParameters.PathParametersMap pathParameters) { var instance = getInstance(); instance.pathParameters = pathParameters; return getBuilderAfterPathParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorderorderid/StoreorderorderidGet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorderorderid/StoreorderorderidGet.java index 05b1240c04d..e7b57253441 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorderorderid/StoreorderorderidGet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorderorderid/StoreorderorderidGet.java @@ -79,12 +79,12 @@ public Get(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigur } public static class GetRequest { - public StoreorderorderidGetPathParameters.StoreorderorderidGetPathParametersMap pathParameters; + public StoreorderorderidGetPathParameters.PathParametersMap pathParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; public GetRequest( - StoreorderorderidGetPathParameters.StoreorderorderidGetPathParametersMap pathParameters, + StoreorderorderidGetPathParameters.PathParametersMap pathParameters, RootServerInfo.@Nullable ServerIndex serverIndex, @Nullable Duration timeout ) { @@ -95,7 +95,7 @@ public GetRequest( } public static class GetNullableRequest { - public StoreorderorderidGetPathParameters.@Nullable StoreorderorderidGetPathParametersMap pathParameters; + public StoreorderorderidGetPathParameters.@Nullable PathParametersMap pathParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -123,7 +123,7 @@ default T timeout(Duration timeout) { public interface SetterForPathParameters { GetNullableRequest getInstance(); T getBuilderAfterPathParameters(GetNullableRequest instance); - default T pathParameters(StoreorderorderidGetPathParameters.StoreorderorderidGetPathParametersMap pathParameters) { + default T pathParameters(StoreorderorderidGetPathParameters.PathParametersMap pathParameters) { var instance = getInstance(); instance.pathParameters = pathParameters; return getBuilderAfterPathParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorderorderid/delete/StoreorderorderidDeletePathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorderorderid/delete/StoreorderorderidDeletePathParameters.java index 91cc3045110..333df7667ee 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorderorderid/delete/StoreorderorderidDeletePathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorderorderid/delete/StoreorderorderidDeletePathParameters.java @@ -29,27 +29,27 @@ public class StoreorderorderidDeletePathParameters { // nest classes so all schemas and input/output classes can be public - public static class StoreorderorderidDeleteadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable StoreorderorderidDeleteadditionalProperties instance = null; - public static StoreorderorderidDeleteadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new StoreorderorderidDeleteadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class StoreorderorderidDeletePathParametersMap extends FrozenMap { - protected StoreorderorderidDeletePathParametersMap(FrozenMap m) { + public static class PathParametersMap extends FrozenMap { + protected PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( "order_id" ); public static final Set optionalKeys = Set.of(); - public static StoreorderorderidDeletePathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return StoreorderorderidDeletePathParameters1.getInstance().validate(arg, configuration); } @@ -62,18 +62,18 @@ public String order_id() { } } - public interface SetterForStoreorderorderidDeleteorderId { + public interface SetterForOrderId { Map getInstance(); - T getBuilderAfterStoreorderorderidDeleteorderId(Map instance); + T getBuilderAfterOrderId(Map instance); default T order_id(String value) { var instance = getInstance(); instance.put("order_id", value); - return getBuilderAfterStoreorderorderidDeleteorderId(instance); + return getBuilderAfterOrderId(instance); } } - public static class StoreorderorderidDeletePathParametersMap0Builder implements GenericBuilder> { + public static class PathParametersMap0Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "order_id" @@ -81,7 +81,7 @@ public static class StoreorderorderidDeletePathParametersMap0Builder implements public Set getKnownKeys() { return knownKeys; } - public StoreorderorderidDeletePathParametersMap0Builder(Map instance) { + public PathParametersMap0Builder(Map instance) { this.instance = instance; } public Map build() { @@ -89,16 +89,16 @@ public Map build() { } } - public static class StoreorderorderidDeletePathParametersMapBuilder implements SetterForStoreorderorderidDeleteorderId { + public static class PathParametersMapBuilder implements SetterForOrderId { private final Map instance; - public StoreorderorderidDeletePathParametersMapBuilder() { + public PathParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public StoreorderorderidDeletePathParametersMap0Builder getBuilderAfterStoreorderorderidDeleteorderId(Map instance) { - return new StoreorderorderidDeletePathParametersMap0Builder(instance); + public PathParametersMap0Builder getBuilderAfterOrderId(Map instance) { + return new PathParametersMap0Builder(instance); } } @@ -107,7 +107,7 @@ public sealed interface StoreorderorderidDeletePathParameters1Boxed permits Stor @Nullable Object getData(); } - public record StoreorderorderidDeletePathParameters1BoxedMap(StoreorderorderidDeletePathParametersMap data) implements StoreorderorderidDeletePathParameters1Boxed { + public record StoreorderorderidDeletePathParameters1BoxedMap(PathParametersMap data) implements StoreorderorderidDeletePathParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -115,7 +115,7 @@ public record StoreorderorderidDeletePathParameters1BoxedMap(StoreorderorderidDe } - public static class StoreorderorderidDeletePathParameters1 extends JsonSchema implements MapSchemaValidator { + public static class StoreorderorderidDeletePathParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable StoreorderorderidDeletePathParameters1 instance = null; protected StoreorderorderidDeletePathParameters1() { @@ -127,7 +127,7 @@ protected StoreorderorderidDeletePathParameters1() { .required(Set.of( "order_id" )) - .additionalProperties(StoreorderorderidDeleteadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -138,7 +138,7 @@ public static StoreorderorderidDeletePathParameters1 getInstance() { return instance; } - public StoreorderorderidDeletePathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public PathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -161,10 +161,10 @@ public StoreorderorderidDeletePathParametersMap getNewInstance(Map arg, Li properties.put(propertyName, (String) propertyInstance); } FrozenMap castProperties = new FrozenMap<>(properties); - return new StoreorderorderidDeletePathParametersMap(castProperties); + return new PathParametersMap(castProperties); } - public StoreorderorderidDeletePathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorderorderid/get/StoreorderorderidGetPathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorderorderid/get/StoreorderorderidGetPathParameters.java index 5cd36c42b58..b103bb5c279 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorderorderid/get/StoreorderorderidGetPathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/storeorderorderid/get/StoreorderorderidGetPathParameters.java @@ -29,27 +29,27 @@ public class StoreorderorderidGetPathParameters { // nest classes so all schemas and input/output classes can be public - public static class StoreorderorderidGetadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable StoreorderorderidGetadditionalProperties instance = null; - public static StoreorderorderidGetadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new StoreorderorderidGetadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class StoreorderorderidGetPathParametersMap extends FrozenMap { - protected StoreorderorderidGetPathParametersMap(FrozenMap m) { + public static class PathParametersMap extends FrozenMap { + protected PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( "order_id" ); public static final Set optionalKeys = Set.of(); - public static StoreorderorderidGetPathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return StoreorderorderidGetPathParameters1.getInstance().validate(arg, configuration); } @@ -62,36 +62,36 @@ public Number order_id() { } } - public interface SetterForStoreorderorderidGetorderId { + public interface SetterForOrderId { Map getInstance(); - T getBuilderAfterStoreorderorderidGetorderId(Map instance); + T getBuilderAfterOrderId(Map instance); default T order_id(int value) { var instance = getInstance(); instance.put("order_id", value); - return getBuilderAfterStoreorderorderidGetorderId(instance); + return getBuilderAfterOrderId(instance); } default T order_id(float value) { var instance = getInstance(); instance.put("order_id", value); - return getBuilderAfterStoreorderorderidGetorderId(instance); + return getBuilderAfterOrderId(instance); } default T order_id(long value) { var instance = getInstance(); instance.put("order_id", value); - return getBuilderAfterStoreorderorderidGetorderId(instance); + return getBuilderAfterOrderId(instance); } default T order_id(double value) { var instance = getInstance(); instance.put("order_id", value); - return getBuilderAfterStoreorderorderidGetorderId(instance); + return getBuilderAfterOrderId(instance); } } - public static class StoreorderorderidGetPathParametersMap0Builder implements GenericBuilder> { + public static class PathParametersMap0Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "order_id" @@ -99,7 +99,7 @@ public static class StoreorderorderidGetPathParametersMap0Builder implements Gen public Set getKnownKeys() { return knownKeys; } - public StoreorderorderidGetPathParametersMap0Builder(Map instance) { + public PathParametersMap0Builder(Map instance) { this.instance = instance; } public Map build() { @@ -107,16 +107,16 @@ public Map build() { } } - public static class StoreorderorderidGetPathParametersMapBuilder implements SetterForStoreorderorderidGetorderId { + public static class PathParametersMapBuilder implements SetterForOrderId { private final Map instance; - public StoreorderorderidGetPathParametersMapBuilder() { + public PathParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public StoreorderorderidGetPathParametersMap0Builder getBuilderAfterStoreorderorderidGetorderId(Map instance) { - return new StoreorderorderidGetPathParametersMap0Builder(instance); + public PathParametersMap0Builder getBuilderAfterOrderId(Map instance) { + return new PathParametersMap0Builder(instance); } } @@ -125,7 +125,7 @@ public sealed interface StoreorderorderidGetPathParameters1Boxed permits Storeor @Nullable Object getData(); } - public record StoreorderorderidGetPathParameters1BoxedMap(StoreorderorderidGetPathParametersMap data) implements StoreorderorderidGetPathParameters1Boxed { + public record StoreorderorderidGetPathParameters1BoxedMap(PathParametersMap data) implements StoreorderorderidGetPathParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -133,7 +133,7 @@ public record StoreorderorderidGetPathParameters1BoxedMap(StoreorderorderidGetPa } - public static class StoreorderorderidGetPathParameters1 extends JsonSchema implements MapSchemaValidator { + public static class StoreorderorderidGetPathParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable StoreorderorderidGetPathParameters1 instance = null; protected StoreorderorderidGetPathParameters1() { @@ -145,7 +145,7 @@ protected StoreorderorderidGetPathParameters1() { .required(Set.of( "order_id" )) - .additionalProperties(StoreorderorderidGetadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -156,7 +156,7 @@ public static StoreorderorderidGetPathParameters1 getInstance() { return instance; } - public StoreorderorderidGetPathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public PathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -179,10 +179,10 @@ public StoreorderorderidGetPathParametersMap getNewInstance(Map arg, List< properties.put(propertyName, (Number) propertyInstance); } FrozenMap castProperties = new FrozenMap<>(properties); - return new StoreorderorderidGetPathParametersMap(castProperties); + return new PathParametersMap(castProperties); } - public StoreorderorderidGetPathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/user/post/UserPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/user/post/UserPostRequestBody.java index ba6a1c6372e..9f4b9c37e2e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/user/post/UserPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/user/post/UserPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.user.post; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/usercreatewitharray/post/UsercreatewitharrayPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/usercreatewitharray/post/UsercreatewitharrayPostRequestBody.java index b662a0bbb6c..50224dc5a1c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/usercreatewitharray/post/UsercreatewitharrayPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/usercreatewitharray/post/UsercreatewitharrayPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.usercreatewitharray.post; import org.openapijsonschematools.client.components.requestbodies.UserArray; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/usercreatewithlist/post/UsercreatewithlistPostRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/usercreatewithlist/post/UsercreatewithlistPostRequestBody.java index 29018a348a5..1d84fbcdb44 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/usercreatewithlist/post/UsercreatewithlistPostRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/usercreatewithlist/post/UsercreatewithlistPostRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.usercreatewithlist.post; import org.openapijsonschematools.client.components.requestbodies.RefUserArray; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userlogin/UserloginGet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userlogin/UserloginGet.java index 15b691bd5c7..5a65e591c6d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userlogin/UserloginGet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userlogin/UserloginGet.java @@ -80,12 +80,12 @@ public Get(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigur } public static class GetRequest { - public UserloginGetQueryParameters.UserloginGetQueryParametersMap queryParameters; + public UserloginGetQueryParameters.QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; public GetRequest( - UserloginGetQueryParameters.UserloginGetQueryParametersMap queryParameters, + UserloginGetQueryParameters.QueryParametersMap queryParameters, RootServerInfo.@Nullable ServerIndex serverIndex, @Nullable Duration timeout ) { @@ -96,7 +96,7 @@ public GetRequest( } public static class GetNullableRequest { - public UserloginGetQueryParameters.@Nullable UserloginGetQueryParametersMap queryParameters; + public UserloginGetQueryParameters.@Nullable QueryParametersMap queryParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -124,7 +124,7 @@ default T timeout(Duration timeout) { public interface SetterForQueryParameters { GetNullableRequest getInstance(); T getBuilderAfterQueryParameters(GetNullableRequest instance); - default T queryParameters(UserloginGetQueryParameters.UserloginGetQueryParametersMap queryParameters) { + default T queryParameters(UserloginGetQueryParameters.QueryParametersMap queryParameters) { var instance = getInstance(); instance.queryParameters = queryParameters; return getBuilderAfterQueryParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userlogin/get/UserloginGetQueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userlogin/get/UserloginGetQueryParameters.java index 700107d32e1..c42b97df5ca 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userlogin/get/UserloginGetQueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userlogin/get/UserloginGetQueryParameters.java @@ -30,20 +30,20 @@ public class UserloginGetQueryParameters { // nest classes so all schemas and input/output classes can be public - public static class UserloginGetadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable UserloginGetadditionalProperties instance = null; - public static UserloginGetadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new UserloginGetadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class UserloginGetQueryParametersMap extends FrozenMap<@Nullable Object> { - protected UserloginGetQueryParametersMap(FrozenMap<@Nullable Object> m) { + public static class QueryParametersMap extends FrozenMap<@Nullable Object> { + protected QueryParametersMap(FrozenMap<@Nullable Object> m) { super(m); } public static final Set requiredKeys = Set.of( @@ -51,7 +51,7 @@ protected UserloginGetQueryParametersMap(FrozenMap<@Nullable Object> m) { "username" ); public static final Set optionalKeys = Set.of(); - public static UserloginGetQueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return UserloginGetQueryParameters1.getInstance().validate(arg, configuration); } @@ -72,29 +72,29 @@ public String username() { } } - public interface SetterForUserloginGetpassword { + public interface SetterForPassword { Map getInstance(); - T getBuilderAfterUserloginGetpassword(Map instance); + T getBuilderAfterPassword(Map instance); default T password(String value) { var instance = getInstance(); instance.put("password", value); - return getBuilderAfterUserloginGetpassword(instance); + return getBuilderAfterPassword(instance); } } - public interface SetterForUserloginGetusername { + public interface SetterForUsername { Map getInstance(); - T getBuilderAfterUserloginGetusername(Map instance); + T getBuilderAfterUsername(Map instance); default T username(String value) { var instance = getInstance(); instance.put("username", value); - return getBuilderAfterUserloginGetusername(instance); + return getBuilderAfterUsername(instance); } } - public static class UserloginGetQueryParametersMap00Builder implements GenericBuilder> { + public static class QueryParametersMap00Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "password", @@ -103,7 +103,7 @@ public static class UserloginGetQueryParametersMap00Builder implements GenericBu public Set getKnownKeys() { return knownKeys; } - public UserloginGetQueryParametersMap00Builder(Map instance) { + public QueryParametersMap00Builder(Map instance) { this.instance = instance; } public Map build() { @@ -111,45 +111,45 @@ public UserloginGetQueryParametersMap00Builder(Map ins } } - public static class UserloginGetQueryParametersMap01Builder implements SetterForUserloginGetusername { + public static class QueryParametersMap01Builder implements SetterForUsername { private final Map instance; - public UserloginGetQueryParametersMap01Builder(Map instance) { + public QueryParametersMap01Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public UserloginGetQueryParametersMap00Builder getBuilderAfterUserloginGetusername(Map instance) { - return new UserloginGetQueryParametersMap00Builder(instance); + public QueryParametersMap00Builder getBuilderAfterUsername(Map instance) { + return new QueryParametersMap00Builder(instance); } } - public static class UserloginGetQueryParametersMap10Builder implements SetterForUserloginGetpassword { + public static class QueryParametersMap10Builder implements SetterForPassword { private final Map instance; - public UserloginGetQueryParametersMap10Builder(Map instance) { + public QueryParametersMap10Builder(Map instance) { this.instance = instance; } public Map getInstance() { return instance; } - public UserloginGetQueryParametersMap00Builder getBuilderAfterUserloginGetpassword(Map instance) { - return new UserloginGetQueryParametersMap00Builder(instance); + public QueryParametersMap00Builder getBuilderAfterPassword(Map instance) { + return new QueryParametersMap00Builder(instance); } } - public static class UserloginGetQueryParametersMapBuilder implements SetterForUserloginGetpassword, SetterForUserloginGetusername { + public static class QueryParametersMapBuilder implements SetterForPassword, SetterForUsername { private final Map instance; - public UserloginGetQueryParametersMapBuilder() { + public QueryParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public UserloginGetQueryParametersMap01Builder getBuilderAfterUserloginGetpassword(Map instance) { - return new UserloginGetQueryParametersMap01Builder(instance); + public QueryParametersMap01Builder getBuilderAfterPassword(Map instance) { + return new QueryParametersMap01Builder(instance); } - public UserloginGetQueryParametersMap10Builder getBuilderAfterUserloginGetusername(Map instance) { - return new UserloginGetQueryParametersMap10Builder(instance); + public QueryParametersMap10Builder getBuilderAfterUsername(Map instance) { + return new QueryParametersMap10Builder(instance); } } @@ -158,7 +158,7 @@ public sealed interface UserloginGetQueryParameters1Boxed permits UserloginGetQu @Nullable Object getData(); } - public record UserloginGetQueryParameters1BoxedMap(UserloginGetQueryParametersMap data) implements UserloginGetQueryParameters1Boxed { + public record UserloginGetQueryParameters1BoxedMap(QueryParametersMap data) implements UserloginGetQueryParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -166,7 +166,7 @@ public record UserloginGetQueryParameters1BoxedMap(UserloginGetQueryParametersMa } - public static class UserloginGetQueryParameters1 extends JsonSchema implements MapSchemaValidator { + public static class UserloginGetQueryParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable UserloginGetQueryParameters1 instance = null; protected UserloginGetQueryParameters1() { @@ -180,7 +180,7 @@ protected UserloginGetQueryParameters1() { "password", "username" )) - .additionalProperties(UserloginGetadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -191,7 +191,7 @@ public static UserloginGetQueryParameters1 getInstance() { return instance; } - public UserloginGetQueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public QueryParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -211,10 +211,10 @@ public UserloginGetQueryParametersMap getNewInstance(Map arg, List properties.put(propertyName, propertyInstance); } FrozenMap<@Nullable Object> castProperties = new FrozenMap<>(properties); - return new UserloginGetQueryParametersMap(castProperties); + return new QueryParametersMap(castProperties); } - public UserloginGetQueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/UserusernameDelete.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/UserusernameDelete.java index 012abce1c6b..62d4bc7efe2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/UserusernameDelete.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/UserusernameDelete.java @@ -79,12 +79,12 @@ public Delete(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfi } public static class DeleteRequest { - public UserusernameDeletePathParameters.UserusernameDeletePathParametersMap pathParameters; + public UserusernameDeletePathParameters.PathParametersMap pathParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; public DeleteRequest( - UserusernameDeletePathParameters.UserusernameDeletePathParametersMap pathParameters, + UserusernameDeletePathParameters.PathParametersMap pathParameters, RootServerInfo.@Nullable ServerIndex serverIndex, @Nullable Duration timeout ) { @@ -95,7 +95,7 @@ public DeleteRequest( } public static class DeleteNullableRequest { - public UserusernameDeletePathParameters.@Nullable UserusernameDeletePathParametersMap pathParameters; + public UserusernameDeletePathParameters.@Nullable PathParametersMap pathParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -123,7 +123,7 @@ default T timeout(Duration timeout) { public interface SetterForPathParameters { DeleteNullableRequest getInstance(); T getBuilderAfterPathParameters(DeleteNullableRequest instance); - default T pathParameters(UserusernameDeletePathParameters.UserusernameDeletePathParametersMap pathParameters) { + default T pathParameters(UserusernameDeletePathParameters.PathParametersMap pathParameters) { var instance = getInstance(); instance.pathParameters = pathParameters; return getBuilderAfterPathParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/UserusernameGet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/UserusernameGet.java index 5446f82e397..9f49051e830 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/UserusernameGet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/UserusernameGet.java @@ -79,12 +79,12 @@ public Get(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigur } public static class GetRequest { - public UserusernameGetPathParameters.UserusernameGetPathParametersMap pathParameters; + public UserusernameGetPathParameters.PathParametersMap pathParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; public GetRequest( - UserusernameGetPathParameters.UserusernameGetPathParametersMap pathParameters, + UserusernameGetPathParameters.PathParametersMap pathParameters, RootServerInfo.@Nullable ServerIndex serverIndex, @Nullable Duration timeout ) { @@ -95,7 +95,7 @@ public GetRequest( } public static class GetNullableRequest { - public UserusernameGetPathParameters.@Nullable UserusernameGetPathParametersMap pathParameters; + public UserusernameGetPathParameters.@Nullable PathParametersMap pathParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -123,7 +123,7 @@ default T timeout(Duration timeout) { public interface SetterForPathParameters { GetNullableRequest getInstance(); T getBuilderAfterPathParameters(GetNullableRequest instance); - default T pathParameters(UserusernameGetPathParameters.UserusernameGetPathParametersMap pathParameters) { + default T pathParameters(UserusernameGetPathParameters.PathParametersMap pathParameters) { var instance = getInstance(); instance.pathParameters = pathParameters; return getBuilderAfterPathParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/UserusernamePut.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/UserusernamePut.java index 6014b6f6d87..963abca5b28 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/UserusernamePut.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/UserusernamePut.java @@ -88,13 +88,13 @@ public Put(ApiConfiguration apiConfiguration, SchemaConfiguration schemaConfigur public static class PutRequest { public UserusernamePutRequestBody.SealedRequestBody requestBody; - public UserusernamePutPathParameters.UserusernamePutPathParametersMap pathParameters; + public UserusernamePutPathParameters.PathParametersMap pathParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; public PutRequest( UserusernamePutRequestBody.SealedRequestBody requestBody, - UserusernamePutPathParameters.UserusernamePutPathParametersMap pathParameters, + UserusernamePutPathParameters.PathParametersMap pathParameters, RootServerInfo.@Nullable ServerIndex serverIndex, @Nullable Duration timeout ) { @@ -107,7 +107,7 @@ public PutRequest( public static class PutNullableRequest { public UserusernamePutRequestBody.@Nullable SealedRequestBody requestBody; - public UserusernamePutPathParameters.@Nullable UserusernamePutPathParametersMap pathParameters; + public UserusernamePutPathParameters.@Nullable PathParametersMap pathParameters; public RootServerInfo.@Nullable ServerIndex serverIndex; public @Nullable Duration timeout; } @@ -145,7 +145,7 @@ default T requestBody(UserusernamePutRequestBody.SealedRequestBody requestBody) public interface SetterForPathParameters { PutNullableRequest getInstance(); T getBuilderAfterPathParameters(PutNullableRequest instance); - default T pathParameters(UserusernamePutPathParameters.UserusernamePutPathParametersMap pathParameters) { + default T pathParameters(UserusernamePutPathParameters.PathParametersMap pathParameters) { var instance = getInstance(); instance.pathParameters = pathParameters; return getBuilderAfterPathParameters(instance); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/delete/UserusernameDeletePathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/delete/UserusernameDeletePathParameters.java index be9018de12b..4d8cbc3a337 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/delete/UserusernameDeletePathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/delete/UserusernameDeletePathParameters.java @@ -29,27 +29,27 @@ public class UserusernameDeletePathParameters { // nest classes so all schemas and input/output classes can be public - public static class UserusernameDeleteadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable UserusernameDeleteadditionalProperties instance = null; - public static UserusernameDeleteadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new UserusernameDeleteadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class UserusernameDeletePathParametersMap extends FrozenMap { - protected UserusernameDeletePathParametersMap(FrozenMap m) { + public static class PathParametersMap extends FrozenMap { + protected PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( "username" ); public static final Set optionalKeys = Set.of(); - public static UserusernameDeletePathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return UserusernameDeletePathParameters1.getInstance().validate(arg, configuration); } @@ -62,18 +62,18 @@ public String username() { } } - public interface SetterForUserusernameDeleteusername { + public interface SetterForUsername { Map getInstance(); - T getBuilderAfterUserusernameDeleteusername(Map instance); + T getBuilderAfterUsername(Map instance); default T username(String value) { var instance = getInstance(); instance.put("username", value); - return getBuilderAfterUserusernameDeleteusername(instance); + return getBuilderAfterUsername(instance); } } - public static class UserusernameDeletePathParametersMap0Builder implements GenericBuilder> { + public static class PathParametersMap0Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "username" @@ -81,7 +81,7 @@ public static class UserusernameDeletePathParametersMap0Builder implements Gener public Set getKnownKeys() { return knownKeys; } - public UserusernameDeletePathParametersMap0Builder(Map instance) { + public PathParametersMap0Builder(Map instance) { this.instance = instance; } public Map build() { @@ -89,16 +89,16 @@ public Map build() { } } - public static class UserusernameDeletePathParametersMapBuilder implements SetterForUserusernameDeleteusername { + public static class PathParametersMapBuilder implements SetterForUsername { private final Map instance; - public UserusernameDeletePathParametersMapBuilder() { + public PathParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public UserusernameDeletePathParametersMap0Builder getBuilderAfterUserusernameDeleteusername(Map instance) { - return new UserusernameDeletePathParametersMap0Builder(instance); + public PathParametersMap0Builder getBuilderAfterUsername(Map instance) { + return new PathParametersMap0Builder(instance); } } @@ -107,7 +107,7 @@ public sealed interface UserusernameDeletePathParameters1Boxed permits Userusern @Nullable Object getData(); } - public record UserusernameDeletePathParameters1BoxedMap(UserusernameDeletePathParametersMap data) implements UserusernameDeletePathParameters1Boxed { + public record UserusernameDeletePathParameters1BoxedMap(PathParametersMap data) implements UserusernameDeletePathParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -115,7 +115,7 @@ public record UserusernameDeletePathParameters1BoxedMap(UserusernameDeletePathPa } - public static class UserusernameDeletePathParameters1 extends JsonSchema implements MapSchemaValidator { + public static class UserusernameDeletePathParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable UserusernameDeletePathParameters1 instance = null; protected UserusernameDeletePathParameters1() { @@ -127,7 +127,7 @@ protected UserusernameDeletePathParameters1() { .required(Set.of( "username" )) - .additionalProperties(UserusernameDeleteadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -138,7 +138,7 @@ public static UserusernameDeletePathParameters1 getInstance() { return instance; } - public UserusernameDeletePathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public PathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -161,10 +161,10 @@ public UserusernameDeletePathParametersMap getNewInstance(Map arg, List castProperties = new FrozenMap<>(properties); - return new UserusernameDeletePathParametersMap(castProperties); + return new PathParametersMap(castProperties); } - public UserusernameDeletePathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/get/UserusernameGetPathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/get/UserusernameGetPathParameters.java index 97e95a2e0ce..c1a9b62fb37 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/get/UserusernameGetPathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/get/UserusernameGetPathParameters.java @@ -29,27 +29,27 @@ public class UserusernameGetPathParameters { // nest classes so all schemas and input/output classes can be public - public static class UserusernameGetadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable UserusernameGetadditionalProperties instance = null; - public static UserusernameGetadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new UserusernameGetadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class UserusernameGetPathParametersMap extends FrozenMap { - protected UserusernameGetPathParametersMap(FrozenMap m) { + public static class PathParametersMap extends FrozenMap { + protected PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( "username" ); public static final Set optionalKeys = Set.of(); - public static UserusernameGetPathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return UserusernameGetPathParameters1.getInstance().validate(arg, configuration); } @@ -62,18 +62,18 @@ public String username() { } } - public interface SetterForUserusernameGetusername { + public interface SetterForUsername { Map getInstance(); - T getBuilderAfterUserusernameGetusername(Map instance); + T getBuilderAfterUsername(Map instance); default T username(String value) { var instance = getInstance(); instance.put("username", value); - return getBuilderAfterUserusernameGetusername(instance); + return getBuilderAfterUsername(instance); } } - public static class UserusernameGetPathParametersMap0Builder implements GenericBuilder> { + public static class PathParametersMap0Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "username" @@ -81,7 +81,7 @@ public static class UserusernameGetPathParametersMap0Builder implements GenericB public Set getKnownKeys() { return knownKeys; } - public UserusernameGetPathParametersMap0Builder(Map instance) { + public PathParametersMap0Builder(Map instance) { this.instance = instance; } public Map build() { @@ -89,16 +89,16 @@ public Map build() { } } - public static class UserusernameGetPathParametersMapBuilder implements SetterForUserusernameGetusername { + public static class PathParametersMapBuilder implements SetterForUsername { private final Map instance; - public UserusernameGetPathParametersMapBuilder() { + public PathParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public UserusernameGetPathParametersMap0Builder getBuilderAfterUserusernameGetusername(Map instance) { - return new UserusernameGetPathParametersMap0Builder(instance); + public PathParametersMap0Builder getBuilderAfterUsername(Map instance) { + return new PathParametersMap0Builder(instance); } } @@ -107,7 +107,7 @@ public sealed interface UserusernameGetPathParameters1Boxed permits Userusername @Nullable Object getData(); } - public record UserusernameGetPathParameters1BoxedMap(UserusernameGetPathParametersMap data) implements UserusernameGetPathParameters1Boxed { + public record UserusernameGetPathParameters1BoxedMap(PathParametersMap data) implements UserusernameGetPathParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -115,7 +115,7 @@ public record UserusernameGetPathParameters1BoxedMap(UserusernameGetPathParamete } - public static class UserusernameGetPathParameters1 extends JsonSchema implements MapSchemaValidator { + public static class UserusernameGetPathParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable UserusernameGetPathParameters1 instance = null; protected UserusernameGetPathParameters1() { @@ -127,7 +127,7 @@ protected UserusernameGetPathParameters1() { .required(Set.of( "username" )) - .additionalProperties(UserusernameGetadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -138,7 +138,7 @@ public static UserusernameGetPathParameters1 getInstance() { return instance; } - public UserusernameGetPathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public PathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -161,10 +161,10 @@ public UserusernameGetPathParametersMap getNewInstance(Map arg, List castProperties = new FrozenMap<>(properties); - return new UserusernameGetPathParametersMap(castProperties); + return new PathParametersMap(castProperties); } - public UserusernameGetPathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/put/UserusernamePutPathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/put/UserusernamePutPathParameters.java index 6cf9587b974..f5c674bac20 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/put/UserusernamePutPathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/put/UserusernamePutPathParameters.java @@ -29,27 +29,27 @@ public class UserusernamePutPathParameters { // nest classes so all schemas and input/output classes can be public - public static class UserusernamePutadditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { + public static class AdditionalProperties extends NotAnyTypeJsonSchema.NotAnyTypeJsonSchema1 { // NotAnyTypeSchema - private static @Nullable UserusernamePutadditionalProperties instance = null; - public static UserusernamePutadditionalProperties getInstance() { + private static @Nullable AdditionalProperties instance = null; + public static AdditionalProperties getInstance() { if (instance == null) { - instance = new UserusernamePutadditionalProperties(); + instance = new AdditionalProperties(); } return instance; } } - public static class UserusernamePutPathParametersMap extends FrozenMap { - protected UserusernamePutPathParametersMap(FrozenMap m) { + public static class PathParametersMap extends FrozenMap { + protected PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( "username" ); public static final Set optionalKeys = Set.of(); - public static UserusernamePutPathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return UserusernamePutPathParameters1.getInstance().validate(arg, configuration); } @@ -62,18 +62,18 @@ public String username() { } } - public interface SetterForUserusernamePutusername { + public interface SetterForUsername { Map getInstance(); - T getBuilderAfterUserusernamePutusername(Map instance); + T getBuilderAfterUsername(Map instance); default T username(String value) { var instance = getInstance(); instance.put("username", value); - return getBuilderAfterUserusernamePutusername(instance); + return getBuilderAfterUsername(instance); } } - public static class UserusernamePutPathParametersMap0Builder implements GenericBuilder> { + public static class PathParametersMap0Builder implements GenericBuilder> { private final Map instance; private static final Set knownKeys = Set.of( "username" @@ -81,7 +81,7 @@ public static class UserusernamePutPathParametersMap0Builder implements GenericB public Set getKnownKeys() { return knownKeys; } - public UserusernamePutPathParametersMap0Builder(Map instance) { + public PathParametersMap0Builder(Map instance) { this.instance = instance; } public Map build() { @@ -89,16 +89,16 @@ public Map build() { } } - public static class UserusernamePutPathParametersMapBuilder implements SetterForUserusernamePutusername { + public static class PathParametersMapBuilder implements SetterForUsername { private final Map instance; - public UserusernamePutPathParametersMapBuilder() { + public PathParametersMapBuilder() { this.instance = new LinkedHashMap<>(); } public Map getInstance() { return instance; } - public UserusernamePutPathParametersMap0Builder getBuilderAfterUserusernamePutusername(Map instance) { - return new UserusernamePutPathParametersMap0Builder(instance); + public PathParametersMap0Builder getBuilderAfterUsername(Map instance) { + return new PathParametersMap0Builder(instance); } } @@ -107,7 +107,7 @@ public sealed interface UserusernamePutPathParameters1Boxed permits Userusername @Nullable Object getData(); } - public record UserusernamePutPathParameters1BoxedMap(UserusernamePutPathParametersMap data) implements UserusernamePutPathParameters1Boxed { + public record UserusernamePutPathParameters1BoxedMap(PathParametersMap data) implements UserusernamePutPathParameters1Boxed { @Override public @Nullable Object getData() { return data; @@ -115,7 +115,7 @@ public record UserusernamePutPathParameters1BoxedMap(UserusernamePutPathParamete } - public static class UserusernamePutPathParameters1 extends JsonSchema implements MapSchemaValidator { + public static class UserusernamePutPathParameters1 extends JsonSchema implements MapSchemaValidator { private static @Nullable UserusernamePutPathParameters1 instance = null; protected UserusernamePutPathParameters1() { @@ -127,7 +127,7 @@ protected UserusernamePutPathParameters1() { .required(Set.of( "username" )) - .additionalProperties(UserusernamePutadditionalProperties.class) + .additionalProperties(AdditionalProperties.class) ); } @@ -138,7 +138,7 @@ public static UserusernamePutPathParameters1 getInstance() { return instance; } - public UserusernamePutPathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { + public PathParametersMap getNewInstance(Map arg, List pathToItem, PathToSchemasMap pathToSchemas) { LinkedHashMap properties = new LinkedHashMap<>(); for(Map.Entry entry: arg.entrySet()) { @Nullable Object entryKey = entry.getKey(); @@ -161,10 +161,10 @@ public UserusernamePutPathParametersMap getNewInstance(Map arg, List castProperties = new FrozenMap<>(properties); - return new UserusernamePutPathParametersMap(castProperties); + return new PathParametersMap(castProperties); } - public UserusernamePutPathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { + public PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { Set> pathSet = new HashSet<>(); List pathToItem = List.of("args[0"); Map castArg = castToAllowedTypes(arg, pathToItem, pathSet); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/put/UserusernamePutRequestBody.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/put/UserusernamePutRequestBody.java index f342c7ef9aa..f078896522a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/put/UserusernamePutRequestBody.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/paths/userusername/put/UserusernamePutRequestBody.java @@ -1,7 +1,3 @@ -/* - Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator -*/ - package org.openapijsonschematools.client.paths.userusername.put; import org.openapijsonschematools.client.exceptions.NotImplementedException; diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/response/DeserializedApiResponse.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/response/DeserializedApiResponse.java deleted file mode 100644 index 1e88d82646c..00000000000 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/response/DeserializedApiResponse.java +++ /dev/null @@ -1,8 +0,0 @@ -package org.openapijsonschematools.client.response; - -import java.net.http.HttpResponse; - -public record DeserializedApiResponse(HttpResponse response, - SealedBodyOutputClass body, - HeaderOutputClass headers) implements ApiResponse { -} \ No newline at end of file diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/Server0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/RootServer0.java similarity index 56% rename from samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/Server0.java rename to samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/RootServer0.java index a33673dc30f..1dddf7bf2fe 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/Server0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/RootServer0.java @@ -4,20 +4,20 @@ import org.openapijsonschematools.client.configurations.SchemaConfiguration; import org.openapijsonschematools.client.exceptions.ValidationException; import org.openapijsonschematools.client.schemas.validation.MapUtils; -import org.openapijsonschematools.client.servers.server0.Variables; +import org.openapijsonschematools.client.servers.rootserver0.RootServer0Variables; import java.util.AbstractMap; -public class Server0 extends ServerWithVariables { +public class RootServer0 extends ServerWithVariables { /* petstore server */ - private static Variables.VariablesMap getVariables() { + private static RootServer0Variables.VariablesMap getVariables() { try { - return Variables.Variables1.getInstance().validate( + return RootServer0Variables.RootServer0Variables1.getInstance().validate( MapUtils.makeMap( - new AbstractMap.SimpleEntry<>("port", Variables.Port.getInstance().defaultValue()), - new AbstractMap.SimpleEntry<>("server", Variables.Server.getInstance().defaultValue()) + new AbstractMap.SimpleEntry<>("port", RootServer0Variables.Port.getInstance().defaultValue()), + new AbstractMap.SimpleEntry<>("server", RootServer0Variables.Server.getInstance().defaultValue()) ), new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()) ); @@ -26,13 +26,13 @@ private static Variables.VariablesMap getVariables() { } } - public Server0() { + public RootServer0() { super( "http://{server}.swagger.io:{port}/v2", getVariables() ); } - public Server0(Variables.VariablesMap variables) { + public RootServer0(RootServer0Variables.VariablesMap variables) { super("http://{server}.swagger.io:{port}/v2", variables); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/Server1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/RootServer1.java similarity index 61% rename from samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/Server1.java rename to samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/RootServer1.java index c95f74ab89f..2ff8761b163 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/Server1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/RootServer1.java @@ -4,19 +4,19 @@ import org.openapijsonschematools.client.configurations.SchemaConfiguration; import org.openapijsonschematools.client.exceptions.ValidationException; import org.openapijsonschematools.client.schemas.validation.MapUtils; -import org.openapijsonschematools.client.servers.server1.Variables; +import org.openapijsonschematools.client.servers.rootserver1.RootServer1Variables; import java.util.AbstractMap; -public class Server1 extends ServerWithVariables { +public class RootServer1 extends ServerWithVariables { /* The local server */ - private static Variables.VariablesMap getVariables() { + private static RootServer1Variables.VariablesMap getVariables() { try { - return Variables.Variables1.getInstance().validate( + return RootServer1Variables.RootServer1Variables1.getInstance().validate( MapUtils.makeMap( - new AbstractMap.SimpleEntry<>("version", Variables.Version.getInstance().defaultValue()) + new AbstractMap.SimpleEntry<>("version", RootServer1Variables.Version.getInstance().defaultValue()) ), new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()) ); @@ -25,13 +25,13 @@ private static Variables.VariablesMap getVariables() { } } - public Server1() { + public RootServer1() { super( "https://localhost:8080/{version}", getVariables() ); } - public Server1(Variables.VariablesMap variables) { + public RootServer1(RootServer1Variables.VariablesMap variables) { super("https://localhost:8080/{version}", variables); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/Server2.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/RootServer2.java similarity index 67% rename from samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/Server2.java rename to samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/RootServer2.java index 9d7cb0e0bfb..5292f414c65 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/Server2.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/RootServer2.java @@ -2,8 +2,8 @@ import org.openapijsonschematools.client.servers.ServerWithoutVariables; -public class Server2 extends ServerWithoutVariables { - public Server2() { +public class RootServer2 extends ServerWithoutVariables { + public RootServer2() { super("https://localhost:8080"); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/server0/Variables.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/rootserver0/RootServer0Variables.java similarity index 94% rename from samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/server0/Variables.java rename to samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/rootserver0/RootServer0Variables.java index e59a8e774ee..f8f7eac2b21 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/server0/Variables.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/rootserver0/RootServer0Variables.java @@ -1,4 +1,4 @@ -package org.openapijsonschematools.client.servers.server0; +package org.openapijsonschematools.client.servers.rootserver0; import java.util.ArrayList; import java.util.HashSet; import java.util.LinkedHashMap; @@ -29,7 +29,7 @@ import org.openapijsonschematools.client.schemas.validation.StringValueMethod; import org.openapijsonschematools.client.schemas.validation.ValidationMetadata; -public class Variables { +public class RootServer0Variables { // nest classes so all schemas and input/output classes can be public @@ -253,7 +253,7 @@ protected VariablesMap(FrozenMap m) { ); public static final Set optionalKeys = Set.of(); public static VariablesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - return Variables1.getInstance().validate(arg, configuration); + return RootServer0Variables1.getInstance().validate(arg, configuration); } public String port() { @@ -367,11 +367,11 @@ public VariablesMap10Builder getBuilderAfterServer(Map instance) } - public sealed interface Variables1Boxed permits Variables1BoxedMap { + public sealed interface RootServer0Variables1Boxed permits RootServer0Variables1BoxedMap { @Nullable Object getData(); } - public record Variables1BoxedMap(VariablesMap data) implements Variables1Boxed { + public record RootServer0Variables1BoxedMap(VariablesMap data) implements RootServer0Variables1Boxed { @Override public @Nullable Object getData() { return data; @@ -379,10 +379,10 @@ public record Variables1BoxedMap(VariablesMap data) implements Variables1Boxed { } - public static class Variables1 extends JsonSchema implements MapSchemaValidator { - private static @Nullable Variables1 instance = null; + public static class RootServer0Variables1 extends JsonSchema implements MapSchemaValidator { + private static @Nullable RootServer0Variables1 instance = null; - protected Variables1() { + protected RootServer0Variables1() { super(new JsonSchemaInfo() .type(Set.of(Map.class)) .properties(Map.ofEntries( @@ -397,9 +397,9 @@ protected Variables1() { ); } - public static Variables1 getInstance() { + public static RootServer0Variables1 getInstance() { if (instance == null) { - instance = new Variables1(); + instance = new RootServer0Variables1(); } return instance; } @@ -456,11 +456,11 @@ public VariablesMap validate(Map arg, SchemaConfiguration configuration) t throw new RuntimeException("Invalid input type="+getClass(arg)+". It can't be instantiated by this schema"); } @Override - public Variables1BoxedMap validateAndBox(Map arg, SchemaConfiguration configuration) throws ValidationException { - return new Variables1BoxedMap(validate(arg, configuration)); + public RootServer0Variables1BoxedMap validateAndBox(Map arg, SchemaConfiguration configuration) throws ValidationException { + return new RootServer0Variables1BoxedMap(validate(arg, configuration)); } @Override - public Variables1Boxed validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) throws ValidationException { + public RootServer0Variables1Boxed validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) throws ValidationException { if (arg instanceof Map castArg) { return validateAndBox(castArg, configuration); } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/server1/Variables.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/rootserver1/RootServer1Variables.java similarity index 91% rename from samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/server1/Variables.java rename to samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/rootserver1/RootServer1Variables.java index e54d83dbf00..6204a0b7cff 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/server1/Variables.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/client/servers/rootserver1/RootServer1Variables.java @@ -1,4 +1,4 @@ -package org.openapijsonschematools.client.servers.server1; +package org.openapijsonschematools.client.servers.rootserver1; import java.util.ArrayList; import java.util.HashSet; import java.util.LinkedHashMap; @@ -29,7 +29,7 @@ import org.openapijsonschematools.client.schemas.validation.StringValueMethod; import org.openapijsonschematools.client.schemas.validation.ValidationMetadata; -public class Variables { +public class RootServer1Variables { // nest classes so all schemas and input/output classes can be public @@ -152,7 +152,7 @@ protected VariablesMap(FrozenMap m) { ); public static final Set optionalKeys = Set.of(); public static VariablesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - return Variables1.getInstance().validate(arg, configuration); + return RootServer1Variables1.getInstance().validate(arg, configuration); } public String version() { @@ -211,11 +211,11 @@ public VariablesMap0Builder getBuilderAfterVersion(Map instance) } - public sealed interface Variables1Boxed permits Variables1BoxedMap { + public sealed interface RootServer1Variables1Boxed permits RootServer1Variables1BoxedMap { @Nullable Object getData(); } - public record Variables1BoxedMap(VariablesMap data) implements Variables1Boxed { + public record RootServer1Variables1BoxedMap(VariablesMap data) implements RootServer1Variables1Boxed { @Override public @Nullable Object getData() { return data; @@ -223,10 +223,10 @@ public record Variables1BoxedMap(VariablesMap data) implements Variables1Boxed { } - public static class Variables1 extends JsonSchema implements MapSchemaValidator { - private static @Nullable Variables1 instance = null; + public static class RootServer1Variables1 extends JsonSchema implements MapSchemaValidator { + private static @Nullable RootServer1Variables1 instance = null; - protected Variables1() { + protected RootServer1Variables1() { super(new JsonSchemaInfo() .type(Set.of(Map.class)) .properties(Map.ofEntries( @@ -239,9 +239,9 @@ protected Variables1() { ); } - public static Variables1 getInstance() { + public static RootServer1Variables1 getInstance() { if (instance == null) { - instance = new Variables1(); + instance = new RootServer1Variables1(); } return instance; } @@ -298,11 +298,11 @@ public VariablesMap validate(Map arg, SchemaConfiguration configuration) t throw new RuntimeException("Invalid input type="+getClass(arg)+". It can't be instantiated by this schema"); } @Override - public Variables1BoxedMap validateAndBox(Map arg, SchemaConfiguration configuration) throws ValidationException { - return new Variables1BoxedMap(validate(arg, configuration)); + public RootServer1Variables1BoxedMap validateAndBox(Map arg, SchemaConfiguration configuration) throws ValidationException { + return new RootServer1Variables1BoxedMap(validate(arg, configuration)); } @Override - public Variables1Boxed validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) throws ValidationException { + public RootServer1Variables1Boxed validateAndBox(@Nullable Object arg, SchemaConfiguration configuration) throws ValidationException { if (arg instanceof Map castArg) { return validateAndBox(castArg, configuration); } diff --git a/samples/client/petstore/python/README.md b/samples/client/petstore/python/README.md index 05343fc6df8..b2797133f3d 100644 --- a/samples/client/petstore/python/README.md +++ b/samples/client/petstore/python/README.md @@ -3,9 +3,9 @@ This spec is mainly for testing Petstore server and contains fake endpoints, mod This Python package is automatically generated by the [OpenAPI JSON Schema Generator](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) project: -- API version: 1.0.0 -- Package version: 1.0.0 -- Build package: PythonClientGenerator +- OpenAPI document version: 1.0.0 +- Python Package version: 1.0.0 +- OpenAPI JSON Schema Generator, Generator: PythonClientGenerator ## Requirements diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/another_fake_dummy.py b/samples/client/petstore/python/src/petstore_api/apis/paths/another_fake_dummy.py index af28f429b0f..b805d021c79 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/another_fake_dummy.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/another_fake_dummy.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/common_param_sub_dir.py b/samples/client/petstore/python/src/petstore_api/apis/paths/common_param_sub_dir.py index b4e8933b328..af4f20f87d0 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/common_param_sub_dir.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/common_param_sub_dir.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake.py index 01816cbb1fc..7d7d600ee25 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_additional_properties_with_array_of_enums.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_additional_properties_with_array_of_enums.py index 83c77295787..ccb427a0eed 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_additional_properties_with_array_of_enums.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_additional_properties_with_array_of_enums.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_body_with_file_schema.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_body_with_file_schema.py index 8ccb18f6150..662dd0680db 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_body_with_file_schema.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_body_with_file_schema.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_body_with_query_params.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_body_with_query_params.py index 030a188bb18..9157873b18e 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_body_with_query_params.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_body_with_query_params.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_case_sensitive_params.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_case_sensitive_params.py index d5ba0913333..f2847cab519 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_case_sensitive_params.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_case_sensitive_params.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_classname_test.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_classname_test.py index 8813fdcb48b..81e4d45909d 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_classname_test.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_classname_test.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_delete_coffee_id.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_delete_coffee_id.py index a1f972c0182..5290e06f89d 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_delete_coffee_id.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_delete_coffee_id.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_health.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_health.py index 84470f55139..6e5cb6a87b3 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_health.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_health.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_inline_additional_properties.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_inline_additional_properties.py index e5638d4a307..06dc4bada6b 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_inline_additional_properties.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_inline_additional_properties.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_inline_composition.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_inline_composition.py index 1c73258b536..b6fddd8cf92 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_inline_composition.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_inline_composition.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_json_form_data.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_json_form_data.py index 15c924ab4b6..7d57628e77a 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_json_form_data.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_json_form_data.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_json_patch.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_json_patch.py index fa55d3cceb3..1dd690552d5 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_json_patch.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_json_patch.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_json_with_charset.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_json_with_charset.py index 548156df1ff..475820c3e67 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_json_with_charset.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_json_with_charset.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_multiple_request_body_content_types.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_multiple_request_body_content_types.py index bda840a64f9..b120f47f536 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_multiple_request_body_content_types.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_multiple_request_body_content_types.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_multiple_response_bodies.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_multiple_response_bodies.py index bc27c31ace5..dcf11b7ab3e 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_multiple_response_bodies.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_multiple_response_bodies.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_multiple_securities.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_multiple_securities.py index 11e4e6fbff1..418943bea9a 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_multiple_securities.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_multiple_securities.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_obj_in_query.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_obj_in_query.py index 8bc778f7ea3..a6060d77c58 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_obj_in_query.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_obj_in_query.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_parameter_collisions1_abab_self_ab.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_parameter_collisions1_abab_self_ab.py index 2c5cee11205..da532aebbb7 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_parameter_collisions1_abab_self_ab.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_parameter_collisions1_abab_self_ab.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_pem_content_type.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_pem_content_type.py index 7b9ea261925..6ac2ba10961 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_pem_content_type.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_pem_content_type.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_pet_id_upload_image_with_required_file.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_pet_id_upload_image_with_required_file.py index e7ea4aa8730..862f47b43c5 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_pet_id_upload_image_with_required_file.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_pet_id_upload_image_with_required_file.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_query_param_with_json_content_type.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_query_param_with_json_content_type.py index 9c1fcd3a620..128c2d46032 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_query_param_with_json_content_type.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_query_param_with_json_content_type.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_redirection.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_redirection.py index 08bf760a1de..798c67bbadf 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_redirection.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_redirection.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_ref_obj_in_query.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_ref_obj_in_query.py index 29177c599e8..1573bdc0b37 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_ref_obj_in_query.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_ref_obj_in_query.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_array_of_enums.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_array_of_enums.py index 0d861354720..905d4fea6bc 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_array_of_enums.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_array_of_enums.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_arraymodel.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_arraymodel.py index 309478a8aa4..83f4562de2c 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_arraymodel.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_arraymodel.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_boolean.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_boolean.py index 92c53497249..508ba865c87 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_boolean.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_boolean.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_composed_one_of_number_with_validations.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_composed_one_of_number_with_validations.py index 825fa8d648a..85692a4791d 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_composed_one_of_number_with_validations.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_composed_one_of_number_with_validations.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_enum.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_enum.py index f7e05053c6e..7c199865244 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_enum.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_enum.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_mammal.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_mammal.py index 748834d31d4..9abd9cda3de 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_mammal.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_mammal.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_number.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_number.py index d192b2a05d4..771ac3bc9fb 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_number.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_number.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_object_model_with_ref_props.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_object_model_with_ref_props.py index b9cb5be9410..bd127518d22 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_object_model_with_ref_props.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_object_model_with_ref_props.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_string.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_string.py index b4bb92ecdd2..5ad33f38453 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_string.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_refs_string.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_response_without_schema.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_response_without_schema.py index b984149d41d..cd7cf1fb1d7 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_response_without_schema.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_response_without_schema.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_test_query_paramters.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_test_query_paramters.py index 6459a73f0ec..36d224c2f0d 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_test_query_paramters.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_test_query_paramters.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_upload_download_file.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_upload_download_file.py index c557693f751..fe5b04c7c47 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_upload_download_file.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_upload_download_file.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_upload_file.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_upload_file.py index d9cdc6f5bb1..e7e28d66490 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_upload_file.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_upload_file.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_upload_files.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_upload_files.py index 8b4ff8d87c7..133d750ecc8 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_upload_files.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_upload_files.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_wild_card_responses.py b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_wild_card_responses.py index b8fecdd4239..8825f65c375 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/fake_wild_card_responses.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/fake_wild_card_responses.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/foo.py b/samples/client/petstore/python/src/petstore_api/apis/paths/foo.py index 1201c91b721..0d4695a493f 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/foo.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/foo.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/pet.py b/samples/client/petstore/python/src/petstore_api/apis/paths/pet.py index f43c6d3201e..f6c2ea79ee8 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/pet.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/pet.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/pet_find_by_status.py b/samples/client/petstore/python/src/petstore_api/apis/paths/pet_find_by_status.py index 085b080ab00..94ec0127fb1 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/pet_find_by_status.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/pet_find_by_status.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/pet_find_by_tags.py b/samples/client/petstore/python/src/petstore_api/apis/paths/pet_find_by_tags.py index 4c8164b4220..8639ac933df 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/pet_find_by_tags.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/pet_find_by_tags.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/pet_pet_id.py b/samples/client/petstore/python/src/petstore_api/apis/paths/pet_pet_id.py index 8282608ec0c..c29a09cc287 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/pet_pet_id.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/pet_pet_id.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/pet_pet_id_upload_image.py b/samples/client/petstore/python/src/petstore_api/apis/paths/pet_pet_id_upload_image.py index de157564b4f..3b6a1c66457 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/pet_pet_id_upload_image.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/pet_pet_id_upload_image.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/solidus.py b/samples/client/petstore/python/src/petstore_api/apis/paths/solidus.py index a611d44fa7e..5de06eca5ee 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/solidus.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/solidus.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/store_inventory.py b/samples/client/petstore/python/src/petstore_api/apis/paths/store_inventory.py index fc3604aff9a..ed698ed7c7c 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/store_inventory.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/store_inventory.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/store_order.py b/samples/client/petstore/python/src/petstore_api/apis/paths/store_order.py index de06c78e1ea..62dd5583774 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/store_order.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/store_order.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/store_order_order_id.py b/samples/client/petstore/python/src/petstore_api/apis/paths/store_order_order_id.py index 24c1666967c..8ae62beb4c2 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/store_order_order_id.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/store_order_order_id.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/user.py b/samples/client/petstore/python/src/petstore_api/apis/paths/user.py index 8a863e2d9f5..98f59e738bf 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/user.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/user.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/user_create_with_array.py b/samples/client/petstore/python/src/petstore_api/apis/paths/user_create_with_array.py index 1d2236d191f..9dc7d46e5d7 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/user_create_with_array.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/user_create_with_array.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/user_create_with_list.py b/samples/client/petstore/python/src/petstore_api/apis/paths/user_create_with_list.py index 9700893219c..f6891f4840a 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/user_create_with_list.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/user_create_with_list.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/user_login.py b/samples/client/petstore/python/src/petstore_api/apis/paths/user_login.py index 2412360859b..044a0c89e42 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/user_login.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/user_login.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/user_logout.py b/samples/client/petstore/python/src/petstore_api/apis/paths/user_logout.py index ec2722a759c..0a9e60a69da 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/user_logout.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/user_logout.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/paths/user_username.py b/samples/client/petstore/python/src/petstore_api/apis/paths/user_username.py index c1c2ed1e8e2..3167cbb913c 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/paths/user_username.py +++ b/samples/client/petstore/python/src/petstore_api/apis/paths/user_username.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/tags/another_fake_api.py b/samples/client/petstore/python/src/petstore_api/apis/tags/another_fake_api.py index 3831cfb3d52..8054f09a543 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/tags/another_fake_api.py +++ b/samples/client/petstore/python/src/petstore_api/apis/tags/another_fake_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/tags/default_api.py b/samples/client/petstore/python/src/petstore_api/apis/tags/default_api.py index 9f8fdd1e9d4..9b787f5b80b 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/tags/default_api.py +++ b/samples/client/petstore/python/src/petstore_api/apis/tags/default_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/tags/fake_api.py b/samples/client/petstore/python/src/petstore_api/apis/tags/fake_api.py index 66bb544a67b..d3879c98964 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/tags/fake_api.py +++ b/samples/client/petstore/python/src/petstore_api/apis/tags/fake_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/tags/fake_classname_tags123_api.py b/samples/client/petstore/python/src/petstore_api/apis/tags/fake_classname_tags123_api.py index 7906671d39c..a769d424c85 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/tags/fake_classname_tags123_api.py +++ b/samples/client/petstore/python/src/petstore_api/apis/tags/fake_classname_tags123_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/tags/pet_api.py b/samples/client/petstore/python/src/petstore_api/apis/tags/pet_api.py index 8df7e361d27..d9e8343045d 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/tags/pet_api.py +++ b/samples/client/petstore/python/src/petstore_api/apis/tags/pet_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/tags/store_api.py b/samples/client/petstore/python/src/petstore_api/apis/tags/store_api.py index 8f91fe36d32..af960f74731 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/tags/store_api.py +++ b/samples/client/petstore/python/src/petstore_api/apis/tags/store_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/apis/tags/user_api.py b/samples/client/petstore/python/src/petstore_api/apis/tags/user_api.py index 304abe500c7..018ee328ac2 100644 --- a/samples/client/petstore/python/src/petstore_api/apis/tags/user_api.py +++ b/samples/client/petstore/python/src/petstore_api/apis/tags/user_api.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/headers/header_int32_json_content_type_header/__init__.py b/samples/client/petstore/python/src/petstore_api/components/headers/header_int32_json_content_type_header/__init__.py index 8f355d7857d..87d7b1ecf71 100644 --- a/samples/client/petstore/python/src/petstore_api/components/headers/header_int32_json_content_type_header/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/headers/header_int32_json_content_type_header/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/headers/header_number_header/__init__.py b/samples/client/petstore/python/src/petstore_api/components/headers/header_number_header/__init__.py index 7a35339ecb1..e7c502606a9 100644 --- a/samples/client/petstore/python/src/petstore_api/components/headers/header_number_header/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/headers/header_number_header/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/headers/header_ref_content_schema_header/__init__.py b/samples/client/petstore/python/src/petstore_api/components/headers/header_ref_content_schema_header/__init__.py index 78f631482ed..b32cf6b5278 100644 --- a/samples/client/petstore/python/src/petstore_api/components/headers/header_ref_content_schema_header/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/headers/header_ref_content_schema_header/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/headers/header_ref_schema_header/__init__.py b/samples/client/petstore/python/src/petstore_api/components/headers/header_ref_schema_header/__init__.py index 1ef971aa9e3..1a7cdce0028 100644 --- a/samples/client/petstore/python/src/petstore_api/components/headers/header_ref_schema_header/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/headers/header_ref_schema_header/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/headers/header_ref_string_header/__init__.py b/samples/client/petstore/python/src/petstore_api/components/headers/header_ref_string_header/__init__.py index 81351124eab..c080d1f5f02 100644 --- a/samples/client/petstore/python/src/petstore_api/components/headers/header_ref_string_header/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/headers/header_ref_string_header/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/headers/header_string_header/__init__.py b/samples/client/petstore/python/src/petstore_api/components/headers/header_string_header/__init__.py index c5393353285..59c561501de 100644 --- a/samples/client/petstore/python/src/petstore_api/components/headers/header_string_header/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/headers/header_string_header/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/parameters/parameter_component_ref_schema_string_with_validation/__init__.py b/samples/client/petstore/python/src/petstore_api/components/parameters/parameter_component_ref_schema_string_with_validation/__init__.py index 1e17081b8a5..dd0a7adad3a 100644 --- a/samples/client/petstore/python/src/petstore_api/components/parameters/parameter_component_ref_schema_string_with_validation/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/parameters/parameter_component_ref_schema_string_with_validation/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/parameters/parameter_path_user_name/__init__.py b/samples/client/petstore/python/src/petstore_api/components/parameters/parameter_path_user_name/__init__.py index f0920911ab2..7db93970347 100644 --- a/samples/client/petstore/python/src/petstore_api/components/parameters/parameter_path_user_name/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/parameters/parameter_path_user_name/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/parameters/parameter_ref_path_user_name/__init__.py b/samples/client/petstore/python/src/petstore_api/components/parameters/parameter_ref_path_user_name/__init__.py index ba05ab838b0..f1707879650 100644 --- a/samples/client/petstore/python/src/petstore_api/components/parameters/parameter_ref_path_user_name/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/parameters/parameter_ref_path_user_name/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/parameters/parameter_ref_schema_string_with_validation/__init__.py b/samples/client/petstore/python/src/petstore_api/components/parameters/parameter_ref_schema_string_with_validation/__init__.py index e1747c79680..b3bbc043338 100644 --- a/samples/client/petstore/python/src/petstore_api/components/parameters/parameter_ref_schema_string_with_validation/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/parameters/parameter_ref_schema_string_with_validation/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/request_bodies/request_body_client/__init__.py b/samples/client/petstore/python/src/petstore_api/components/request_bodies/request_body_client/__init__.py index 9050d858fb6..dfacc3ec1c1 100644 --- a/samples/client/petstore/python/src/petstore_api/components/request_bodies/request_body_client/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/request_bodies/request_body_client/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/request_bodies/request_body_pet/__init__.py b/samples/client/petstore/python/src/petstore_api/components/request_bodies/request_body_pet/__init__.py index 9a43a004324..863888a929b 100644 --- a/samples/client/petstore/python/src/petstore_api/components/request_bodies/request_body_pet/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/request_bodies/request_body_pet/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/request_bodies/request_body_ref_user_array/__init__.py b/samples/client/petstore/python/src/petstore_api/components/request_bodies/request_body_ref_user_array/__init__.py index c17a1c621fb..578125b0def 100644 --- a/samples/client/petstore/python/src/petstore_api/components/request_bodies/request_body_ref_user_array/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/request_bodies/request_body_ref_user_array/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/request_bodies/request_body_user_array/__init__.py b/samples/client/petstore/python/src/petstore_api/components/request_bodies/request_body_user_array/__init__.py index aa36f31f81c..b441ee61c19 100644 --- a/samples/client/petstore/python/src/petstore_api/components/request_bodies/request_body_user_array/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/request_bodies/request_body_user_array/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/responses/response_headers_with_no_body/__init__.py b/samples/client/petstore/python/src/petstore_api/components/responses/response_headers_with_no_body/__init__.py index afe3367ac60..d980d037c39 100644 --- a/samples/client/petstore/python/src/petstore_api/components/responses/response_headers_with_no_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/responses/response_headers_with_no_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/responses/response_headers_with_no_body/headers/header_location/__init__.py b/samples/client/petstore/python/src/petstore_api/components/responses/response_headers_with_no_body/headers/header_location/__init__.py index 5693c6a8ff4..4c71beeb879 100644 --- a/samples/client/petstore/python/src/petstore_api/components/responses/response_headers_with_no_body/headers/header_location/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/responses/response_headers_with_no_body/headers/header_location/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/responses/response_ref_success_description_only/__init__.py b/samples/client/petstore/python/src/petstore_api/components/responses/response_ref_success_description_only/__init__.py index 1261d513a66..518be5aa059 100644 --- a/samples/client/petstore/python/src/petstore_api/components/responses/response_ref_success_description_only/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/responses/response_ref_success_description_only/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/responses/response_ref_successful_xml_and_json_array_of_pet/__init__.py b/samples/client/petstore/python/src/petstore_api/components/responses/response_ref_successful_xml_and_json_array_of_pet/__init__.py index 37000e1f260..719cb18aa4e 100644 --- a/samples/client/petstore/python/src/petstore_api/components/responses/response_ref_successful_xml_and_json_array_of_pet/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/responses/response_ref_successful_xml_and_json_array_of_pet/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/responses/response_success_description_only/__init__.py b/samples/client/petstore/python/src/petstore_api/components/responses/response_success_description_only/__init__.py index a0dc2c77f27..11b713a38b7 100644 --- a/samples/client/petstore/python/src/petstore_api/components/responses/response_success_description_only/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/responses/response_success_description_only/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/responses/response_success_inline_content_and_header/__init__.py b/samples/client/petstore/python/src/petstore_api/components/responses/response_success_inline_content_and_header/__init__.py index 4ce48742f7d..5cf5d2504b7 100644 --- a/samples/client/petstore/python/src/petstore_api/components/responses/response_success_inline_content_and_header/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/responses/response_success_inline_content_and_header/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/responses/response_success_inline_content_and_header/headers/header_some_header/__init__.py b/samples/client/petstore/python/src/petstore_api/components/responses/response_success_inline_content_and_header/headers/header_some_header/__init__.py index 9016cd6b4e7..f8d3604a0de 100644 --- a/samples/client/petstore/python/src/petstore_api/components/responses/response_success_inline_content_and_header/headers/header_some_header/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/responses/response_success_inline_content_and_header/headers/header_some_header/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/__init__.py b/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/__init__.py index 726a854a8da..77936480885 100644 --- a/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_int32/__init__.py b/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_int32/__init__.py index 2223f9ec3d4..64ca60f8b32 100644 --- a/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_int32/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_int32/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_number_header/__init__.py b/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_number_header/__init__.py index 8ae57a0966b..207b7c3dafd 100644 --- a/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_number_header/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_number_header/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_ref_content_schema_header/__init__.py b/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_ref_content_schema_header/__init__.py index b3cdd6ce978..377d52da8ed 100644 --- a/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_ref_content_schema_header/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_ref_content_schema_header/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_ref_schema_header/__init__.py b/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_ref_schema_header/__init__.py index 6769862b8f2..b4e435d2958 100644 --- a/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_ref_schema_header/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_ref_schema_header/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_string_header/__init__.py b/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_string_header/__init__.py index 54cdd7ac507..7860915ee06 100644 --- a/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_string_header/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/responses/response_success_with_json_api_response/headers/header_string_header/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/responses/response_successful_xml_and_json_array_of_pet/__init__.py b/samples/client/petstore/python/src/petstore_api/components/responses/response_successful_xml_and_json_array_of_pet/__init__.py index f8751563313..9391cde76db 100644 --- a/samples/client/petstore/python/src/petstore_api/components/responses/response_successful_xml_and_json_array_of_pet/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/components/responses/response_successful_xml_and_json_array_of_pet/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_api_key.py b/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_api_key.py index 7fe0219c216..a3226bb5ca4 100644 --- a/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_api_key.py +++ b/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_api_key.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_api_key_query.py b/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_api_key_query.py index ffe2b0522fb..94b4ee46764 100644 --- a/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_api_key_query.py +++ b/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_api_key_query.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_bearer_test.py b/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_bearer_test.py index ad4bb983db1..8ab335a7e4a 100644 --- a/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_bearer_test.py +++ b/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_bearer_test.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_http_basic_test.py b/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_http_basic_test.py index e916b32153c..4ce4f9b4386 100644 --- a/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_http_basic_test.py +++ b/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_http_basic_test.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_http_signature_test.py b/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_http_signature_test.py index 78a90fcefde..755fdcc33d8 100644 --- a/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_http_signature_test.py +++ b/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_http_signature_test.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_open_id_connect_test.py b/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_open_id_connect_test.py index 9f365fa3236..1ce24883fb8 100644 --- a/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_open_id_connect_test.py +++ b/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_open_id_connect_test.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_petstore_auth.py b/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_petstore_auth.py index bb104718ac7..dcbb73a2064 100644 --- a/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_petstore_auth.py +++ b/samples/client/petstore/python/src/petstore_api/components/security_schemes/security_scheme_petstore_auth.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/another_fake_dummy/patch/operation.py b/samples/client/petstore/python/src/petstore_api/paths/another_fake_dummy/patch/operation.py index bf5682f39ef..81c58b776e2 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/another_fake_dummy/patch/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/another_fake_dummy/patch/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/another_fake_dummy/patch/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/another_fake_dummy/patch/request_body/__init__.py index 3fb539ff14f..fb3dbe6430b 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/another_fake_dummy/patch/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/another_fake_dummy/patch/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/another_fake_dummy/patch/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/another_fake_dummy/patch/responses/response_200/__init__.py index afdebba4002..3a66fe07b2e 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/another_fake_dummy/patch/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/another_fake_dummy/patch/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/delete/operation.py b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/delete/operation.py index 18f38d79303..a3a05f0392d 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/delete/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/delete/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/delete/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/delete/parameters/parameter_0/__init__.py index 0e2f7bb00d2..c2c522ceb95 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/delete/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/delete/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/delete/parameters/parameter_1/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/delete/parameters/parameter_1/__init__.py index 987c6e2d107..c017ce9d91b 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/delete/parameters/parameter_1/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/delete/parameters/parameter_1/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/delete/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/delete/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/delete/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/delete/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/get/operation.py index 49412babef2..b65ec2af221 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/get/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/get/parameters/parameter_0/__init__.py index 6b53722a2cc..37c9fa6ae86 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/get/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/get/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/get/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/parameters/parameter_0/__init__.py index c271fbeb72f..7e07e32e941 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/post/operation.py index 5feca60df9f..c0992eec314 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/post/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/post/parameters/parameter_0/__init__.py index 0e2f7bb00d2..c2c522ceb95 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/post/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/post/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/post/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/common_param_sub_dir/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/delete/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake/delete/operation.py index edfae33f87b..e2d2ac38c99 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/delete/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/delete/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_0/__init__.py index c0fb37a272c..ed8158a494e 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_1/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_1/__init__.py index fa873bdd38b..365e76a4f05 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_1/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_1/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_2/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_2/__init__.py index 0c3483ee8c8..999f87b2f17 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_2/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_2/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_3/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_3/__init__.py index e25a4d07847..71b3cfcd483 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_3/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_3/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_4/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_4/__init__.py index 076f80bb410..bd97e438592 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_4/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_4/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_5/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_5/__init__.py index 3746dcf9cb2..cd9959328d5 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_5/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/delete/parameters/parameter_5/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/delete/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/delete/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/delete/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/delete/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/delete/security/security_requirement_object_0.py b/samples/client/petstore/python/src/petstore_api/paths/fake/delete/security/security_requirement_object_0.py index fe7458d4f83..b3057bb7e87 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/delete/security/security_requirement_object_0.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/delete/security/security_requirement_object_0.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake/get/operation.py index 79cab2a01a3..54a1f5773db 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_0/__init__.py index d872b1e7b27..c7e8efe3a76 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_1/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_1/__init__.py index 24f74961d2a..0b7bd9852a8 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_1/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_1/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_2/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_2/__init__.py index b4904eb2927..93780cb22f9 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_2/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_2/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_3/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_3/__init__.py index 3aba5424212..af12268413d 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_3/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_3/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_4/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_4/__init__.py index c8fa3d689eb..d642a63ac27 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_4/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_4/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_5/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_5/__init__.py index 9a53eb2ca97..ee029dbfd5a 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_5/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/get/parameters/parameter_5/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/get/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/get/request_body/__init__.py index eb44b1eff11..77e335ca819 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/get/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/get/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/get/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/get/responses/response_404/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/get/responses/response_404/__init__.py index 020e6b1bd0f..d65491c5c85 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/get/responses/response_404/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/get/responses/response_404/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/patch/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake/patch/operation.py index 8b10298f56d..e1482b99f1b 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/patch/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/patch/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/patch/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/patch/request_body/__init__.py index 3fb539ff14f..fb3dbe6430b 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/patch/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/patch/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/patch/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/patch/responses/response_200/__init__.py index afdebba4002..3a66fe07b2e 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/patch/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/patch/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake/post/operation.py index 2c6f5e07cc9..38c45054bad 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/post/request_body/__init__.py index eb44b1eff11..77e335ca819 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/post/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/post/responses/response_404/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake/post/responses/response_404/__init__.py index a26cc9e30cd..309b73e1806 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/post/responses/response_404/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/post/responses/response_404/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake/post/security/security_requirement_object_0.py b/samples/client/petstore/python/src/petstore_api/paths/fake/post/security/security_requirement_object_0.py index be3b5243320..8d660f9ef69 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake/post/security/security_requirement_object_0.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake/post/security/security_requirement_object_0.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_additional_properties_with_array_of_enums/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_additional_properties_with_array_of_enums/get/operation.py index 144f2534b5f..146d4751467 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_additional_properties_with_array_of_enums/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_additional_properties_with_array_of_enums/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_additional_properties_with_array_of_enums/get/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_additional_properties_with_array_of_enums/get/request_body/__init__.py index b8c0d395f0b..e12cd0e0faf 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_additional_properties_with_array_of_enums/get/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_additional_properties_with_array_of_enums/get/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_additional_properties_with_array_of_enums/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_additional_properties_with_array_of_enums/get/responses/response_200/__init__.py index 5a324510676..92e15632ee4 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_additional_properties_with_array_of_enums/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_additional_properties_with_array_of_enums/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_file_schema/put/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_file_schema/put/operation.py index f97a9eee03f..c8940afaf36 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_file_schema/put/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_file_schema/put/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_file_schema/put/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_file_schema/put/request_body/__init__.py index 7a125be32f2..f2a3d460e3f 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_file_schema/put/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_file_schema/put/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_file_schema/put/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_file_schema/put/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_file_schema/put/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_file_schema/put/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_query_params/put/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_query_params/put/operation.py index a5a9d893878..18a0bc6f36b 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_query_params/put/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_query_params/put/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_query_params/put/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_query_params/put/parameters/parameter_0/__init__.py index f0fb8a6129c..7be19f029cf 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_query_params/put/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_query_params/put/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_query_params/put/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_query_params/put/request_body/__init__.py index 7a125be32f2..f2a3d460e3f 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_query_params/put/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_query_params/put/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_query_params/put/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_query_params/put/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_query_params/put/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_body_with_query_params/put/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/operation.py index 0aa96e7281c..d45387d76bf 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/parameters/parameter_0/__init__.py index 297af6833db..7f95fb9567c 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/parameters/parameter_1/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/parameters/parameter_1/__init__.py index 3d0c6975550..b50c24d1972 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/parameters/parameter_1/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/parameters/parameter_1/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/parameters/parameter_2/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/parameters/parameter_2/__init__.py index 4bb6063c706..1e55e1618bb 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/parameters/parameter_2/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/parameters/parameter_2/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_case_sensitive_params/put/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_classname_test/patch/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_classname_test/patch/operation.py index 87decd532cc..03151877d02 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_classname_test/patch/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_classname_test/patch/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_classname_test/patch/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_classname_test/patch/request_body/__init__.py index 3fb539ff14f..fb3dbe6430b 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_classname_test/patch/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_classname_test/patch/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_classname_test/patch/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_classname_test/patch/responses/response_200/__init__.py index afdebba4002..3a66fe07b2e 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_classname_test/patch/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_classname_test/patch/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_classname_test/patch/security/security_requirement_object_0.py b/samples/client/petstore/python/src/petstore_api/paths/fake_classname_test/patch/security/security_requirement_object_0.py index c74e7be097f..2ea8c825a78 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_classname_test/patch/security/security_requirement_object_0.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_classname_test/patch/security/security_requirement_object_0.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_delete_coffee_id/delete/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_delete_coffee_id/delete/operation.py index 050ff2acbe5..85e6ac15684 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_delete_coffee_id/delete/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_delete_coffee_id/delete/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_delete_coffee_id/delete/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_delete_coffee_id/delete/parameters/parameter_0/__init__.py index 62a9a2df835..33adc38c97d 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_delete_coffee_id/delete/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_delete_coffee_id/delete/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_delete_coffee_id/delete/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_delete_coffee_id/delete/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_delete_coffee_id/delete/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_delete_coffee_id/delete/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_delete_coffee_id/delete/responses/response_default/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_delete_coffee_id/delete/responses/response_default/__init__.py index 62333eb046d..f5e8fb96286 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_delete_coffee_id/delete/responses/response_default/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_delete_coffee_id/delete/responses/response_default/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_health/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_health/get/operation.py index 36c16754ea9..fd0859dfd0c 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_health/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_health/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_health/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_health/get/responses/response_200/__init__.py index 17c99a51b12..6cb0b2ba378 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_health/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_health/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_inline_additional_properties/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_inline_additional_properties/post/operation.py index b2eb3515bbe..c5ef7b8a11b 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_inline_additional_properties/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_inline_additional_properties/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_inline_additional_properties/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_inline_additional_properties/post/request_body/__init__.py index 7a125be32f2..f2a3d460e3f 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_inline_additional_properties/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_inline_additional_properties/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_inline_additional_properties/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_inline_additional_properties/post/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_inline_additional_properties/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_inline_additional_properties/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/operation.py index a8c6cc9a17a..8c2357badac 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/parameters/parameter_0/__init__.py index 06eb85d9681..7d717e2679e 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/parameters/parameter_1/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/parameters/parameter_1/__init__.py index 38fcb2904f1..f0dfad0f435 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/parameters/parameter_1/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/parameters/parameter_1/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/request_body/__init__.py index 82049f10f41..735ca94de55 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/responses/response_200/__init__.py index 39094120d1c..85941ff1cad 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_inline_composition/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_json_form_data/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_json_form_data/get/operation.py index 8312ffc16ee..ea30837db26 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_json_form_data/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_json_form_data/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_json_form_data/get/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_json_form_data/get/request_body/__init__.py index eb44b1eff11..77e335ca819 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_json_form_data/get/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_json_form_data/get/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_json_form_data/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_json_form_data/get/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_json_form_data/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_json_form_data/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_json_patch/patch/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_json_patch/patch/operation.py index f8960b8944b..655eff77878 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_json_patch/patch/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_json_patch/patch/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_json_patch/patch/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_json_patch/patch/request_body/__init__.py index 61af7150229..c873e68fc66 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_json_patch/patch/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_json_patch/patch/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_json_patch/patch/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_json_patch/patch/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_json_patch/patch/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_json_patch/patch/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_json_with_charset/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_json_with_charset/post/operation.py index 5d76437a156..33d0ff8139a 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_json_with_charset/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_json_with_charset/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_json_with_charset/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_json_with_charset/post/request_body/__init__.py index 3a625e43bb4..099d95affb5 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_json_with_charset/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_json_with_charset/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_json_with_charset/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_json_with_charset/post/responses/response_200/__init__.py index 3273086097e..827057f00e8 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_json_with_charset/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_json_with_charset/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_request_body_content_types/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_request_body_content_types/post/operation.py index 23ad81313f1..31973d8d0ad 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_request_body_content_types/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_request_body_content_types/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_request_body_content_types/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_request_body_content_types/post/request_body/__init__.py index 82049f10f41..735ca94de55 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_request_body_content_types/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_request_body_content_types/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_request_body_content_types/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_request_body_content_types/post/responses/response_200/__init__.py index 8e003c5c0ee..4fdd548d2b8 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_request_body_content_types/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_request_body_content_types/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_response_bodies/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_response_bodies/get/operation.py index ac626266abe..31c9aa35519 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_response_bodies/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_response_bodies/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_response_bodies/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_response_bodies/get/responses/response_200/__init__.py index 8e003c5c0ee..4fdd548d2b8 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_response_bodies/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_response_bodies/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_response_bodies/get/responses/response_202/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_response_bodies/get/responses/response_202/__init__.py index f0075b24e9f..34cbe8ad5bb 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_response_bodies/get/responses/response_202/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_response_bodies/get/responses/response_202/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/operation.py index 858d1e167c4..e91b3da20f0 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/responses/response_200/__init__.py index 8e003c5c0ee..4fdd548d2b8 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/security/security_requirement_object_0.py b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/security/security_requirement_object_0.py index 66ef97be533..14c3f963a6b 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/security/security_requirement_object_0.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/security/security_requirement_object_0.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/security/security_requirement_object_1.py b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/security/security_requirement_object_1.py index 6a81d82c584..5ee62b8b4fd 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/security/security_requirement_object_1.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/security/security_requirement_object_1.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/security/security_requirement_object_2.py b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/security/security_requirement_object_2.py index 6d37bd2fd58..cd2d9adb586 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/security/security_requirement_object_2.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_multiple_securities/get/security/security_requirement_object_2.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_obj_in_query/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_obj_in_query/get/operation.py index a58ad0b399f..cf36c49d517 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_obj_in_query/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_obj_in_query/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_obj_in_query/get/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_obj_in_query/get/parameters/parameter_0/__init__.py index fb65af19e10..6db39d08634 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_obj_in_query/get/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_obj_in_query/get/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_obj_in_query/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_obj_in_query/get/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_obj_in_query/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_obj_in_query/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/operation.py index 4e343511720..469be32a1d9 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_0/__init__.py index f3662fc32fb..30464863541 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_1/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_1/__init__.py index 736fe05b5b0..b4fb9df6676 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_1/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_1/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_10/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_10/__init__.py index 90d941b02ec..b145f9e5033 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_10/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_10/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_11/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_11/__init__.py index df33c4a4a83..69101db4589 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_11/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_11/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_12/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_12/__init__.py index e509faf2789..4ee88e56800 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_12/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_12/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_13/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_13/__init__.py index 0d8cf7a5c16..5aab130a95d 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_13/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_13/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_14/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_14/__init__.py index dd7a029fb4c..9af06f9e7d3 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_14/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_14/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_15/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_15/__init__.py index 7bd3265b2a6..a7ebe32b5fe 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_15/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_15/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_16/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_16/__init__.py index f4647bdacdf..fe35db24e87 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_16/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_16/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_17/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_17/__init__.py index 6015e9e6dec..888b5172290 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_17/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_17/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_18/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_18/__init__.py index 93a595b8519..d7d41c2fcc5 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_18/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_18/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_2/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_2/__init__.py index dc948a7c5f3..612e9ab243b 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_2/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_2/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_3/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_3/__init__.py index 8098e397659..89e6b1a49b7 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_3/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_3/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_4/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_4/__init__.py index d2f3857df5c..82850fef9c8 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_4/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_4/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_5/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_5/__init__.py index 01b2201acfa..ff704336120 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_5/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_5/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_6/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_6/__init__.py index a7e4b506560..95082c4c2f0 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_6/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_6/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_7/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_7/__init__.py index df96269d455..12a5c176b61 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_7/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_7/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_8/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_8/__init__.py index 77dbc43ae68..4c6d037ff2f 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_8/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_8/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_9/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_9/__init__.py index a857691fc23..b25f0cd399b 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_9/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/parameters/parameter_9/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/request_body/__init__.py index b8c0d395f0b..e12cd0e0faf 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/responses/response_200/__init__.py index 8e003c5c0ee..4fdd548d2b8 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_parameter_collisions1_abab_self_ab/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_pem_content_type/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_pem_content_type/get/operation.py index afb9d14839f..abd765d1565 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_pem_content_type/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_pem_content_type/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_pem_content_type/get/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_pem_content_type/get/request_body/__init__.py index da8d6ae930c..def3c0d5174 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_pem_content_type/get/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_pem_content_type/get/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_pem_content_type/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_pem_content_type/get/responses/response_200/__init__.py index 6d51cc074a6..05871b67903 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_pem_content_type/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_pem_content_type/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/operation.py index f724f27b0ef..13d3b3723e3 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/parameters/parameter_0/__init__.py index 1276f6575c0..9c2809098d0 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/request_body/__init__.py index 43034546a84..41b733c9ae3 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/responses/response_200/__init__.py index 248a4f0c101..6c42712c0d2 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/security/security_requirement_object_0.py b/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/security/security_requirement_object_0.py index 6d37bd2fd58..cd2d9adb586 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/security/security_requirement_object_0.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_pet_id_upload_image_with_required_file/post/security/security_requirement_object_0.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_query_param_with_json_content_type/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_query_param_with_json_content_type/get/operation.py index 75e358b5469..00e1c1c6e85 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_query_param_with_json_content_type/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_query_param_with_json_content_type/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_query_param_with_json_content_type/get/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_query_param_with_json_content_type/get/parameters/parameter_0/__init__.py index 4edd8bf1e7d..f2e407f41b6 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_query_param_with_json_content_type/get/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_query_param_with_json_content_type/get/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_query_param_with_json_content_type/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_query_param_with_json_content_type/get/responses/response_200/__init__.py index 8e003c5c0ee..4fdd548d2b8 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_query_param_with_json_content_type/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_query_param_with_json_content_type/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_redirection/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_redirection/get/operation.py index 108b1cd7688..3c08d369172 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_redirection/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_redirection/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_redirection/get/responses/response_303/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_redirection/get/responses/response_303/__init__.py index 4628ca92cc9..954e89496f3 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_redirection/get/responses/response_303/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_redirection/get/responses/response_303/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_redirection/get/responses/response_3xx/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_redirection/get/responses/response_3xx/__init__.py index 2f1ea10abca..1fbc98db851 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_redirection/get/responses/response_3xx/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_redirection/get/responses/response_3xx/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_ref_obj_in_query/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_ref_obj_in_query/get/operation.py index 316c59752f5..5cfc61aeeff 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_ref_obj_in_query/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_ref_obj_in_query/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_ref_obj_in_query/get/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_ref_obj_in_query/get/parameters/parameter_0/__init__.py index fb65af19e10..6db39d08634 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_ref_obj_in_query/get/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_ref_obj_in_query/get/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_ref_obj_in_query/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_ref_obj_in_query/get/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_ref_obj_in_query/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_ref_obj_in_query/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_array_of_enums/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_array_of_enums/post/operation.py index ba428ee4d2d..930636831db 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_array_of_enums/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_array_of_enums/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_array_of_enums/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_array_of_enums/post/request_body/__init__.py index b8c0d395f0b..e12cd0e0faf 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_array_of_enums/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_array_of_enums/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_array_of_enums/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_array_of_enums/post/responses/response_200/__init__.py index f9c6be5be67..bfe3763c023 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_array_of_enums/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_array_of_enums/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_arraymodel/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_arraymodel/post/operation.py index 9584da9503d..0e32acce027 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_arraymodel/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_arraymodel/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_arraymodel/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_arraymodel/post/request_body/__init__.py index b8c0d395f0b..e12cd0e0faf 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_arraymodel/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_arraymodel/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_arraymodel/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_arraymodel/post/responses/response_200/__init__.py index d4d99d8f4c0..4d25a5cba3d 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_arraymodel/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_arraymodel/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_boolean/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_boolean/post/operation.py index d5073c42db7..bca4fb59c36 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_boolean/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_boolean/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_boolean/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_boolean/post/request_body/__init__.py index b8c0d395f0b..e12cd0e0faf 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_boolean/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_boolean/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_boolean/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_boolean/post/responses/response_200/__init__.py index a1f8345ca27..9af09f3da70 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_boolean/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_boolean/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_composed_one_of_number_with_validations/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_composed_one_of_number_with_validations/post/operation.py index d1c95b602d2..76dade3b03a 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_composed_one_of_number_with_validations/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_composed_one_of_number_with_validations/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_composed_one_of_number_with_validations/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_composed_one_of_number_with_validations/post/request_body/__init__.py index b8c0d395f0b..e12cd0e0faf 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_composed_one_of_number_with_validations/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_composed_one_of_number_with_validations/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_composed_one_of_number_with_validations/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_composed_one_of_number_with_validations/post/responses/response_200/__init__.py index 8e003c5c0ee..4fdd548d2b8 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_composed_one_of_number_with_validations/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_composed_one_of_number_with_validations/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_enum/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_enum/post/operation.py index cc3c2201371..2eacc471a0f 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_enum/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_enum/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_enum/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_enum/post/request_body/__init__.py index b8c0d395f0b..e12cd0e0faf 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_enum/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_enum/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_enum/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_enum/post/responses/response_200/__init__.py index 0edeab3b69b..9a3e71e7c66 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_enum/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_enum/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_mammal/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_mammal/post/operation.py index 33300ac9a7c..627abea3b8e 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_mammal/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_mammal/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_mammal/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_mammal/post/request_body/__init__.py index 7a125be32f2..f2a3d460e3f 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_mammal/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_mammal/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_mammal/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_mammal/post/responses/response_200/__init__.py index 8e003c5c0ee..4fdd548d2b8 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_mammal/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_mammal/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_number/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_number/post/operation.py index c44194a4198..9e86f8987f3 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_number/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_number/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_number/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_number/post/request_body/__init__.py index b8c0d395f0b..e12cd0e0faf 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_number/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_number/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_number/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_number/post/responses/response_200/__init__.py index 28852d70a4a..85e0e95740c 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_number/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_number/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_object_model_with_ref_props/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_object_model_with_ref_props/post/operation.py index 2af10fd75b5..999af99f9d8 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_object_model_with_ref_props/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_object_model_with_ref_props/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_object_model_with_ref_props/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_object_model_with_ref_props/post/request_body/__init__.py index b8c0d395f0b..e12cd0e0faf 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_object_model_with_ref_props/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_object_model_with_ref_props/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_object_model_with_ref_props/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_object_model_with_ref_props/post/responses/response_200/__init__.py index 4038a9891f9..27688f00d55 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_object_model_with_ref_props/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_object_model_with_ref_props/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_string/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_string/post/operation.py index b82679b7668..ebed3807fac 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_string/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_string/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_string/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_string/post/request_body/__init__.py index b8c0d395f0b..e12cd0e0faf 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_string/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_string/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_string/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_string/post/responses/response_200/__init__.py index 77c86752079..a74c2caa1dd 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_refs_string/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_refs_string/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_response_without_schema/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_response_without_schema/get/operation.py index a39abc0841f..bf07a194add 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_response_without_schema/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_response_without_schema/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_response_without_schema/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_response_without_schema/get/responses/response_200/__init__.py index 83c0f418c5b..89ddd69e6ef 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_response_without_schema/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_response_without_schema/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/operation.py index e40af7a0bfe..6f24a674c99 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_0/__init__.py index b1a0b0cb2d4..d7c8b6d46ef 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_1/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_1/__init__.py index 65b263a19a4..6fe8fa8017f 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_1/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_1/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_2/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_2/__init__.py index e0b90f69818..c93f2faeba9 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_2/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_2/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_3/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_3/__init__.py index 89090f75d63..0d3f07406ee 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_3/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_3/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_4/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_4/__init__.py index 7d63cf99370..a2b5f91d362 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_4/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_4/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_5/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_5/__init__.py index 53ac11eb5bd..4cb53325989 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_5/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/parameters/parameter_5/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_test_query_paramters/put/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_upload_download_file/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_upload_download_file/post/operation.py index 717e328e31a..be010fcb088 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_upload_download_file/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_upload_download_file/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_upload_download_file/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_upload_download_file/post/request_body/__init__.py index 3865b0fb2df..d753d94f197 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_upload_download_file/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_upload_download_file/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_upload_download_file/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_upload_download_file/post/responses/response_200/__init__.py index 53bb8bde038..177314d8a9c 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_upload_download_file/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_upload_download_file/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_upload_file/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_upload_file/post/operation.py index f3d1334e629..1d2f8a0ab79 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_upload_file/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_upload_file/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_upload_file/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_upload_file/post/request_body/__init__.py index 43034546a84..41b733c9ae3 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_upload_file/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_upload_file/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_upload_file/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_upload_file/post/responses/response_200/__init__.py index 248a4f0c101..6c42712c0d2 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_upload_file/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_upload_file/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_upload_files/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_upload_files/post/operation.py index 7a72497cf60..4ad7e7157be 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_upload_files/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_upload_files/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_upload_files/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_upload_files/post/request_body/__init__.py index 43034546a84..41b733c9ae3 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_upload_files/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_upload_files/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_upload_files/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_upload_files/post/responses/response_200/__init__.py index 248a4f0c101..6c42712c0d2 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_upload_files/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_upload_files/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/operation.py index 42fa174b2b3..64cfb2e8eca 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_1xx/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_1xx/__init__.py index 6c76920b8f4..ff7134739cd 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_1xx/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_1xx/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_200/__init__.py index 8e003c5c0ee..4fdd548d2b8 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_2xx/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_2xx/__init__.py index 6f72f463ee6..7493f619fb9 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_2xx/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_2xx/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_3xx/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_3xx/__init__.py index 039cc0ba83a..535a4b6f755 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_3xx/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_3xx/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_4xx/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_4xx/__init__.py index 02ede398c13..71ba9a7f939 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_4xx/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_4xx/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_5xx/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_5xx/__init__.py index 2a02a6596fc..8ab8a977e2f 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_5xx/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/fake_wild_card_responses/get/responses/response_5xx/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/foo/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/foo/get/operation.py index d71c78e97fb..d34edd5c157 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/foo/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/foo/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/foo/get/responses/response_default/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/foo/get/responses/response_default/__init__.py index ec6a9f1196b..8751a25bbc6 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/foo/get/responses/response_default/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/foo/get/responses/response_default/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/foo/get/servers/server_0.py b/samples/client/petstore/python/src/petstore_api/paths/foo/get/servers/server_0.py index c73dd42fece..87969677634 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/foo/get/servers/server_0.py +++ b/samples/client/petstore/python/src/petstore_api/paths/foo/get/servers/server_0.py @@ -1,5 +1,8 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/foo/get/servers/server_1.py b/samples/client/petstore/python/src/petstore_api/paths/foo/get/servers/server_1.py index d1a38ca241c..0c1a8b6edf8 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/foo/get/servers/server_1.py +++ b/samples/client/petstore/python/src/petstore_api/paths/foo/get/servers/server_1.py @@ -1,5 +1,8 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/pet/post/operation.py index 9aef38d340c..e5ac76e6eb1 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet/post/request_body/__init__.py index 559c6e2437c..c73a69fa042 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet/post/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet/post/responses/response_405/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet/post/responses/response_405/__init__.py index 1f4a53b1278..5b9cca2ebdf 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet/post/responses/response_405/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet/post/responses/response_405/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet/post/security/security_requirement_object_0.py b/samples/client/petstore/python/src/petstore_api/paths/pet/post/security/security_requirement_object_0.py index fed3d9d5c1d..feaba87f650 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet/post/security/security_requirement_object_0.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet/post/security/security_requirement_object_0.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet/post/security/security_requirement_object_1.py b/samples/client/petstore/python/src/petstore_api/paths/pet/post/security/security_requirement_object_1.py index a829d1b1755..f4ecd20dbbd 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet/post/security/security_requirement_object_1.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet/post/security/security_requirement_object_1.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet/post/security/security_requirement_object_2.py b/samples/client/petstore/python/src/petstore_api/paths/pet/post/security/security_requirement_object_2.py index 6d37bd2fd58..cd2d9adb586 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet/post/security/security_requirement_object_2.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet/post/security/security_requirement_object_2.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet/put/operation.py b/samples/client/petstore/python/src/petstore_api/paths/pet/put/operation.py index 93fd7202e01..ffedf998af3 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet/put/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet/put/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet/put/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet/put/request_body/__init__.py index 559c6e2437c..c73a69fa042 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet/put/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet/put/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet/put/responses/response_400/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet/put/responses/response_400/__init__.py index 1068972f236..83836783a79 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet/put/responses/response_400/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet/put/responses/response_400/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet/put/responses/response_404/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet/put/responses/response_404/__init__.py index a26cc9e30cd..309b73e1806 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet/put/responses/response_404/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet/put/responses/response_404/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet/put/responses/response_405/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet/put/responses/response_405/__init__.py index 1f4a53b1278..5b9cca2ebdf 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet/put/responses/response_405/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet/put/responses/response_405/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet/put/security/security_requirement_object_0.py b/samples/client/petstore/python/src/petstore_api/paths/pet/put/security/security_requirement_object_0.py index a829d1b1755..f4ecd20dbbd 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet/put/security/security_requirement_object_0.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet/put/security/security_requirement_object_0.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet/put/security/security_requirement_object_1.py b/samples/client/petstore/python/src/petstore_api/paths/pet/put/security/security_requirement_object_1.py index 6d37bd2fd58..cd2d9adb586 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet/put/security/security_requirement_object_1.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet/put/security/security_requirement_object_1.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/operation.py index e43b6908862..6a8cba17426 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/parameters/parameter_0/__init__.py index 1fe4e55903a..1a02941b7d5 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/responses/response_200/__init__.py index 5e4ccdedb27..8367c5ac824 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/responses/response_400/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/responses/response_400/__init__.py index 1068972f236..83836783a79 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/responses/response_400/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/responses/response_400/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/security/security_requirement_object_0.py b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/security/security_requirement_object_0.py index fed3d9d5c1d..feaba87f650 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/security/security_requirement_object_0.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/security/security_requirement_object_0.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/security/security_requirement_object_1.py b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/security/security_requirement_object_1.py index a829d1b1755..f4ecd20dbbd 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/security/security_requirement_object_1.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/security/security_requirement_object_1.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/security/security_requirement_object_2.py b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/security/security_requirement_object_2.py index 6d37bd2fd58..cd2d9adb586 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/security/security_requirement_object_2.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/get/security/security_requirement_object_2.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/servers/server_0.py b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/servers/server_0.py index c73dd42fece..87969677634 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/servers/server_0.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/servers/server_0.py @@ -1,5 +1,8 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/servers/server_1.py b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/servers/server_1.py index d1a38ca241c..0c1a8b6edf8 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/servers/server_1.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_status/servers/server_1.py @@ -1,5 +1,8 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/operation.py index 2aec65218b6..4725ecc5de6 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/parameters/parameter_0/__init__.py index 72df53de486..bbbad8a4224 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/responses/response_200/__init__.py index 67e7a566b0c..811146e7bba 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/responses/response_400/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/responses/response_400/__init__.py index 1068972f236..83836783a79 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/responses/response_400/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/responses/response_400/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/security/security_requirement_object_0.py b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/security/security_requirement_object_0.py index a829d1b1755..f4ecd20dbbd 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/security/security_requirement_object_0.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/security/security_requirement_object_0.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/security/security_requirement_object_1.py b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/security/security_requirement_object_1.py index 6d37bd2fd58..cd2d9adb586 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/security/security_requirement_object_1.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_find_by_tags/get/security/security_requirement_object_1.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/operation.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/operation.py index 38e3126950f..9e0c897d3e0 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/parameters/parameter_0/__init__.py index 41fefcb038b..d1f6b4b11c4 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/parameters/parameter_1/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/parameters/parameter_1/__init__.py index 9755ccfacfc..d9c0d039e81 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/parameters/parameter_1/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/parameters/parameter_1/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/responses/response_400/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/responses/response_400/__init__.py index 1068972f236..83836783a79 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/responses/response_400/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/responses/response_400/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/security/security_requirement_object_0.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/security/security_requirement_object_0.py index fed3d9d5c1d..feaba87f650 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/security/security_requirement_object_0.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/security/security_requirement_object_0.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/security/security_requirement_object_1.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/security/security_requirement_object_1.py index 6d37bd2fd58..cd2d9adb586 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/security/security_requirement_object_1.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/delete/security/security_requirement_object_1.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/operation.py index 963ca257e2f..f8d2b1dcb71 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/parameters/parameter_0/__init__.py index 1276f6575c0..9c2809098d0 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/responses/response_200/__init__.py index 35863b62900..af02e932ed9 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/responses/response_400/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/responses/response_400/__init__.py index 1068972f236..83836783a79 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/responses/response_400/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/responses/response_400/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/responses/response_404/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/responses/response_404/__init__.py index a26cc9e30cd..309b73e1806 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/responses/response_404/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/responses/response_404/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/security/security_requirement_object_0.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/security/security_requirement_object_0.py index fed3d9d5c1d..feaba87f650 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/security/security_requirement_object_0.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/get/security/security_requirement_object_0.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/operation.py index 7be0122bb45..c6310e06df3 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/parameters/parameter_0/__init__.py index 1276f6575c0..9c2809098d0 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/request_body/__init__.py index eb44b1eff11..77e335ca819 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/responses/response_405/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/responses/response_405/__init__.py index 1f4a53b1278..5b9cca2ebdf 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/responses/response_405/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/responses/response_405/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/security/security_requirement_object_0.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/security/security_requirement_object_0.py index fed3d9d5c1d..feaba87f650 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/security/security_requirement_object_0.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/security/security_requirement_object_0.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/security/security_requirement_object_1.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/security/security_requirement_object_1.py index 6d37bd2fd58..cd2d9adb586 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/security/security_requirement_object_1.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id/post/security/security_requirement_object_1.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/operation.py index db6785b81b0..d64ef58b18b 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/parameters/parameter_0/__init__.py index 1276f6575c0..9c2809098d0 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/request_body/__init__.py index 43034546a84..41b733c9ae3 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/responses/response_200/__init__.py index 7584e451fec..1f4775ef8a2 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/security/security_requirement_object_0.py b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/security/security_requirement_object_0.py index 6d37bd2fd58..cd2d9adb586 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/security/security_requirement_object_0.py +++ b/samples/client/petstore/python/src/petstore_api/paths/pet_pet_id_upload_image/post/security/security_requirement_object_0.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/solidus/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/solidus/get/operation.py index 16635b6cfc6..9007615aabe 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/solidus/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/solidus/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/solidus/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/solidus/get/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/solidus/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/solidus/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/store_inventory/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/store_inventory/get/operation.py index 54e1f7f5e55..009bff85d57 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/store_inventory/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/store_inventory/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/store_inventory/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/store_inventory/get/responses/response_200/__init__.py index b103a1afd41..48b3c26c2e7 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/store_inventory/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/store_inventory/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/store_inventory/get/security/security_requirement_object_0.py b/samples/client/petstore/python/src/petstore_api/paths/store_inventory/get/security/security_requirement_object_0.py index fed3d9d5c1d..feaba87f650 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/store_inventory/get/security/security_requirement_object_0.py +++ b/samples/client/petstore/python/src/petstore_api/paths/store_inventory/get/security/security_requirement_object_0.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/store_order/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/store_order/post/operation.py index 215f6acebd0..a4bcde145ef 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/store_order/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/store_order/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/store_order/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/store_order/post/request_body/__init__.py index 7a125be32f2..f2a3d460e3f 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/store_order/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/store_order/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/store_order/post/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/store_order/post/responses/response_200/__init__.py index 8994a608bb9..7292b955ef8 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/store_order/post/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/store_order/post/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/store_order/post/responses/response_400/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/store_order/post/responses/response_400/__init__.py index 1068972f236..83836783a79 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/store_order/post/responses/response_400/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/store_order/post/responses/response_400/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/delete/operation.py b/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/delete/operation.py index 4626f4516a0..c45d543f210 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/delete/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/delete/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/delete/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/delete/parameters/parameter_0/__init__.py index 97ffd66077e..510271fc1fa 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/delete/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/delete/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/delete/responses/response_400/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/delete/responses/response_400/__init__.py index 1068972f236..83836783a79 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/delete/responses/response_400/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/delete/responses/response_400/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/delete/responses/response_404/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/delete/responses/response_404/__init__.py index a26cc9e30cd..309b73e1806 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/delete/responses/response_404/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/delete/responses/response_404/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/operation.py index a35b6d414e1..47238672597 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/parameters/parameter_0/__init__.py index 97ffd66077e..510271fc1fa 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/responses/response_200/__init__.py index 8994a608bb9..7292b955ef8 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/responses/response_400/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/responses/response_400/__init__.py index 1068972f236..83836783a79 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/responses/response_400/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/responses/response_400/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/responses/response_404/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/responses/response_404/__init__.py index a26cc9e30cd..309b73e1806 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/responses/response_404/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/store_order_order_id/get/responses/response_404/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/user/post/operation.py index 42bce93f8b6..9d6e5d48ac2 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user/post/request_body/__init__.py index 7a125be32f2..f2a3d460e3f 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user/post/responses/response_default/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user/post/responses/response_default/__init__.py index 62333eb046d..f5e8fb96286 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user/post/responses/response_default/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user/post/responses/response_default/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_create_with_array/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/user_create_with_array/post/operation.py index 5d6c5686d71..4419e4f2f89 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_create_with_array/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_create_with_array/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_create_with_array/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_create_with_array/post/request_body/__init__.py index 2af3fc58a81..10db8273c81 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_create_with_array/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_create_with_array/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_create_with_array/post/responses/response_default/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_create_with_array/post/responses/response_default/__init__.py index 62333eb046d..f5e8fb96286 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_create_with_array/post/responses/response_default/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_create_with_array/post/responses/response_default/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_create_with_list/post/operation.py b/samples/client/petstore/python/src/petstore_api/paths/user_create_with_list/post/operation.py index da4c3784254..178a59ef644 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_create_with_list/post/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_create_with_list/post/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_create_with_list/post/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_create_with_list/post/request_body/__init__.py index 3bd70563bcb..069dd248f8e 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_create_with_list/post/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_create_with_list/post/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_create_with_list/post/responses/response_default/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_create_with_list/post/responses/response_default/__init__.py index 62333eb046d..f5e8fb96286 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_create_with_list/post/responses/response_default/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_create_with_list/post/responses/response_default/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/operation.py index a158ce96df2..8ed02166c76 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/parameters/parameter_0/__init__.py index fea0d30fad5..127cc33bb69 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/parameters/parameter_1/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/parameters/parameter_1/__init__.py index 956f2cc24b7..9ca9085563d 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/parameters/parameter_1/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/parameters/parameter_1/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/__init__.py index 535dbbe0ebf..184d0ca90af 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_int32/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_int32/__init__.py index 2223f9ec3d4..64ca60f8b32 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_int32/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_int32/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_number_header/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_number_header/__init__.py index 8ae57a0966b..207b7c3dafd 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_number_header/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_number_header/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_ref_content_schema_header/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_ref_content_schema_header/__init__.py index b3cdd6ce978..377d52da8ed 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_ref_content_schema_header/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_ref_content_schema_header/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_x_expires_after/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_x_expires_after/__init__.py index 494330c99da..34e10dd7e58 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_x_expires_after/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_x_expires_after/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_x_rate_limit/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_x_rate_limit/__init__.py index f8f1d03f271..465de5ed84f 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_x_rate_limit/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_200/headers/header_x_rate_limit/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_400/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_400/__init__.py index 1068972f236..83836783a79 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_400/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_login/get/responses/response_400/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_logout/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/user_logout/get/operation.py index cf009a7f1b7..15d4d850589 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_logout/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_logout/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_logout/get/responses/response_default/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_logout/get/responses/response_default/__init__.py index 9e51cdff1be..23f15fd118d 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_logout/get/responses/response_default/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_logout/get/responses/response_default/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_username/delete/operation.py b/samples/client/petstore/python/src/petstore_api/paths/user_username/delete/operation.py index fb6aab257d1..14c02844e9d 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_username/delete/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_username/delete/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_username/delete/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_username/delete/parameters/parameter_0/__init__.py index ae3f2672784..7e432267e71 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_username/delete/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_username/delete/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_username/delete/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_username/delete/responses/response_200/__init__.py index cc70f4a4d33..20b30291148 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_username/delete/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_username/delete/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_username/delete/responses/response_404/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_username/delete/responses/response_404/__init__.py index a26cc9e30cd..309b73e1806 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_username/delete/responses/response_404/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_username/delete/responses/response_404/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_username/get/operation.py b/samples/client/petstore/python/src/petstore_api/paths/user_username/get/operation.py index c46922b2a3f..02644cece37 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_username/get/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_username/get/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_username/get/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_username/get/parameters/parameter_0/__init__.py index 7bb45ca92c4..72c2c1e4cde 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_username/get/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_username/get/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_username/get/responses/response_200/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_username/get/responses/response_200/__init__.py index 36a55077fe3..0e70348bc08 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_username/get/responses/response_200/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_username/get/responses/response_200/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_username/get/responses/response_400/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_username/get/responses/response_400/__init__.py index 1068972f236..83836783a79 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_username/get/responses/response_400/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_username/get/responses/response_400/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_username/get/responses/response_404/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_username/get/responses/response_404/__init__.py index a26cc9e30cd..309b73e1806 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_username/get/responses/response_404/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_username/get/responses/response_404/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_username/put/operation.py b/samples/client/petstore/python/src/petstore_api/paths/user_username/put/operation.py index 6a9736831d4..f8cea9670f6 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_username/put/operation.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_username/put/operation.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_username/put/parameters/parameter_0/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_username/put/parameters/parameter_0/__init__.py index 7bb45ca92c4..72c2c1e4cde 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_username/put/parameters/parameter_0/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_username/put/parameters/parameter_0/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_username/put/request_body/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_username/put/request_body/__init__.py index 7a125be32f2..f2a3d460e3f 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_username/put/request_body/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_username/put/request_body/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_username/put/responses/response_400/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_username/put/responses/response_400/__init__.py index 1068972f236..83836783a79 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_username/put/responses/response_400/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_username/put/responses/response_400/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/paths/user_username/put/responses/response_404/__init__.py b/samples/client/petstore/python/src/petstore_api/paths/user_username/put/responses/response_404/__init__.py index a26cc9e30cd..309b73e1806 100644 --- a/samples/client/petstore/python/src/petstore_api/paths/user_username/put/responses/response_404/__init__.py +++ b/samples/client/petstore/python/src/petstore_api/paths/user_username/put/responses/response_404/__init__.py @@ -1,6 +1,9 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/servers/server_0.py b/samples/client/petstore/python/src/petstore_api/servers/server_0.py index 543b2065381..ba49064a20e 100644 --- a/samples/client/petstore/python/src/petstore_api/servers/server_0.py +++ b/samples/client/petstore/python/src/petstore_api/servers/server_0.py @@ -1,5 +1,8 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/servers/server_1.py b/samples/client/petstore/python/src/petstore_api/servers/server_1.py index aa11da5ca8b..bc49d3185e8 100644 --- a/samples/client/petstore/python/src/petstore_api/servers/server_1.py +++ b/samples/client/petstore/python/src/petstore_api/servers/server_1.py @@ -1,5 +1,8 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/samples/client/petstore/python/src/petstore_api/servers/server_2.py b/samples/client/petstore/python/src/petstore_api/servers/server_2.py index 2812f4ba224..f417c7fe361 100644 --- a/samples/client/petstore/python/src/petstore_api/servers/server_2.py +++ b/samples/client/petstore/python/src/petstore_api/servers/server_2.py @@ -1,5 +1,8 @@ # coding: utf-8 """ + OpenAPI Petstore + This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. # noqa: E501 + The version of the OpenAPI document: 1.0.0 Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ diff --git a/src/main/java/org/openapijsonschematools/codegen/generatorrunner/DefaultGeneratorRunner.java b/src/main/java/org/openapijsonschematools/codegen/generatorrunner/DefaultGeneratorRunner.java index c247194e6ae..a3646916cc5 100644 --- a/src/main/java/org/openapijsonschematools/codegen/generatorrunner/DefaultGeneratorRunner.java +++ b/src/main/java/org/openapijsonschematools/codegen/generatorrunner/DefaultGeneratorRunner.java @@ -352,7 +352,6 @@ private void generateSchemaDocumentation(List files, CodegenSchema schema, Map schemaData = new HashMap<>(); schemaData.put("packageName", generator.packageName()); schemaData.put("schema", schema); - schemaData.putAll(generator.additionalProperties()); schemaData.put("docRoot", docRoot); schemaData.put("identifierPieces", Collections.unmodifiableList(new ArrayList<>())); schemaData.put("headerSize", "#"); @@ -364,7 +363,6 @@ private void generateSchema(List files, CodegenSchema schema, String jsonP schemaData.put("packageName", generator.packageName()); schemaData.put("schema", schema); schemaData.put("identifierPieces", Collections.unmodifiableList(new ArrayList<>())); - schemaData.putAll(generator.additionalProperties()); generateXs(files, jsonPath, CodegenConstants.JSON_PATH_LOCATION_TYPE.SCHEMA, CodegenConstants.MODELS, schemaData, generateModels); } @@ -386,6 +384,7 @@ private String filenameFromRoot(List pathSegments) { } private void generateFile(Map templateData, String templateName, String outputFilename, List files, boolean shouldGenerate, String skippedByOption) { + templateData.putAll(generator.additionalProperties()); try { File written = processTemplateToFile(templateData, templateName, outputFilename, shouldGenerate, skippedByOption); if (written != null) { @@ -902,6 +901,7 @@ private void generateXDocs(List files, String jsonPath, CodegenConstants.J String filename = generator.getDocsFilepath(jsonPath) + suffix; HashMap templateData = new HashMap<>(); + templateData.putAll(generator.additionalProperties()); templateData.put("packageName", generator.packageName()); templateData.put("modelPackage", generator.modelPackage()); if (templateInfo != null && !templateInfo.isEmpty()) { @@ -932,6 +932,7 @@ private void generateXTests(List files, String jsonPath, CodegenConstants. String filename = generator.getTestFilepath(jsonPath) + suffix; HashMap templateData = new HashMap<>(); + templateData.putAll(generator.additionalProperties()); templateData.put("packageName", generator.packageName()); templateData.put("modelPackage", generator.modelPackage()); if (templateInfo != null && !templateInfo.isEmpty()) { @@ -967,6 +968,7 @@ private void generateXs(List files, String jsonPath, CodegenConstants.JSON String filename = generator.getFilepath(jsonPath) + suffix; HashMap templateData = new HashMap<>(); + templateData.putAll(generator.additionalProperties()); templateData.put("packageName", generator.packageName()); templateData.put("modelPackage", generator.modelPackage()); if (templateInfo != null && !templateInfo.isEmpty()) { @@ -1087,7 +1089,6 @@ protected TreeMap generateSchemas(List files) { Map schemaData = new HashMap<>(); schemaData.put("packageName", generator.packageName()); schemaData.put("schema", schema); - schemaData.putAll(generator.additionalProperties()); if (generateModelTests) { generateXTests(files, jsonPath, CodegenConstants.JSON_PATH_LOCATION_TYPE.SCHEMA, CodegenConstants.MODELS, schemaData, true); } diff --git a/src/main/java/org/openapijsonschematools/codegen/generators/DefaultGenerator.java b/src/main/java/org/openapijsonschematools/codegen/generators/DefaultGenerator.java index 7675fd071f8..c9dac9adc2b 100644 --- a/src/main/java/org/openapijsonschematools/codegen/generators/DefaultGenerator.java +++ b/src/main/java/org/openapijsonschematools/codegen/generators/DefaultGenerator.java @@ -3961,14 +3961,14 @@ private void updatePathsFilepath(String[] pathPieces) { if (pathPieces[3].equals("servers")) { if (pathPieces.length == 4) { // #/paths/somePath/servers - pathPieces[3] = toServerFilename("s", jsonPath); + pathPieces[3] = toServerFilename("servers", jsonPath); } else if (pathPieces.length == 5) { // #/paths/somePath/servers/0 pathPieces[4] = toServerFilename(pathPieces[4], jsonPath); } else { // #/paths/somePath/servers/0/variables pathPieces[4] = "server" + pathPieces[4]; - pathPieces[5] = "Variables"; + pathPieces[5] = getSchemaFilename(jsonPath); } return; } else if (pathPieces[3].equals("parameters")) { @@ -4010,7 +4010,7 @@ private void updatePathsFilepath(String[] pathPieces) { } else { // #/paths/somePath/get/servers/0/variables pathPieces[5] = "server" + pathPieces[5]; - pathPieces[6] = "Variables"; + pathPieces[6] = getSchemaFilename(jsonPath); } } else if (pathPieces[4].equals("security")) { // #/paths/somePath/get/security @@ -4112,7 +4112,9 @@ private void updatePathsFilepath(String[] pathPieces) { } protected void updateServersFilepath(String[] pathPieces) { - String jsonPath = String.join("/", pathPieces); + String[] copiedPathPieces = pathPieces.clone(); + copiedPathPieces[0] = "#"; + String jsonPath = String.join("/", copiedPathPieces); if (pathPieces.length == 2) { // #/servers } else if (pathPieces.length == 3) { diff --git a/src/main/java/org/openapijsonschematools/codegen/generators/JavaClientGenerator.java b/src/main/java/org/openapijsonschematools/codegen/generators/JavaClientGenerator.java index 15123eb8899..17fe83c6df8 100644 --- a/src/main/java/org/openapijsonschematools/codegen/generators/JavaClientGenerator.java +++ b/src/main/java/org/openapijsonschematools/codegen/generators/JavaClientGenerator.java @@ -133,17 +133,19 @@ public String toModuleFilename(String name, String jsonPath) { } protected void updateServersFilepath(String[] pathPieces) { + String[] copiedPathPieces = pathPieces.clone(); + copiedPathPieces[0] = "#"; + String jsonPath = String.join("/", copiedPathPieces); if (pathPieces.length == 2) { // #/servers pathPieces[1] = "RootServerInfo"; } else if (pathPieces.length == 3) { // #/servers/0 - String jsonPath = "#/servers/" + pathPieces[2]; pathPieces[2] = toServerFilename(pathPieces[2], jsonPath); } else { // #/servers/0/variables - pathPieces[2] = toServerFilename(pathPieces[2], null).toLowerCase(Locale.ROOT); - pathPieces[3] = "Variables"; + pathPieces[2] = toServerFilename(pathPieces[2], jsonPath).toLowerCase(Locale.ROOT); + pathPieces[3] = getSchemaFilename(jsonPath); } } @@ -155,7 +157,7 @@ public String getPascalCaseServer(String basename, String jsonPath) { @Override public String toServerFilename(String basename, String jsonPath) { - return getPascalCaseServer(basename, jsonPath); + return getPascalCase(CodegenKeyType.SERVER, basename, jsonPath); } @Override @@ -1263,6 +1265,11 @@ private String getSchemaPascalCaseName(String name, @NotNull String sourceJsonPa - so all header schemas must be named by their header name to prevent collisions */ String[] pathPieces = sourceJsonPath.split("/"); + + + String lastFragment = pathPieces[pathPieces.length-1]; + boolean operationParametersSchema = (sourceJsonPath.startsWith("#/paths/") && xParameters.contains(lastFragment) && xParameters.contains(name)); + boolean serverVariables = (lastFragment.equals("variables") && Set.of(4,6,7).contains(pathPieces.length) && name.equals("variables")); if (sourceJsonPath.endsWith("/schema")) { if (sourceJsonPath.startsWith("#/paths") && sourceJsonPath.contains("/parameters/")) { if (pathPieces[3].equals("parameters")) { @@ -1284,7 +1291,7 @@ private String getSchemaPascalCaseName(String name, @NotNull String sourceJsonPa } else if (sourceJsonPath.startsWith("#/components/responses/") && sourceJsonPath.contains("/headers/")) { // #/components/responses/SomeResponse/headers/someHeader/schema String headerFragment = pathPieces[5]; - usedKey = camelize(headerFragment)+ camelize(usedKey); + usedKey = camelize(headerFragment) + camelize(usedKey); } else { // #/paths/path/verb/responses/SomeResponse/headers/someHeader/schema String headerFragment = pathPieces[7]; @@ -1305,8 +1312,23 @@ private String getSchemaPascalCaseName(String name, @NotNull String sourceJsonPa String responseFragment = pathPieces[pathPieces.length-2]; String pascalCaseResponse = getPascalCaseResponse(responseFragment, responseJsonPath); usedKey = pascalCaseResponse + camelize(usedKey); + } else if (operationParametersSchema) { + String prefix = getPathClassNamePrefix(sourceJsonPath); + usedKey = prefix + lastFragment; + } else if (serverVariables) { + if (pathPieces.length == 4) { + // #/servers/0/variables -> 4 + usedKey = "RootServer" + pathPieces[2] + "Variables"; + } else if (pathPieces.length == 6) { + // #/paths/somePath/servers/0/variables -> 6 + CodegenKey pathKey = getKey(ModelUtils.decodeSlashes(pathPieces[2]), "paths", sourceJsonPath); + usedKey = pathKey.pascalCase + "Server" + pathPieces[4] + "Variables"; + } else { + // #/paths/somePath/get/servers/0/variables -> 7 + String prefix = getPathClassNamePrefix(sourceJsonPath); + usedKey = prefix + "Server" + pathPieces[5] + "Variables"; + } } - HashMap keyToQty = sourceJsonPathToKeyToQty.getOrDefault(sourceJsonPath, new HashMap<>()); if (useCache) { if (!sourceJsonPathToKeyToQty.containsKey(sourceJsonPath)) { @@ -1353,16 +1375,11 @@ private String getSchemaPascalCaseName(String name, @NotNull String sourceJsonPa @Override public String getSchemaFilename(String jsonPath) { String modelName = schemaJsonPathToModelName.get(jsonPath); - if (modelName == null) { - String[] pathPieces = jsonPath.split("/"); - String lastFragment = pathPieces[pathPieces.length-1]; - if (jsonPath.startsWith("#/paths/") && xParameters.contains(lastFragment)) { - String prefix = getPathClassNamePrefix(jsonPath); - lastFragment = prefix + lastFragment; - } - return getSchemaPascalCaseName(lastFragment, jsonPath, false); + if (modelName != null) { + return modelName; } - return modelName; + String[] pathPieces = jsonPath.split("/"); + return getSchemaPascalCaseName(pathPieces[pathPieces.length-1], jsonPath, false); } protected CodegenKey getContainerJsonPathPiece(String expectedComponentType, String currentJsonPath, String sourceJsonPath) { @@ -2621,14 +2638,6 @@ public String toOperationFilename(String name, String jsonPath) { public String getPascalCase(CodegenKeyType type, String lastJsonPathFragment, String jsonPath) { switch (type) { case SCHEMA: - if (jsonPath != null) { - String[] pathPieces = jsonPath.split("/"); - String lastFragment = pathPieces[pathPieces.length-1]; - if (jsonPath.startsWith("#/paths/") && xParameters.contains(lastFragment)) { - String prefix = getPathClassNamePrefix(jsonPath); - lastJsonPathFragment = prefix + lastJsonPathFragment; - } - } return getSchemaPascalCaseName(lastJsonPathFragment, jsonPath, true); case PATH: return camelize(toPathFilename(lastJsonPathFragment, jsonPath)); @@ -2659,37 +2668,31 @@ public String getPascalCase(CodegenKeyType type, String lastJsonPathFragment, St return prefix + "Code" + lastJsonPathFragment + "Response"; } case SERVER: - if (jsonPath != null) { - String[] pathPieces = jsonPath.split("/"); - if (jsonPath.startsWith("#/servers")) { - if (pathPieces.length == 2) { - // #/servers - return "RootServerInfo"; - } else { - // #/servers/0 - return "Server"+pathPieces[2]; - } - } else if (jsonPath.startsWith("#/paths") && pathPieces.length >= 4 && pathPieces[3].equals("servers")) { - CodegenKey pathKey = getKey(ModelUtils.decodeSlashes(pathPieces[2]), "paths", jsonPath); - if (pathPieces.length == 4) { - // #/paths/somePath/servers - return pathKey.pascalCase + "ServerInfo"; - } else { - // #/paths/somePath/servers/0 - return pathKey.pascalCase + "Server"+ pathPieces[4]; - } - } else if (jsonPath.startsWith("#/paths") && pathPieces.length >= 5 && pathPieces[4].equals("servers")) { - String prefix = getPathClassNamePrefix(jsonPath); - if (pathPieces.length == 5) { - // #/paths/somePath/get/servers - return prefix + "ServerInfo"; - } else { - // #/paths/somePath/get/servers/0 - return prefix + "Server" + pathPieces[5]; - } + String[] pathPieces = jsonPath.split("/"); + if (jsonPath.startsWith("#/servers")) { + if (pathPieces.length == 2) { + // #/servers + return "RootServerInfo"; + } + // #/servers/0 + return "RootServer"+pathPieces[2]; + } else if (jsonPath.startsWith("#/paths") && pathPieces.length >= 4 && pathPieces[3].equals("servers")) { + CodegenKey pathKey = getKey(ModelUtils.decodeSlashes(pathPieces[2]), "paths", jsonPath); + if (pathPieces.length == 4) { + // #/paths/somePath/servers + return pathKey.pascalCase + "ServerInfo"; } + // #/paths/somePath/servers/0 + return pathKey.pascalCase + "Server"+ pathPieces[4]; + } + // jsonPath.startsWith("#/paths") && pathPieces.length >= 5 && pathPieces[4].equals("servers") + String prefix = getPathClassNamePrefix(jsonPath); + if (pathPieces.length == 5) { + // #/paths/somePath/get/servers + return prefix + "ServerInfo"; } - return "Server" + lastJsonPathFragment; + // #/paths/somePath/get/servers/0 + return prefix + "Server" + pathPieces[5]; case SECURITY: return toSecurityFilename(lastJsonPathFragment, jsonPath); default: @@ -3263,8 +3266,7 @@ public void preprocessOpenAPI(OpenAPI openAPI) { this.setArtifactVersion(ARTIFACT_VERSION_DEFAULT_VALUE); } } - additionalProperties.put(CodegenConstants.ARTIFACT_VERSION, artifactVersion); - + // must be sequential after initial setting above if (additionalProperties.containsKey(CodegenConstants.SNAPSHOT_VERSION)) { if (convertPropertyToBooleanAndWriteBack(CodegenConstants.SNAPSHOT_VERSION)) { this.setArtifactVersion(this.buildSnapshotVersion(this.getArtifactVersion())); diff --git a/src/main/java/org/openapijsonschematools/codegen/templating/HandlebarsEngineAdapter.java b/src/main/java/org/openapijsonschematools/codegen/templating/HandlebarsEngineAdapter.java index e63c0d2dd0a..2739ba008fb 100644 --- a/src/main/java/org/openapijsonschematools/codegen/templating/HandlebarsEngineAdapter.java +++ b/src/main/java/org/openapijsonschematools/codegen/templating/HandlebarsEngineAdapter.java @@ -78,7 +78,7 @@ public TemplateSource sourceAt(String location) { Handlebars handlebars = new Handlebars(loader); handlebars.registerHelperMissing((obj, options) -> { - LOGGER.warn(String.format(Locale.ROOT, "Unregistered helper name '%s', processing template:%n%s", options.helperName, options.fn.text())); + LOGGER.warn(String.format(Locale.ROOT, "Unregistered helper name '%s', processing template:%n%s", options.helperName, options.fn.toString())); return ""; }); handlebars.registerHelper("json", Jackson2Helper.INSTANCE); diff --git a/src/main/resources/java/README.hbs b/src/main/resources/java/README.hbs index bd07d6f6f5b..8fdb4784426 100644 --- a/src/main/resources/java/README.hbs +++ b/src/main/resources/java/README.hbs @@ -1,14 +1,15 @@ -# {{{projectName}}} +# {{artifactId}} {{#if appDescription}} {{appDescription.original}} {{/if}} This Java package is automatically generated by the [OpenAPI JSON Schema Generator](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) project: -- API version: {{appVersion}} -- Package version: {{packageVersion}} -- Build package: {{generatorClass}} +- OpenAPI document version: {{appVersion}} +- Java Package version: {{artifactVersion}} +- OpenAPI JSON Schema Generator, Generator: {{generatorClass}} {{#if infoUrl}} + For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}}) {{/if}} @@ -197,7 +198,7 @@ All URIs are relative to the selected server | ------------ | ------- | ----------- | {{#each paths}} {{#each operations}} -| {{../@key.original}} **{{@key.original}}** | {{#each tags}}[{{className}}.{{../operationId.camelCase}}](docs/apis/tags/{{className}}.md#{{../operationId.kebabCase}}) {{/each}} [{{../jsonPathPiece.pascalCase}}.{{method.camelCase}}](docs/paths/{{../jsonPathPiece.pascalCase}}.md#{{method.kebabCase}}) [{{jsonPathPiece.pascalCase}}.{{method.pascalCase}}.{{method.camelCase}}](docs/{{pathFromDocRoot}}.md#{{method.kebabCase}}) |{{#if summary}} {{summary.originalWithBr}}{{/if}} | +| {{../@key.original}} **{{@key.original}}** | {{#each tags}}[{{className}}.{{../operationId.camelCase}}](docs/apis/tags/{{className}}.md#{{../operationId.kebabCase}}) {{/each}} [{{../jsonPathPiece.pascalCase}}.{{method.camelCase}}](docs/apis/paths/{{../jsonPathPiece.pascalCase}}.md#{{method.kebabCase}}) [{{jsonPathPiece.pascalCase}}.{{method.pascalCase}}.{{method.camelCase}}](docs/{{pathFromDocRoot}}.md#{{method.kebabCase}}) |{{#if summary}} {{summary.originalWithBr}}{{/if}} | {{/each}} {{/each}} {{/if}} diff --git a/src/main/resources/java/src/main/java/packagename/apis/paths/ApiDoc.hbs b/src/main/resources/java/src/main/java/packagename/apis/paths/ApiDoc.hbs index 4cbd53eb180..278d4a336ef 100644 --- a/src/main/resources/java/src/main/java/packagename/apis/paths/ApiDoc.hbs +++ b/src/main/resources/java/src/main/java/packagename/apis/paths/ApiDoc.hbs @@ -6,7 +6,7 @@ public class {{pathItem.jsonPathPiece.pascalCase}} extends extends ApiClient imp {{/each}} {{#with pathItem}} -an api client class which contains all the routes for path="{{original}}" +an api client class which contains all the routes for path="{{jsonPathPiece.original}}" {{#if description}} {{description.originalWithBr}} {{/if}} diff --git a/src/main/resources/java/src/main/java/packagename/components/requestbodies/RequestBody.hbs b/src/main/resources/java/src/main/java/packagename/components/requestbodies/RequestBody.hbs index cbb8f3b903a..7efdd7302e2 100644 --- a/src/main/resources/java/src/main/java/packagename/components/requestbodies/RequestBody.hbs +++ b/src/main/resources/java/src/main/java/packagename/components/requestbodies/RequestBody.hbs @@ -1,5 +1,3 @@ -{{> _helper_header }} - {{#with requestBody}} package {{packageName}}.{{subpackage}}; diff --git a/src/main/resources/java/src/main/java/packagename/configurations/ApiConfiguration.hbs b/src/main/resources/java/src/main/java/packagename/configurations/ApiConfiguration.hbs index 4d6caf869bb..251dfb5e375 100644 --- a/src/main/resources/java/src/main/java/packagename/configurations/ApiConfiguration.hbs +++ b/src/main/resources/java/src/main/java/packagename/configurations/ApiConfiguration.hbs @@ -40,6 +40,7 @@ public class ApiConfiguration { {{#if securitySchemes}} private final Map, SecurityScheme> securitySchemeInfo; {{/if}} + private final Map> defaultHeaders; public ApiConfiguration() { serverInfo = new ServerInfoBuilder().build(); @@ -52,9 +53,10 @@ public class ApiConfiguration { securitySchemeInfo = new HashMap<>(); {{/if}} timeout = null; + defaultHeaders = new HashMap<>(); } - public ApiConfiguration(ServerInfo serverInfo, ServerIndexInfo serverIndexInfo{{#if securitySchemes}}, List securitySchemes{{/if}}{{#gt allSecurity.size 0}}, SecurityIndexInfo securityIndexInfo{{/gt}}, Duration timeout) { + public ApiConfiguration(ServerInfo serverInfo, ServerIndexInfo serverIndexInfo{{#if securitySchemes}}, List securitySchemes{{/if}}{{#gt allSecurity.size 0}}, SecurityIndexInfo securityIndexInfo{{/gt}}, Duration timeout, Map> defaultHeaders) { this.serverInfo = serverInfo; this.serverIndexInfo = serverIndexInfo; {{#gt allSecurity.size 0}} @@ -68,6 +70,7 @@ public class ApiConfiguration { } {{/if}} this.timeout = timeout; + this.defaultHeaders = defaultHeaders; } public static class ServerInfo { @@ -231,7 +234,7 @@ public class ApiConfiguration { {{/if}} public Map> getDefaultHeaders() { - return new HashMap<>(); + return defaultHeaders; } public @Nullable Duration getTimeout() { diff --git a/src/main/resources/java/src/main/java/packagename/paths/path/verb/_OperationDocCodeSample.hbs b/src/main/resources/java/src/main/java/packagename/paths/path/verb/_OperationDocCodeSample.hbs index 02cf79ee2dc..75914534712 100644 --- a/src/main/resources/java/src/main/java/packagename/paths/path/verb/_OperationDocCodeSample.hbs +++ b/src/main/resources/java/src/main/java/packagename/paths/path/verb/_OperationDocCodeSample.hbs @@ -89,6 +89,7 @@ import {{packageName}}.{{subpackage}}.{{jsonPathPiece.pascalCase}}; import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.Map; import java.util.AbstractMap; // if you want to use a server that is not SERVER_0 pass it in here and change the ServerIndex input below @@ -144,6 +145,7 @@ ApiConfiguration.SecurityIndexInfo securityIndexInfo = new ApiConfiguration.Secu {{/if}} {{/each}} Duration timeout = Duration.ofSeconds(1L); +Map> defaultHeaders = Map.of("User-Agent", List.of("{{#if httpUserAgent}}{{{httpUserAgent}}}{{else}}OpenAPI-JSON-Schema-Generator/{{{artifactVersion}}}/java{{/if}}")); ApiConfiguration apiConfiguration = new ApiConfiguration( serverInfo serverIndexInfo, @@ -157,7 +159,8 @@ ApiConfiguration apiConfiguration = new ApiConfiguration( {{/each}} {{/if}} {{/each}} - timeout + timeout, + defaultHeaders ); SchemaConfiguration schemaConfiguration = new SchemaConfiguration(new JsonSchemaKeywordFlags.Builder().build()); {{apiFullyQualifiedClass}} apiClient = new {{apiFullyQualifiedClass}}(apiConfiguration, schemaConfiguration); diff --git a/src/main/resources/python/README.hbs b/src/main/resources/python/README.hbs index 80056a35f4b..35c8aadd2ec 100644 --- a/src/main/resources/python/README.hbs +++ b/src/main/resources/python/README.hbs @@ -5,12 +5,12 @@ This Python package is automatically generated by the [OpenAPI JSON Schema Generator](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) project: -- API version: {{appVersion}} -- Package version: {{packageVersion}} +- OpenAPI document version: {{appVersion}} +- Python Package version: {{packageVersion}} {{#unless hideGenerationTimestamp}} - Build date: {{generatedDate}} {{/unless}} -- Build package: {{generatorClass}} +- OpenAPI JSON Schema Generator, Generator: {{generatorClass}} {{#if infoUrl}} For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}}) {{/if}}