swagger icon indicating copy to clipboard operation
swagger copied to clipboard

Parsing fails for array of arrays

Open devghosh opened this issue 8 years ago • 0 comments

type ExpTest struct { testField [][]Data }

type Data struct { id int }

Parsing fails for ExpTest with error "Can not find definition of []Data model"

devghosh avatar Mar 10 '16 10:03 devghosh