forked from loafle/openapi-generator-original
doc for new models
This commit is contained in:
8
samples/client/petstore/javascript/docs/Animal.md
Normal file
8
samples/client/petstore/javascript/docs/Animal.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# SwaggerPetstore.Animal
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**className** | **String** | |
|
||||
|
||||
|
||||
8
samples/client/petstore/javascript/docs/Cat.md
Normal file
8
samples/client/petstore/javascript/docs/Cat.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# SwaggerPetstore.Cat
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**declawed** | **Boolean** | | [optional]
|
||||
|
||||
|
||||
8
samples/client/petstore/javascript/docs/Dog.md
Normal file
8
samples/client/petstore/javascript/docs/Dog.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# SwaggerPetstore.Dog
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**breed** | **String** | | [optional]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user