use map/array model class only if it is generated (#17612)

* fix

* tests

* generate samples

* refactor
This commit is contained in:
martin-mfg
2024-01-29 14:35:21 +01:00
committed by GitHub
parent 5055ebade9
commit 9afea50cab
210 changed files with 10550 additions and 6 deletions

View File

@@ -175,6 +175,13 @@ Route::post('/v2/fake/outer/string', 'FakeController@fakeOuterStringSerialize');
* Output-Formats: [*_/_*]
*/
Route::post('/v2/fake/property/enum-int', 'FakeController@fakePropertyEnumIntegerSerialize');
/**
* post testStringMapReference
* Summary: test referenced string map
* Notes:
*/
Route::post('/v2/fake/stringMap-reference', 'FakeController@testStringMapReference');
/**
* put testQueryParameterCollectionFormat
* Summary: