update samples

This commit is contained in:
William Cheng
2023-11-19 17:36:25 +08:00
parent 97704841c5
commit 8e36014ae6
214 changed files with 608 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ To test HTTP basic authentication
### Example
* Basic Authentication (http_auth):
```python
import time
import os
@@ -59,6 +60,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
This endpoint does not need any parameter.
### Return type
@@ -75,6 +77,7 @@ This endpoint does not need any parameter.
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -91,6 +94,7 @@ To test HTTP bearer authentication
### Example
* Bearer Authentication (http_bearer_auth):
```python
import time
import os
@@ -131,6 +135,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
This endpoint does not need any parameter.
### Return type
@@ -147,6 +152,7 @@ This endpoint does not need any parameter.
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**size** | **str** | | [optional]

View File

@@ -23,6 +23,7 @@ Test binary (gif) response body
### Example
```python
import time
import os
@@ -54,6 +55,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
This endpoint does not need any parameter.
### Return type
@@ -70,6 +72,7 @@ No authorization required
- **Accept**: image/gif
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -85,6 +88,7 @@ Test body parameter(s)
### Example
```python
import time
import os
@@ -118,6 +122,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**body** | **bytearray**| | [optional]
@@ -136,6 +141,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -151,6 +157,7 @@ Test array of binary in multipart mime
### Example
```python
import time
import os
@@ -184,6 +191,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**files** | **List[bytearray]**| |
@@ -202,6 +210,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -217,6 +226,7 @@ Test body parameter(s)
### Example
```python
import time
import os
@@ -251,6 +261,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**pet** | [**Pet**](Pet.md)| Pet object that needs to be added to the store | [optional]
@@ -269,6 +280,7 @@ No authorization required
- **Accept**: application/json
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -284,6 +296,7 @@ Test free form object
### Example
```python
import time
import os
@@ -317,6 +330,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**body** | **object**| Free form object | [optional]
@@ -335,6 +349,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -350,6 +365,7 @@ Test body parameter(s)
### Example
```python
import time
import os
@@ -384,6 +400,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**pet** | [**Pet**](Pet.md)| Pet object that needs to be added to the store | [optional]
@@ -402,6 +419,7 @@ No authorization required
- **Accept**: application/json
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -417,6 +435,7 @@ Test empty response body
### Example
```python
import time
import os
@@ -451,6 +470,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**pet** | [**Pet**](Pet.md)| Pet object that needs to be added to the store | [optional]
@@ -469,6 +489,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -484,6 +505,7 @@ Test empty json (request body)
### Example
```python
import time
import os
@@ -518,6 +540,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**tag** | [**Tag**](Tag.md)| Tag object | [optional]
@@ -536,6 +559,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**suffix** | **str** | test suffix | [optional]

View File

@@ -3,6 +3,7 @@
to test the default value of properties
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**array_string_enum_ref_default** | [**List[StringEnumRef]**](StringEnumRef.md) | | [optional] [default to ["success","failure"]]

View File

@@ -17,6 +17,7 @@ Test form parameter(s)
### Example
```python
import time
import os
@@ -52,6 +53,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**integer_form** | **int**| | [optional]
@@ -72,6 +74,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -87,6 +90,7 @@ Test form parameter(s) for oneOf schema
### Example
```python
import time
import os
@@ -125,6 +129,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**form1** | **str**| | [optional]
@@ -148,6 +153,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |

View File

@@ -16,6 +16,7 @@ Test header parameter(s)
### Example
```python
import time
import os
@@ -54,6 +55,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**integer_header** | **int**| | [optional]
@@ -76,6 +78,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**number** | **float** | | [optional]

View File

@@ -16,6 +16,7 @@ Test path parameter(s)
### Example
```python
import time
import os
@@ -53,6 +54,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**path_string** | **str**| |
@@ -74,6 +76,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | Query | [optional]

View File

