OBJECT
1type ExportFormat {23# The file format/extension i.e. ttml, vlf, etc.4format: String! 56# A human readable label for the file format i.e. "Time Text Markup Language"7label: String! 89# A list types to categories the file format by i.e. "subtitle"10types: [String]! 1112}