mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-06 09:56:09 +00:00
remove warnings related to escaping the characters in the md generator (#12774)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user