@@ -23,6 +23,7 @@ Test query parameter(s)
### Example
```python
import time
import os
@@ -58,6 +59,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**enum_nonref_string_query** | **str**| | [optional]
@@ -77,6 +79,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -92,6 +95,7 @@ Test query parameter(s)
### Example
```python
import time
import os
@@ -127,6 +131,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**datetime_query** | **datetime**| | [optional]
@@ -147,6 +152,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -162,6 +168,7 @@ Test query parameter(s)
### Example
```python
import time
import os
@@ -197,6 +204,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**integer_query** | **int**| | [optional]
@@ -217,6 +225,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -232,6 +241,7 @@ Test query parameter(s)
### Example
```python
import time
import os
@@ -266,6 +276,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**query_object** | [**Pet**](.md)| | [optional]
@@ -284,6 +295,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -299,6 +311,7 @@ Test query parameter(s)
### Example
```python
import time
import os
@@ -332,6 +345,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**query_object** | [**TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter**](.md)| | [optional]
@@ -350,6 +364,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -365,6 +380,7 @@ Test query parameter(s)
### Example
```python
import time
import os
@@ -399,6 +415,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**query_object** | [**TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter**](.md)| | [optional]
@@ -417,6 +434,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -432,6 +450,7 @@ Test query parameter(s)
### Example
```python
import time
import os
@@ -466,6 +485,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**query_object** | [**Pet**](.md)| | [optional]
@@ -484,6 +504,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -499,6 +520,7 @@ Test query parameter(s)
### Example
```python
import time
import os
@@ -532,6 +554,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**query_object** | [**DataQuery**](.md)| | [optional]
@@ -550,6 +573,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**size** | **str** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**values** | **List[str]** | | [optional]

View File

@@ -18,6 +18,7 @@ To test HTTP basic authentication
### Example
* Basic Authentication (http_auth):
```python
import time
import os
@@ -59,6 +60,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
This endpoint does not need any parameter.
### Return type
@@ -75,6 +77,7 @@ This endpoint does not need any parameter.
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -91,6 +94,7 @@ To test HTTP bearer authentication
### Example
* Bearer Authentication (http_bearer_auth):
```python
import time
import os
@@ -131,6 +135,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
This endpoint does not need any parameter.
### Return type
@@ -147,6 +152,7 @@ This endpoint does not need any parameter.
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**size** | **str** | | [optional]

View File

@@ -23,6 +23,7 @@ Test binary (gif) response body
### Example
```python
import time
import os
@@ -54,6 +55,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
This endpoint does not need any parameter.
### Return type
@@ -70,6 +72,7 @@ No authorization required
- **Accept**: image/gif
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -85,6 +88,7 @@ Test body parameter(s)
### Example
```python
import time
import os
@@ -118,6 +122,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**body** | **bytearray**| | [optional]
@@ -136,6 +141,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -151,6 +157,7 @@ Test array of binary in multipart mime
### Example
```python
import time
import os
@@ -184,6 +191,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**files** | **List[bytearray]**| |
@@ -202,6 +210,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -217,6 +226,7 @@ Test body parameter(s)
### Example
```python
import time
import os
@@ -251,6 +261,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**pet** | [**Pet**](Pet.md)| Pet object that needs to be added to the store | [optional]
@@ -269,6 +280,7 @@ No authorization required
- **Accept**: application/json
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -284,6 +296,7 @@ Test free form object
### Example
```python
import time
import os
@@ -317,6 +330,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**body** | **object**| Free form object | [optional]
@@ -335,6 +349,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -350,6 +365,7 @@ Test body parameter(s)
### Example
```python
import time
import os
@@ -384,6 +400,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**pet** | [**Pet**](Pet.md)| Pet object that needs to be added to the store | [optional]
@@ -402,6 +419,7 @@ No authorization required
- **Accept**: application/json
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -417,6 +435,7 @@ Test empty response body
### Example
```python
import time
import os
@@ -451,6 +470,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**pet** | [**Pet**](Pet.md)| Pet object that needs to be added to the store | [optional]
@@ -469,6 +489,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -484,6 +505,7 @@ Test empty json (request body)
### Example
```python
import time
import os
@@ -518,6 +540,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**tag** | [**Tag**](Tag.md)| Tag object | [optional]
@@ -536,6 +559,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**suffix** | **str** | test suffix | [optional]

View File

@@ -3,6 +3,7 @@
to test the default value of properties
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**array_string_enum_ref_default** | [**List[StringEnumRef]**](StringEnumRef.md) | | [optional] [default to ["success","failure"]]

View File

@@ -17,6 +17,7 @@ Test form parameter(s)
### Example
```python
import time
import os
@@ -52,6 +53,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**integer_form** | **int**| | [optional]
@@ -72,6 +74,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -87,6 +90,7 @@ Test form parameter(s) for oneOf schema
### Example
```python
import time
import os
@@ -125,6 +129,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**form1** | **str**| | [optional]
@@ -148,6 +153,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |

