INPUT_OBJECT
CreateExportRequestFormatConfig
link GraphQL Schema definition
1 input CreateExportRequestFormatConfig { 5 2 # The file extension of the export type, such as "vlf" or "ttml". 3 # Must be supported by the requested engine category. 4 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/ 10 JSONData : 12 }