Jonatan Neves
Jonatan Neves
Just to make easier, Using the schema from the reference wiki page, just changing to an array: ``` { type: "object", definitions: { address: { type: "object", properties: { street_address:...
No, it does not. If a change my items to: ``` "customerDetails" : { "type": "array", "items": { "type" : "object", "id" : "contactInfo", "properties" : { "firstName" : {...
If I take out the array type and the items, and left just one occurrence it works both with $ref or copying the object itself.
Hi, Do you have any news about this issue? There's a workaround or something that I can do? Thanks, Jonatan