View File

@@ -16,6 +16,7 @@ Test header parameter(s)
### Example
```python
import time
import os
@@ -54,6 +55,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**integer_header** | **int**| | [optional]
@@ -76,6 +78,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**number** | **float** | | [optional]

View File

@@ -16,6 +16,7 @@ Test path parameter(s)
### Example
```python
import time
import os
@@ -53,6 +54,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**path_string** | **str**| |
@@ -74,6 +76,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | Query | [optional]

View File

@@ -23,6 +23,7 @@ Test query parameter(s)
### Example
```python
import time
import os
@@ -58,6 +59,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**enum_nonref_string_query** | **str**| | [optional]
@@ -77,6 +79,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -92,6 +95,7 @@ Test query parameter(s)
### Example
```python
import time
import os
@@ -127,6 +131,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**datetime_query** | **datetime**| | [optional]
@@ -147,6 +152,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -162,6 +168,7 @@ Test query parameter(s)
### Example
```python
import time
import os
@@ -197,6 +204,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**integer_query** | **int**| | [optional]
@@ -217,6 +225,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -232,6 +241,7 @@ Test query parameter(s)
### Example
```python
import time
import os
@@ -266,6 +276,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**query_object** | [**Pet**](.md)| | [optional]
@@ -284,6 +295,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -299,6 +311,7 @@ Test query parameter(s)
### Example
```python
import time
import os
@@ -332,6 +345,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**query_object** | [**TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter**](.md)| | [optional]
@@ -350,6 +364,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -365,6 +380,7 @@ Test query parameter(s)
### Example
```python
import time
import os
@@ -399,6 +415,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**query_object** | [**TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter**](.md)| | [optional]
@@ -417,6 +434,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -432,6 +450,7 @@ Test query parameter(s)
### Example
```python
import time
import os
@@ -466,6 +485,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**query_object** | [**Pet**](.md)| | [optional]
@@ -484,6 +504,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
@@ -499,6 +520,7 @@ Test query parameter(s)
### Example
```python
import time
import os
@@ -532,6 +554,7 @@ with openapi_client.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**query_object** | [**DataQuery**](.md)| | [optional]
@@ -550,6 +573,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**size** | **str** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**values** | **List[str]** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**map_property** | **Dict[str, str]** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**username** | **str** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**class_name** | **str** | |

View File

@@ -16,6 +16,7 @@ To test special tags and operation ID starting with number
### Example
```python
import time
import os
@@ -50,6 +51,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**client** | [**Client**](Client.md)| client model |
@@ -68,6 +70,7 @@ No authorization required
- **Accept**: application/json
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |

View File

@@ -3,6 +3,7 @@
Any of RGB array, RGBA array, or hex string.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**class_name** | **str** | |

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **int** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**another_property** | **List[List[Tag]]** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**array_array_number** | **List[List[float]]** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**array_number** | **List[float]** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**array_of_string** | **List[str]** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**class_name** | **str** | |

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**small_camel** | **str** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**declawed** | **bool** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**size** | **int** | | [optional]

View File

@@ -3,6 +3,7 @@
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**var_class** | **str** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**client** | **str** | | [optional]

View File

@@ -3,6 +3,7 @@
RGB array, RGBA array, or hex string.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**info** | [**CreatureInfo**](CreatureInfo.md) | |

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | |

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**class_name** | **str** | |

View File

@@ -14,6 +14,7 @@ Method | HTTP request | Description
### Example
```python
import time
import os
@@ -45,6 +46,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
This endpoint does not need any parameter.
### Return type
@@ -61,6 +63,7 @@ No authorization required
- **Accept**: application/json
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**0** | response | - |

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**breed** | **str** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**category** | **str** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**just_symbol** | **str** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**enum_string** | **str** | | [optional]

View File

