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:
Peter Leibiger
2022-04-12 07:52:53 +02:00
committed by GitHub
parent b29b5e1045
commit 15e9d4ed8c
130 changed files with 2273 additions and 55 deletions

View File

@@ -12,5 +12,6 @@ Name | Type | Description | Notes
**password** | **String** | | [optional]
**phone** | **String** | | [optional]
**userStatus** | **Number** | User Status | [optional]
**userType** | [**UserType**](UserType.md) | | [optional]

View File

@@ -0,0 +1,10 @@
# OpenApiPetstore.UserType
## Enum
* `admin` (value: `"admin"`)
* `user` (value: `"user"`)