From 9f8f2dbf176f489ce8a61de9a5495f3437e57464 Mon Sep 17 00:00:00 2001 From: Louis Rose Date: Tue, 19 Mar 2024 11:49:32 +0000 Subject: [PATCH] adds optional options dict to job responses --- openapi/spec.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openapi/spec.yaml b/openapi/spec.yaml index 8683f6b..5a0bfd3 100644 --- a/openapi/spec.yaml +++ b/openapi/spec.yaml @@ -1046,6 +1046,10 @@ components: example: 's3://CREDENTIAL_NAME@my-bucket-name/logo.jpg' exports: $ref: '#/components/schemas/Exports' + options: + type: object + description: Additional options for the conversion + additionalProperties: true description: Represents the process of converting a file to another format. PagingNumeric: type: object