From 546963f3a98bdf6c813f6f92e695dd5ba1c3d50e Mon Sep 17 00:00:00 2001 From: Paul Wright <pwright@redhat.com> Date: Mon, 18 Nov 2024 12:12:11 +0000 Subject: [PATCH] make example work --- common/src/main/resources/META-INF/openapi.json | 1 + 1 file changed, 1 insertion(+) diff --git a/common/src/main/resources/META-INF/openapi.json b/common/src/main/resources/META-INF/openapi.json index bcac247698..b081ef8b0e 100644 --- a/common/src/main/resources/META-INF/openapi.json +++ b/common/src/main/resources/META-INF/openapi.json @@ -5053,6 +5053,7 @@ "version": "1.0.0", "content": { "content": "{\"type\":\"record\",\"name\":\"ExampleType\",\"fields\":[{\"name\":\"sdfgfsdgsdg\",\"type\":\"string\"}]}", + "contentType": "application/json", "references": [] }, "name": "ExampleType",