Skip to content

Commit

Permalink
oas adjustment for non-standard .gz mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-rite committed Oct 21, 2024
1 parent 2a2b851 commit e7feaa9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api/source/specification/stig-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2986,7 +2986,7 @@ paths:
application/gzip:
schema:
type: string
format: binary
format: binary
default:
description: unexpected error
content:
Expand All @@ -3010,6 +3010,10 @@ paths:
schema:
type: string
format: binary
application/x-gzip:
schema:
type: string
format: binary
application/jsonl:
schema:
type: string
Expand Down

0 comments on commit e7feaa9

Please sign in to comment.