forked from loafle/openapi-generator-original
Add example allOf with single ref (#10948)
* Add example allOf with single ref * fix dart-dio-next handling of that case * Refactor without vendor extension * Regenerate newer samples
This commit is contained in:
@@ -12,5 +12,6 @@ Name | Type | Description | Notes
|
||||
**password** | **String** | | [optional]
|
||||
**phone** | **String** | | [optional]
|
||||
**userStatus** | **Number** | User Status | [optional]
|
||||
**userType** | [**UserType**](UserType.md) | | [optional]
|
||||
|
||||
|
||||
|
||||
10
samples/client/petstore/javascript-es6/docs/UserType.md
Normal file
10
samples/client/petstore/javascript-es6/docs/UserType.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# OpenApiPetstore.UserType
|
||||
|
||||
## Enum
|
||||
|
||||
|
||||
* `admin` (value: `"admin"`)
|
||||
|
||||
* `user` (value: `"user"`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user