@@ -37,6 +37,7 @@ test any type request body
### Example
```python
import time
import os
@@ -68,6 +69,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**body** | **object**| | [optional]
@@ -86,6 +88,7 @@ No authorization required
- **Accept**: Not defined
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | OK | - |
@@ -99,6 +102,7 @@ test enum reference query parameter
### Example
```python
import time
import os
@@ -131,6 +135,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**enum_ref** | [**EnumClass**](.md)| enum reference | [optional]
@@ -149,6 +154,7 @@ No authorization required
- **Accept**: Not defined
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Get successful | - |
@@ -162,6 +168,7 @@ Health check endpoint
### Example
```python
import time
import os
@@ -194,6 +201,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
This endpoint does not need any parameter.
### Return type
@@ -210,6 +218,7 @@ No authorization required
- **Accept**: application/json
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | The instance started successfully | - |
@@ -223,6 +232,7 @@ test http signature authentication
### Example
```python
import time
import os
@@ -324,6 +334,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**pet** | [**Pet**](Pet.md)| Pet object that needs to be added to the store |
@@ -344,6 +355,7 @@ void (empty response body)
- **Accept**: Not defined
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | The instance started successfully | - |
@@ -359,6 +371,7 @@ Test serialization of outer boolean types
### Example
```python
import time
import os
@@ -391,6 +404,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**body** | **bool**| Input boolean as post body | [optional]
@@ -409,6 +423,7 @@ No authorization required
- **Accept**: */*
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Output boolean | - |
@@ -424,6 +439,7 @@ Test serialization of object with outer number type
### Example
```python
import time
import os
@@ -457,6 +473,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**outer_composite** | [**OuterComposite**](OuterComposite.md)| Input composite as post body | [optional]
@@ -475,6 +492,7 @@ No authorization required
- **Accept**: */*
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Output composite | - |
@@ -490,6 +508,7 @@ Test serialization of outer number types
### Example
```python
import time
import os
@@ -522,6 +541,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**body** | **float**| Input number as post body | [optional]
@@ -540,6 +560,7 @@ No authorization required
- **Accept**: */*
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Output number | - |
@@ -555,6 +576,7 @@ Test serialization of outer string types
### Example
```python
import time
import os
@@ -587,6 +609,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**body** | **str**| Input string as post body | [optional]
@@ -605,6 +628,7 @@ No authorization required
- **Accept**: */*
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Output string | - |
@@ -620,6 +644,7 @@ Test serialization of enum (int) properties with examples
### Example
```python
import time
import os
@@ -653,6 +678,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**outer_object_with_enum_property** | [**OuterObjectWithEnumProperty**](OuterObjectWithEnumProperty.md)| Input enum (int) as post body |
@@ -671,6 +697,7 @@ No authorization required
- **Accept**: */*
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Output enum (int) | - |
@@ -684,6 +711,7 @@ test returning list of objects
### Example
```python
import time
import os
@@ -716,6 +744,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
This endpoint does not need any parameter.
### Return type
@@ -732,6 +761,7 @@ No authorization required
- **Accept**: application/json
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | OK | - |
@@ -745,6 +775,7 @@ test uuid example
### Example
```python
import time
import os
@@ -776,6 +807,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**uuid_example** | **str**| uuid example |
@@ -794,6 +826,7 @@ No authorization required
- **Accept**: Not defined
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Get successful | - |
@@ -809,6 +842,7 @@ For this test, the body has to be a binary file.
### Example
```python
import time
import os
@@ -839,6 +873,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**body** | **bytearray**| image to upload |
@@ -857,6 +892,7 @@ No authorization required
- **Accept**: Not defined
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Success | - |
@@ -872,6 +908,7 @@ For this test, the body for this request must reference a schema named `File`.
### Example
```python
import time
import os
@@ -903,6 +940,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**file_schema_test_class** | [**FileSchemaTestClass**](FileSchemaTestClass.md)| |
@@ -921,6 +959,7 @@ No authorization required
- **Accept**: Not defined
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Success | - |
@@ -934,6 +973,7 @@ No authorization required
### Example
```python
import time
import os
@@ -966,6 +1006,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**query** | **str**| |
@@ -985,6 +1026,7 @@ No authorization required
- **Accept**: Not defined
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Success | - |
@@ -1000,6 +1042,7 @@ To test \"client\" model
### Example
```python
import time
import os
@@ -1034,6 +1077,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**client** | [**Client**](Client.md)| client model |
@@ -1052,6 +1096,7 @@ No authorization required
- **Accept**: application/json
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |
@@ -1065,6 +1110,7 @@ No authorization required
### Example
```python
import time
import os
@@ -1096,6 +1142,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**date_time_query** | **datetime**| |
@@ -1115,6 +1162,7 @@ No authorization required
- **Accept**: Not defined
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Success | - |
@@ -1130,6 +1178,7 @@ test empty and non-empty responses
### Example
```python
import time
import os
@@ -1159,6 +1208,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
This endpoint does not need any parameter.
### Return type
@@ -1175,6 +1225,7 @@ No authorization required
- **Accept**: text/plain
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**204** | Success, but no response content | - |
@@ -1192,6 +1243,7 @@ Fake endpoint for testing various parameters 假端點 偽のエンドポイン
### Example
* Basic Authentication (http_basic_test):
```python
import time
import os
@@ -1247,6 +1299,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**number** | **float**| None |
@@ -1279,6 +1332,7 @@ void (empty response body)
- **Accept**: Not defined
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**400** | Invalid username supplied | - |
@@ -1293,6 +1347,7 @@ test error responses with model
### Example
```python
import time
import os
@@ -1322,6 +1377,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
This endpoint does not need any parameter.
### Return type
@@ -1338,6 +1394,7 @@ No authorization required
- **Accept**: application/json
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**204** | Success, but no response content | - |
@@ -1356,6 +1413,7 @@ Fake endpoint to test group parameters (optional)
### Example
* Bearer (JWT) Authentication (bearer_test):
```python
import time
import os
@@ -1401,6 +1459,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**required_string_group** | **int**| Required String in group parameters |
@@ -1424,6 +1483,7 @@ void (empty response body)
- **Accept**: Not defined
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**400** | Someting wrong | - |
@@ -1439,6 +1499,7 @@ test inline additionalProperties
### Example
```python
import time
import os
@@ -1470,6 +1531,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**request_body** | [**Dict[str, str]**](str.md)| request body |
@@ -1488,6 +1550,7 @@ No authorization required
- **Accept**: Not defined
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |
@@ -1503,6 +1566,7 @@ test inline free-form additionalProperties
### Example
```python
import time
import os
@@ -1535,6 +1599,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**test_inline_freeform_additional_properties_request** | [**TestInlineFreeformAdditionalPropertiesRequest**](TestInlineFreeformAdditionalPropertiesRequest.md)| request body |
@@ -1553,6 +1618,7 @@ No authorization required
- **Accept**: Not defined
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |
@@ -1568,6 +1634,7 @@ test json serialization of form data
### Example
```python
import time
import os
@@ -1600,6 +1667,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**param** | **str**| field1 |
@@ -1619,6 +1687,7 @@ No authorization required
- **Accept**: Not defined
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |
@@ -1634,6 +1703,7 @@ To test the collection format in query parameters
### Example
```python
import time
import os
@@ -1670,6 +1740,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**pipe** | [**List[str]**](str.md)| |
@@ -1694,6 +1765,7 @@ No authorization required
- **Accept**: Not defined
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Success | - |

View File

@@ -17,6 +17,7 @@ To test class name in snake case
### Example
* Api Key Authentication (api_key_query):
```python
import time
import os
@@ -61,6 +62,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**client** | [**Client**](Client.md)| client model |
@@ -79,6 +81,7 @@ Name | Type | Description | Notes
- **Accept**: application/json
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |

View File

@@ -3,6 +3,7 @@
Must be named `File` for test.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**source_uri** | **str** | Test capitalization | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**file** | [**File**](File.md) | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**category** | **str** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bar** | **str** | | [optional] [default to 'bar']

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**string** | [**Foo**](Foo.md) | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**integer** | **int** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bar** | **str** | | [optional] [readonly]

View File

@@ -3,6 +3,7 @@
Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**nullable_message** | **str** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**a_property** | **object** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**var_123_list** | **str** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**shop_id_to_org_online_lip_map** | **Dict[str, List[Tag]]** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**map_map_of_string** | **Dict[str, Dict[str, str]]** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**uuid** | **str** | | [optional]

View File

@@ -3,6 +3,7 @@
Model for testing model name starting with number
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **int** | | [optional]

View File

@@ -3,6 +3,7 @@
Model for testing reserved words
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**var_return** | **int** | | [optional]

View File

@@ -3,6 +3,7 @@
Model for testing model name same as property name
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **int** | |

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**required_integer_prop** | **int** | |

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | |

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**just_number** | **float** | | [optional]

View File

@@ -3,6 +3,7 @@
Minimal object
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**var_property** | **bool** | Property | [optional] [default to False]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**uuid** | **str** | | [optional]

View File

@@ -3,6 +3,7 @@
oneOf enum strings
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**my_number** | **float** | | [optional]

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@@ -2,6 +2,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**str_value** | [**OuterEnum**](OuterEnum.md) | | [optional]

Some files were not shown because too many files have changed in this diff Show More