INPUT_OBJECT

CreateExportRequestFormatConfig

link GraphQL Schema definition

1input CreateExportRequestFormatConfig {
5
2# The file extension of the export type, such as "vlf" or "ttml".
3# Must be supported by the requested engine category.
4extension: String!
11
6# Optional export options specific to the target engine category.
7# Options vary depending on the extension.
8# See the full list of options available at
9# https://docs.veritone.com/#/apis/tutorials/create-export-request/
10options: JSONData
12}