You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: modules/openapi-json-schema-generator/src/test/resources/3_0/python/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml
Copy file name to clipboardExpand all lines: samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/this_package/configuration.py
+9-39
Original file line number
Diff line number
Diff line change
@@ -42,17 +42,6 @@ class Configuration(object):
42
42
The dict value is an API key prefix when generating the auth data.
43
43
:param username: Username for HTTP basic authentication
44
44
:param password: Password for HTTP basic authentication
45
-
:param discard_unknown_keys: Boolean value indicating whether to discard
46
-
unknown properties. A server may send a response that includes additional
47
-
properties that are not known by the client in the following scenarios:
48
-
1. The OpenAPI document is incomplete, i.e. it does not match the server
49
-
implementation.
50
-
2. The client was generated using an older version of the OpenAPI document
51
-
and the server has been upgraded since then.
52
-
If a schema in the OpenAPI document defines the additionalProperties attribute,
53
-
then all undeclared properties received by the server are injected into the
54
-
additional properties map. In that case, there are undeclared properties, and
55
-
nothing to discard.
56
45
:param disabled_client_side_validations (string): Comma-separated list of
57
46
JSON schema validation keywords to disable JSON schema structural validation
58
47
rules. The following keywords may be specified: multipleOf, maximum,
0 commit comments