forked from loafle/openapi-generator-original
update js code gen to handle different type, format
This commit is contained in:
18
samples/client/petstore/javascript/docs/FormatTest.md
Normal file
18
samples/client/petstore/javascript/docs/FormatTest.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# SwaggerPetstore.FormatTest
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**integer** | **Integer** | | [optional]
|
||||
**int32** | **Integer** | | [optional]
|
||||
**int64** | **Integer** | | [optional]
|
||||
**_number** | **Number** | |
|
||||
**_float** | **Number** | | [optional]
|
||||
**_double** | **Number** | | [optional]
|
||||
**_string** | **String** | | [optional]
|
||||
**_byte** | **String** | | [optional]
|
||||
**binary** | **String** | | [optional]
|
||||
**_date** | **Date** | | [optional]
|
||||
**dateTime** | **String** | | [optional]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user