mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 08:46:55 +00:00
fix #3215 and enum array issue in parameter check
This commit is contained in:
10
samples/client/petstore/ruby/docs/MapTest.md
Normal file
10
samples/client/petstore/ruby/docs/MapTest.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Petstore::MapTest
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**map_map_of_string** | **Hash<String, Hash<String, String>>** | | [optional]
|
||||
**map_map_of_enum** | **Hash<String, Hash<String, String>>** | | [optional]
|
||||
**map_of_enum_string** | **Hash<String, String>** | | [optional]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user