add test case for nullable parent property (#16552)

* add nullable case to spring test spec

* generate samples for changed spring input

* add nullable case to general test spec

* generate samples for changed general input

* generate samples again

* generates samples again

* re-build from new sources, generates samples again
This commit is contained in:
martin-mfg
2023-09-12 09:59:58 +02:00
committed by GitHub
parent 196c2b1642
commit d6695056fe
346 changed files with 20471 additions and 0 deletions

View File

@@ -119,6 +119,13 @@ Route::post('/v2/fake/inline-additionalProperties', 'FakeController@testInlineAd
*/
Route::get('/v2/fake/jsonFormData', 'FakeController@testJsonFormData');
/**
* post testNullable
* Summary: test nullable parent property
* Notes:
*/
Route::post('/v2/fake/nullable', 'FakeController@testNullable');
/**
* post fakeOuterBooleanSerialize
* Summary: