mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-06 01:16:16 +00:00
[JavaScript] add oneOf support (#13561)
* JS add oneOf support * add validate json method * add oneOf support to JS client * update samples * add todo in anyof * switch to composed.oneOf * update oneOf to support primitive types * update messages * minor fix, add more tests * update samples * fix npe in from model * fix syntax error in length check * update samples
This commit is contained in:
10
samples/client/petstore/javascript-es6/docs/BasquePig.md
Normal file
10
samples/client/petstore/javascript-es6/docs/BasquePig.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# OpenApiPetstore.BasquePig
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**className** | **String** | |
|
||||
**color** | **String** | |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user