Re: Error while using array in Post specification

2018-05-01 Thread Ron Ratovsky
r Subject: Error while using array in Post specification Within a post API, I have following array specifications { "name": "Phone", "in": "formData", "description": "List of Phone object",

Error while using array in Post specification

2018-04-17 Thread Kreative76
Within a post API, I have following array specifications { "name": "Phone", "in": "formData", "description": "List of Phone object", "schema": { "type": "array", "items": { "$ref": "#/definitions/postedPhone"