azure-functions-openapi-extension icon indicating copy to clipboard operation
azure-functions-openapi-extension copied to clipboard

Nested generic types support

Open vstr opened this issue 10 months ago • 1 comments

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).

vstr avatar Dec 14 '24 13:12 vstr