azure-functions-openapi-extension
azure-functions-openapi-extension copied to clipboard
Nested generic types support
Nested generic types are generated into correct ReferenceId without inverted comma in name:
Expected acceptor.Schemas[name].Reference.Id to be
"fakeGenericModel_list_fakeModel" with a length of 31, but
"fakeGenericModel_list1" has a length of 23, differs near "1" (index 21).
Expected acceptor.Schemas[name].AdditionalProperties.Reference.Id to be
"list_fakeGenericModel_fakeModel" with a length of 31, but
"list_fakeGenericModel1" has a length of 23, differs near "1" (index 21).