forked from loafle/openapi-generator-original
Java client: generate markdown docs for jersey2 and okhttp-gson clients
This commit is contained in:
13
samples/client/petstore/java/okhttp-gson/docs/Pet.md
Normal file
13
samples/client/petstore/java/okhttp-gson/docs/Pet.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Pet
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **Long** | | [optional]
|
||||
**category** | [**Category**](Category.md) | | [optional]
|
||||
**name** | **String** | |
|
||||
**photoUrls** | **List<String>** | |
|
||||
**tags** | [**List<Tag>**](Tag.md) | | [optional]
|
||||
**status** | **String** | pet status in the store | [optional]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user