remove warnings related to escaping the characters in the md generator (#12774)

This commit is contained in:
William Cheng
2022-07-06 14:19:40 +08:00
committed by GitHub
parent 1383be4a2e
commit f5b5feb58d
15 changed files with 186 additions and 175 deletions

View File

@@ -1,14 +1,14 @@
# Order
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**Long**](long.md) | | [optional] [default to null]
**petId** | [**Long**](long.md) | | [optional] [default to null]
**quantity** | [**Integer**](integer.md) | | [optional] [default to null]
**shipDate** | [**Date**](DateTime.md) | | [optional] [default to null]
**status** | [**String**](string.md) | Order Status | [optional] [default to null]
**complete** | [**Boolean**](boolean.md) | | [optional] [default to false]
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| **id** | **Long** | | [optional] [default to null] |
| **petId** | **Long** | | [optional] [default to null] |
| **quantity** | **Integer** | | [optional] [default to null] |
| **shipDate** | **Date** | | [optional] [default to null] |
| **status** | **String** | Order Status | [optional] [default to null] |
| **complete** | **Boolean** | | [optional] [default to false] |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)