mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-06 01:56:16 +00:00
Better support for $ref to schema's properties (#18233)
* use once * add support for reference to schema properties
This commit is contained in:
28
samples/client/petstore/java/okhttp-gson/docs/PetRef.md
Normal file
28
samples/client/petstore/java/okhttp-gson/docs/PetRef.md
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
|
||||
# PetRef
|
||||
|
||||
|
||||
## 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** | [**StatusEnum**](#StatusEnum) | pet status in the store | [optional] |
|
||||
|
||||
|
||||
|
||||
## Enum: StatusEnum
|
||||
|
||||
| Name | Value |
|
||||
|---- | -----|
|
||||
| AVAILABLE | "available" |
|
||||
| PENDING | "pending" |
|
||||
| SOLD | "sold" |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user