From c15f10579eb3c60728f2aefc2e6a1496a01c205b Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Mon, 3 Mar 2025 17:01:46 -0500 Subject: [PATCH] configure openapi-generator-cli to expect zrok's custom content type --- bin/python_config.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/bin/python_config.json b/bin/python_config.json index 675595b6..83420c09 100644 --- a/bin/python_config.json +++ b/bin/python_config.json @@ -1,4 +1,10 @@ { - "packageName":"zrok_api", - "projectName":"zrok_sdk" -} + "packageName": "zrok_api", + "projectName": "zrok_sdk", + "additionalProperties": { + "jsonMimeTypes": [ + "application/json", + "application/zrok.v1+json" + ] + } +} \ No newline at end of file