diff --git a/openapi/components/responses/files/RawFileResponse.yaml b/openapi/components/responses/files/RawFileResponse.yaml index 93381e22..c2fc6f24 100644 --- a/openapi/components/responses/files/RawFileResponse.yaml +++ b/openapi/components/responses/files/RawFileResponse.yaml @@ -1 +1,6 @@ -description: Raw file \ No newline at end of file +description: Raw file +content: + image/*: + schema: + type: string + format: binary \ No newline at end of file