mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-06 02:56:17 +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:
11
samples/client/petstore/javascript-es6/docs/Pig.md
Normal file
11
samples/client/petstore/javascript-es6/docs/Pig.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# OpenApiPetstore.Pig
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**className** | **String** | |
|
||||
**color** | **String** | |
|
||||
**size** | **Number** | |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user