From 016087c4622fbeb23f094f65e336f48227016b75 Mon Sep 17 00:00:00 2001 From: "akihito.nakano" Date: Sun, 8 Apr 2018 12:31:39 +0900 Subject: [PATCH] Explode the header value --- .../3_0/petstore-with-fake-endpoints-models-for-testing.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml b/modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml index fa3e490a4b5..d2a9e5e92f9 100644 --- a/modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml +++ b/modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml @@ -580,6 +580,7 @@ paths: parameters: - name: enum_header_string_array in: header + explode: true description: Header parameter enum test (string array) schema: type: array