Skip to content

Commit df681a2

Browse files
committed
update samples
1 parent e13fcb3 commit df681a2

File tree

67 files changed

+146
-207
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+146
-207
lines changed

samples/client/petstore/csharp-netcore/OpenAPIClient/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Name | Type | Description | Notes
1111
**MapArrayAnytype** | **Dictionary<string, List<Object>>** | | [optional]
1212
**MapMapString** | **Dictionary<string, Dictionary<string, string>>** | | [optional]
1313
**MapMapAnytype** | **Dictionary<string, Dictionary<string, Object>>** | | [optional]
14-
**Anytype1** | [**Object**](.md) | | [optional]
15-
**Anytype2** | [**Object**](.md) | | [optional]
16-
**Anytype3** | [**Object**](.md) | | [optional]
14+
**Anytype1** | **Object** | | [optional]
15+
**Anytype2** | **Object** | | [optional]
16+
**Anytype3** | **Object** | | [optional]
1717

1818
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1919

samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Name | Type | Description | Notes
1111
**MapArrayAnytype** | **Dictionary<string, List<Object>>** | | [optional]
1212
**MapMapString** | **Dictionary<string, Dictionary<string, string>>** | | [optional]
1313
**MapMapAnytype** | **Dictionary<string, Dictionary<string, Object>>** | | [optional]
14-
**Anytype1** | [**Object**](.md) | | [optional]
15-
**Anytype2** | [**Object**](.md) | | [optional]
16-
**Anytype3** | [**Object**](.md) | | [optional]
14+
**Anytype1** | **Object** | | [optional]
15+
**Anytype2** | **Object** | | [optional]
16+
**Anytype3** | **Object** | | [optional]
1717

1818
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1919

samples/client/petstore/csharp/OpenAPIClient/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Name | Type | Description | Notes
1313
**MapArrayAnytype** | **Dictionary<string, List<Object>>** | | [optional]
1414
**MapMapString** | **Dictionary<string, Dictionary<string, string>>** | | [optional]
1515
**MapMapAnytype** | **Dictionary<string, Dictionary<string, Object>>** | | [optional]
16-
**Anytype1** | [**Object**](.md) | | [optional]
17-
**Anytype2** | [**Object**](.md) | | [optional]
18-
**Anytype3** | [**Object**](.md) | | [optional]
16+
**Anytype1** | **Object** | | [optional]
17+
**Anytype2** | **Object** | | [optional]
18+
**Anytype3** | **Object** | | [optional]
1919

