fix #3215 and enum array issue in parameter check

This commit is contained in:
wing328
2016-06-26 19:17:25 +08:00
parent d15c504fc9
commit f04df9a163
32 changed files with 1716 additions and 53 deletions

View 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]