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 extends JsonSchema> | additionalProperties = [CommonparamsubdirDeleteadditionalProperties.class](#commonparamsubdirdeleteadditionalproperties) |
+| Class extends JsonSchema> | 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 extends JsonSchema> | additionalProperties = [CommonparamsubdirDeleteadditionalProperties.class](#commonparamsubdirdeleteadditionalproperties) |
+| Class extends JsonSchema> | 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 extends JsonSchema> | additionalProperties = [CommonparamsubdirGetadditionalProperties.class](#commonparamsubdirgetadditionalproperties) |
+| Class extends JsonSchema> | 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 extends JsonSchema> | additionalProperties = [CommonparamsubdirGetadditionalProperties.class](#commonparamsubdirgetadditionalproperties) |
+| Class extends JsonSchema> | 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 extends JsonSchema> | additionalProperties = [CommonparamsubdirPostadditionalProperties.class](#commonparamsubdirpostadditionalproperties) |
+| Class extends JsonSchema> | 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 extends JsonSchema> | additionalProperties = [CommonparamsubdirPostadditionalProperties.class](#commonparamsubdirpostadditionalproperties) |
+| Class extends JsonSchema> | 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 extends JsonSchema> | additionalProperties = [FakeDeleteadditionalProperties.class](#fakedeleteadditionalproperties) |
+| Class extends JsonSchema> | 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 extends JsonSchema> | additionalProperties = [FakeDeleteadditionalProperties.class](#fakedeleteadditionalproperties) |
+| Class extends JsonSchema> | 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 extends JsonSchema> | additionalProperties = [FakeGetadditionalProperties.class](#fakegetadditionalproperties) |
+| Class extends JsonSchema> | 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 extends JsonSchema> | additionalProperties = [FakeGetadditionalProperties.class](#fakegetadditionalproperties) |
+| Class extends JsonSchema> | 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