2020
[[Back to Model list]](../README.md#documentation-for-models)
2121
[[Back to API list]](../README.md#documentation-for-api-endpoints)

samples/client/petstore/elixir/lib/openapi_petstore/model/additional_properties_class.ex

+1-5
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,8 @@ defmodule OpenapiPetstore.Model.AdditionalPropertiesClass do
3838
end
3939

4040
defimpl Poison.Decoder, for: OpenapiPetstore.Model.AdditionalPropertiesClass do
41-
import OpenapiPetstore.Deserializer
42-
def decode(value, options) do
41+
def decode(value, _options) do
4342
value
44-
|> deserialize(:"anytype_1", :struct, OpenapiPetstore.Model.Map, options)
45-
|> deserialize(:"anytype_2", :struct, OpenapiPetstore.Model.Map, options)
46-
|> deserialize(:"anytype_3", :struct, OpenapiPetstore.Model.Map, options)
4743
end
4844
end
4945

samples/client/petstore/go-experimental/go-petstore/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Name | Type | Description | Notes
1212
**MapArrayAnytype** | Pointer to [**map[string][]map[string]interface{}**](array.md) | | [optional]
1313
**MapMapString** | Pointer to [**map[string]map[string]string**](map.md) | | [optional]
1414
**MapMapAnytype** | Pointer to [**map[string]map[string]map[string]interface{}**](map.md) | | [optional]
15-
**Anytype1** | Pointer to [**map[string]interface{}**](.md) | | [optional]
16-
**Anytype2** | Pointer to [**map[string]interface{}**](.md) | | [optional]
17-
**Anytype3** | Pointer to [**map[string]interface{}**](.md) | | [optional]
15+
**Anytype1** | Pointer to **map[string]interface{}** | | [optional]
16+
**Anytype2** | Pointer to **map[string]interface{}** | | [optional]
17+
**Anytype3** | Pointer to **map[string]interface{}** | | [optional]
1818

1919
## Methods
2020

samples/client/petstore/go/go-petstore-withXml/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Name | Type | Description | Notes
1212
**MapArrayAnytype** | [**map[string][]map[string]interface{}**](array.md) | | [optional]
1313
**MapMapString** | [**map[string]map[string]string**](map.md) | | [optional]
1414
**MapMapAnytype** | [**map[string]map[string]map[string]interface{}**](map.md) | | [optional]
15-
**Anytype1** | [**map[string]interface{}**](.md) | | [optional]
16-
**Anytype2** | [**map[string]interface{}**](.md) | | [optional]
17-
**Anytype3** | [**map[string]interface{}**](.md) | | [optional]
15+
**Anytype1** | **map[string]interface{}** | | [optional]
16+
**Anytype2** | **map[string]interface{}** | | [optional]
17+
**Anytype3** | **map[string]interface{}** | | [optional]
1818

1919
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2020

samples/client/petstore/go/go-petstore/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Name | Type | Description | Notes
1212
**MapArrayAnytype** | [**map[string][]map[string]interface{}**](array.md) | | [optional]
1313
**MapMapString** | [**map[string]map[string]string**](map.md) | | [optional]
1414
**MapMapAnytype** | [**map[string]map[string]map[string]interface{}**](map.md) | | [optional]
15-
**Anytype1** | [**map[string]interface{}**](.md) | | [optional]
16-
**Anytype2** | [**map[string]interface{}**](.md) | | [optional]
17-
**Anytype3** | [**map[string]interface{}**](.md) | | [optional]
15+
**Anytype1** | **map[string]interface{}** | | [optional]
16+
**Anytype2** | **map[string]interface{}** | | [optional]
17+
**Anytype3** | **map[string]interface{}** | | [optional]
1818

1919
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2020

samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
1414
**mapArrayAnytype** | [**Map<String, List<Object>>**](List.md) | | [optional]
1515
**mapMapString** | [**Map<String, Map<String, String>>**](Map.md) | | [optional]
1616
**mapMapAnytype** | [**Map<String, Map<String, Object>>**](Map.md) | | [optional]
17-
**anytype1** | [**Object**](.md) | | [optional]
18-
**anytype2** | [**Object**](.md) | | [optional]
19-
**anytype3** | [**Object**](.md) | | [optional]
17+
**anytype1** | **Object** | | [optional]
18+
**anytype2** | **Object** | | [optional]
19+
**anytype3** | **Object** | | [optional]
2020

2121

2222

samples/client/petstore/java/jersey1/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
1414
**mapArrayAnytype** | [**Map<String, List<Object>>**](List.md) | | [optional]
1515
**mapMapString** | [**Map<String, Map<String, String>>**](Map.md) | | [optional]
1616
**mapMapAnytype** | [**Map<String, Map<String, Object>>**](Map.md) | | [optional]
17-
**anytype1** | [**Object**](.md) | | [optional]
18-
**anytype2** | [**Object**](.md) | | [optional]
19-
**anytype3** | [**Object**](.md) | | [optional]
17+
**anytype1** | **Object** | | [optional]
18+
**anytype2** | **Object** | | [optional]
19+
**anytype3** | **Object** | | [optional]
2020

2121

2222

samples/client/petstore/java/jersey2-java6/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
1414
**mapArrayAnytype** | [**Map<String, List<Object>>**](List.md) | | [optional]
1515
**mapMapString** | [**Map<String, Map<String, String>>**](Map.md) | | [optional]
1616
**mapMapAnytype** | [**Map<String, Map<String, Object>>**](Map.md) | | [optional]
17-
**anytype1** | [**Object**](.md) | | [optional]
18-
**anytype2** | [**Object**](.md) | | [optional]
19-
**anytype3** | [**Object**](.md) | | [optional]
17+
**anytype1** | **Object** | | [optional]
18+
**anytype2** | **Object** | | [optional]
19+
**anytype3** | **Object** | | [optional]
2020

2121

2222

samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
1414
**mapArrayAnytype** | [**Map<String, List<Object>>**](List.md) | | [optional]
1515
**mapMapString** | [**Map<String, Map<String, String>>**](Map.md) | | [optional]
1616
**mapMapAnytype** | [**Map<String, Map<String, Object>>**](Map.md) | | [optional]
17-
**anytype1** | [**Object**](.md) | | [optional]
18-
**anytype2** | [**Object**](.md) | | [optional]
19-
**anytype3** | [**Object**](.md) | | [optional]
17+
**anytype1** | **Object** | | [optional]
18+
**anytype2** | **Object** | | [optional]
19+
**anytype3** | **Object** | | [optional]
2020

2121

2222

samples/client/petstore/java/jersey2/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
1414
**mapArrayAnytype** | [**Map<String, List<Object>>**](List.md) | | [optional]
1515
**mapMapString** | [**Map<String, Map<String, String>>**](Map.md) | | [optional]
1616
**mapMapAnytype** | [**Map<String, Map<String, Object>>**](Map.md) | | [optional]
17-
**anytype1** | [**Object**](.md) | | [optional]
18-
**anytype2** | [**Object**](.md) | | [optional]
19-
**anytype3** | [**Object**](.md) | | [optional]
17+
**anytype1** | **Object** | | [optional]
18+
**anytype2** | **Object** | | [optional]
19+
**anytype3** | **Object** | | [optional]
2020

2121

2222

samples/client/petstore/java/native/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
1414
**mapArrayAnytype** | [**Map<String, List<Object>>**](List.md) | | [optional]
1515
**mapMapString** | [**Map<String, Map<String, String>>**](Map.md) | | [optional]
1616
**mapMapAnytype** | [**Map<String, Map<String, Object>>**](Map.md) | | [optional]
17-
**anytype1** | [**Object**](.md) | | [optional]
18-
**anytype2** | [**Object**](.md) | | [optional]
19-
**anytype3** | [**Object**](.md) | | [optional]
17+
**anytype1** | **Object** | | [optional]
18+
**anytype2** | **Object** | | [optional]
19+
**anytype3** | **Object** | | [optional]
2020

2121

2222

samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
1414
**mapArrayAnytype** | [**Map<String, List<Object>>**](List.md) | | [optional]
1515
**mapMapString** | [**Map<String, Map<String, String>>**](Map.md) | | [optional]
1616
**mapMapAnytype** | [**Map<String, Map<String, Object>>**](Map.md) | | [optional]
17-
**anytype1** | [**Object**](.md) | | [optional]
18-
**anytype2** | [**Object**](.md) | | [optional]
19-
**anytype3** | [**Object**](.md) | | [optional]
17+
**anytype1** | **Object** | | [optional]
18+
**anytype2** | **Object** | | [optional]
19+
**anytype3** | **Object** | | [optional]
2020

2121

2222
## Implemented Interfaces

samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -481,9 +481,9 @@ public void writeToParcel(Parcel out, int flags) {
481481
mapArrayAnytype = (Map<String, List<Object>>)in.readValue(List.class.getClassLoader());
482482
mapMapString = (Map<String, Map<String, String>>)in.readValue(Map.class.getClassLoader());
483483
mapMapAnytype = (Map<String, Map<String, Object>>)in.readValue(Map.class.getClassLoader());
484-
anytype1 = (Object)in.readValue(.class.getClassLoader());
485-
anytype2 = (Object)in.readValue(.class.getClassLoader());
486-
anytype3 = (Object)in.readValue(.class.getClassLoader());
484+
anytype1 = (Object)in.readValue(null);
485+
anytype2 = (Object)in.readValue(null);
486+
anytype3 = (Object)in.readValue(null);
487487
}
488488

489489
public int describeContents() {

samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
1414
**mapArrayAnytype** | [**Map&lt;String, List&lt;Object&gt;&gt;**](List.md) | | [optional]
1515
**mapMapString** | [**Map&lt;String, Map&lt;String, String&gt;&gt;**](Map.md) | | [optional]
1616
**mapMapAnytype** | [**Map&lt;String, Map&lt;String, Object&gt;&gt;**](Map.md) | | [optional]
17-
**anytype1** | [**Object**](.md) | | [optional]
18-
**anytype2** | [**Object**](.md) | | [optional]
19-
**anytype3** | [**Object**](.md) | | [optional]
17+
**anytype1** | **Object** | | [optional]
18+
**anytype2** | **Object** | | [optional]
19+
**anytype3** | **Object** | | [optional]
2020

2121

2222

samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
1414
**mapArrayAnytype** | [**Map&lt;String, List&lt;Object&gt;&gt;**](List.md) | | [optional]
1515
**mapMapString** | [**Map&lt;String, Map&lt;String, String&gt;&gt;**](Map.md) | | [optional]
1616
**mapMapAnytype** | [**Map&lt;String, Map&lt;String, Object&gt;&gt;**](Map.md) | | [optional]
17-
**anytype1** | [**Object**](.md) | | [optional]
18-
**anytype2** | [**Object**](.md) | | [optional]
19-
**anytype3** | [**Object**](.md) | | [optional]
17+
**anytype1** | **Object** | | [optional]
18+
**anytype2** | **Object** | | [optional]
19+
**anytype3** | **Object** | | [optional]
2020

2121

2222

samples/client/petstore/java/rest-assured-jackson/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java

-3
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ public AdditionalPropertiesClass anytype1(Object anytype1) {
362362
* @return anytype1
363363
**/
364364
@javax.annotation.Nullable
365-
@Valid
366365
@ApiModelProperty(value = "")
367366
@JsonProperty(JSON_PROPERTY_ANYTYPE1)
368367
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -388,7 +387,6 @@ public AdditionalPropertiesClass anytype2(Object anytype2) {
388387
* @return anytype2
389388
**/
390389
@javax.annotation.Nullable
391-
@Valid
392390
@ApiModelProperty(value = "")
393391
@JsonProperty(JSON_PROPERTY_ANYTYPE2)
394392
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -414,7 +412,6 @@ public AdditionalPropertiesClass anytype3(Object anytype3) {
414412
* @return anytype3
415413
**/
416414
@javax.annotation.Nullable
417-
@Valid
418415
@ApiModelProperty(value = "")
419416
@JsonProperty(JSON_PROPERTY_ANYTYPE3)
420417
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
1414
**mapArrayAnytype** | [**Map&lt;String, List&lt;Object&gt;&gt;**](List.md) | | [optional]
1515
**mapMapString** | [**Map&lt;String, Map&lt;String, String&gt;&gt;**](Map.md) | | [optional]
1616
**mapMapAnytype** | [**Map&lt;String, Map&lt;String, Object&gt;&gt;**](Map.md) | | [optional]
17-
**anytype1** | [**Object**](.md) | | [optional]
18-
**anytype2** | [**Object**](.md) | | [optional]
19-
**anytype3** | [**Object**](.md) | | [optional]
17+
**anytype1** | **Object** | | [optional]
18+
**anytype2** | **Object** | | [optional]
19+
**anytype3** | **Object** | | [optional]
2020

2121

2222

samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java

-3
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ public AdditionalPropertiesClass anytype1(Object anytype1) {
345345
* @return anytype1
346346
**/
347347
@javax.annotation.Nullable
348-
@Valid
349348
@ApiModelProperty(value = "")
350349

351350
public Object getAnytype1() {
@@ -369,7 +368,6 @@ public AdditionalPropertiesClass anytype2(Object anytype2) {
369368
* @return anytype2
370369
**/
371370
@javax.annotation.Nullable
372-
@Valid
373371
@ApiModelProperty(value = "")
374372

375373
public Object getAnytype2() {
@@ -393,7 +391,6 @@ public AdditionalPropertiesClass anytype3(Object anytype3) {
393391
* @return anytype3
394392
**/
395393
@javax.annotation.Nullable
396-
@Valid
397394
@ApiModelProperty(value = "")
398395

399396
public Object getAnytype3() {

samples/client/petstore/java/resteasy/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
1414
**mapArrayAnytype** | [**Map&lt;String, List&lt;Object&gt;&gt;**](List.md) | | [optional]
1515
**mapMapString** | [**Map&lt;String, Map&lt;String, String&gt;&gt;**](Map.md) | | [optional]
1616
**mapMapAnytype** | [**Map&lt;String, Map&lt;String, Object&gt;&gt;**](Map.md) | | [optional]
17-
**anytype1** | [**Object**](.md) | | [optional]
18-
**anytype2** | [**Object**](.md) | | [optional]
19-
**anytype3** | [**Object**](.md) | | [optional]
17+
**anytype1** | **Object** | | [optional]
18+
**anytype2** | **Object** | | [optional]
19+
**anytype3** | **Object** | | [optional]
2020

2121

2222

samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
1414
**mapArrayAnytype** | [**Map&lt;String, List&lt;Object&gt;&gt;**](List.md) | | [optional]
1515
**mapMapString** | [**Map&lt;String, Map&lt;String, String&gt;&gt;**](Map.md) | | [optional]
1616
**mapMapAnytype** | [**Map&lt;String, Map&lt;String, Object&gt;&gt;**](Map.md) | | [optional]
17-
**anytype1** | [**Object**](.md) | | [optional]
18-
**anytype2** | [**Object**](.md) | | [optional]
19-
**anytype3** | [**Object**](.md) | | [optional]
17+
**anytype1** | **Object** | | [optional]
18+
**anytype2** | **Object** | | [optional]
19+
**anytype3** | **Object** | | [optional]
2020

2121

2222

samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
1414
**mapArrayAnytype** | [**Map&lt;String, List&lt;Object&gt;&gt;**](List.md) | | [optional]
1515
**mapMapString** | [**Map&lt;String, Map&lt;String, String&gt;&gt;**](Map.md) | | [optional]
1616
**mapMapAnytype** | [**Map&lt;String, Map&lt;String, Object&gt;&gt;**](Map.md) | | [optional]
17-
**anytype1** | [**Object**](.md) | | [optional]
18-
**anytype2** | [**Object**](.md) | | [optional]
19-
**anytype3** | [**Object**](.md) | | [optional]
17+
**anytype1** | **Object** | | [optional]
18+
**anytype2** | **Object** | | [optional]
19+
**anytype3** | **Object** | | [optional]
2020

2121

2222

samples/client/petstore/java/retrofit2-play24/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
1414
**mapArrayAnytype** | [**Map&lt;String, List&lt;Object&gt;&gt;**](List.md) | | [optional]
1515
**mapMapString** | [**Map&lt;String, Map&lt;String, String&gt;&gt;**](Map.md) | | [optional]
1616
**mapMapAnytype** | [**Map&lt;String, Map&lt;String, Object&gt;&gt;**](Map.md) | | [optional]
17-
**anytype1** | [**Object**](.md) | | [optional]
18-
**anytype2** | [**Object**](.md) | | [optional]
19-
**anytype3** | [**Object**](.md) | | [optional]
17+
**anytype1** | **Object** | | [optional]
18+
**anytype2** | **Object** | | [optional]
19+
**anytype3** | **Object** | | [optional]
2020

2121

2222

samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java

-3
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ public AdditionalPropertiesClass anytype1(Object anytype1) {
361361
* @return anytype1
362362
**/
363363
@javax.annotation.Nullable
364-
@Valid
365364
@ApiModelProperty(value = "")
366365
@JsonProperty(JSON_PROPERTY_ANYTYPE1)
367366
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -387,7 +386,6 @@ public AdditionalPropertiesClass anytype2(Object anytype2) {
387386
* @return anytype2
388387
**/
389388
@javax.annotation.Nullable
390-
@Valid
391389
@ApiModelProperty(value = "")
392390
@JsonProperty(JSON_PROPERTY_ANYTYPE2)
393391
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -413,7 +411,6 @@ public AdditionalPropertiesClass anytype3(Object anytype3) {
413411
* @return anytype3
414412
**/
415413
@javax.annotation.Nullable
416-
@Valid
417414
@ApiModelProperty(value = "")
418415
@JsonProperty(JSON_PROPERTY_ANYTYPE3)
419416
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

samples/client/petstore/java/retrofit2-play25/docs/AdditionalPropertiesClass.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
1414
**mapArrayAnytype** | [**Map&lt;String, List&lt;Object&gt;&gt;**](List.md) | | [optional]
1515
**mapMapString** | [**Map&lt;String, Map&lt;String, String&gt;&gt;**](Map.md) | | [optional]
1616
**mapMapAnytype** | [**Map&lt;String, Map&lt;String, Object&gt;&gt;**](Map.md) | | [optional]
17-
**anytype1** | [**Object**](.md) | | [optional]
18-
**anytype2** | [**Object**](.md) | | [optional]
19-
**anytype3** | [**Object**](.md) | | [optional]
17+
**anytype1** | **Object** | | [optional]
18+
**anytype2** | **Object** | | [optional]
19+
**anytype3** | **Object** | | [optional]
2020

2121

2222

samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java

-3
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ public AdditionalPropertiesClass anytype1(Object anytype1) {
361361
* @return anytype1
362362
**/
363363
@javax.annotation.Nullable
364-
@Valid
365364
@ApiModelProperty(value = "")
366365
@JsonProperty(JSON_PROPERTY_ANYTYPE1)
367366
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -387,7 +386,6 @@ public AdditionalPropertiesClass anytype2(Object anytype2) {
387386
* @return anytype2
388387
**/
389388
@javax.annotation.Nullable
390-
@Valid
391389
@ApiModelProperty(value = "")
392390
@JsonProperty(JSON_PROPERTY_ANYTYPE2)
393391
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -413,7 +411,6 @@ public AdditionalPropertiesClass anytype3(Object anytype3) {
413411
* @return anytype3
414412
**/
415413
@javax.annotation.Nullable
416-
@Valid
417414
@ApiModelProperty(value = "")
418415
@JsonProperty(JSON_PROPERTY_ANYTYPE3)
419416
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

0 commit comments

Comments
 (0)