From e7feaa9e85a1880e3548dd0583b6f54470eabfbe Mon Sep 17 00:00:00 2001 From: cd-rite <61710958+cd-rite@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:55:13 -0400 Subject: [PATCH] oas adjustment for non-standard .gz mime type --- api/source/specification/stig-manager.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api/source/specification/stig-manager.yaml b/api/source/specification/stig-manager.yaml index 5f6adb1c..d456f683 100644 --- a/api/source/specification/stig-manager.yaml +++ b/api/source/specification/stig-manager.yaml @@ -2986,7 +2986,7 @@ paths: application/gzip: schema: type: string - format: binary + format: binary default: description: unexpected error content: @@ -3010,6 +3010,10 @@ paths: schema: type: string format: binary + application/x-gzip: + schema: + type: string + format: binary application/jsonl: schema: type: string