{ "swagger": "2.0", "info": { "title": "foo" }, "paths": { "/test": { "post": { "parameters": [ { "name": "AnyName", "in": "body", "schema": { "type": "array", "uniqueItems": true, "items": { "type": "string" } } } ], "responses": { "200": { "description": "ok" } } } } } }