{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://filenametool.com/filename-tool-input.schema.json",
	"documentation": "https://filenametool.com/docs/structured-input/",
	"title": "Filename Tool structured browser input",
	"description": "Fields accepted by the local Structured JSON importer. This is not an HTTP API contract.",
	"type": "object",
	"additionalProperties": false,
	"properties": {
		"imageDate": {
			"type": "string",
			"anyOf": [
				{
					"pattern": "^(?:(?:1[5-9]|2[0-4])\\d\\d|(?:1[5-9]|2[0-4])\\d\\d-(?:0[1-9]|1[0-2])|(?:(?:(?:1[5-9]|2[0-4])\\d\\d-(?:(?:01|03|05|07|08|10|12)-(?:0[1-9]|[12]\\d|3[01])|(?:04|06|09|11)-(?:0[1-9]|[12]\\d|30)|02-(?:0[1-9]|1\\d|2[0-8]))))|(?:(?:(?:[0-9]{2}(?:0[48]|[2468][048]|[13579][26]))|(?:[02468][048]00)|(?:[13579][26]00))-02-29))$"
				},
				{
					"pattern": "^(?:(?:(?:1[5-9]|2[0-4])\\d\\d|(?:1[5-9]|2[0-4])\\d\\d-(?:0[1-9]|1[0-2])|(?:(?:(?:1[5-9]|2[0-4])\\d\\d-(?:(?:01|03|05|07|08|10|12)-(?:0[1-9]|[12]\\d|3[01])|(?:04|06|09|11)-(?:0[1-9]|[12]\\d|30)|02-(?:0[1-9]|1\\d|2[0-8]))))|(?:(?:(?:[0-9]{2}(?:0[48]|[2468][048]|[13579][26]))|(?:[02468][048]00)|(?:[13579][26]00))-02-29)))[_\\s]+(?:to|thru|through|and)[_\\s]+(?:(?:(?:1[5-9]|2[0-4])\\d\\d|(?:1[5-9]|2[0-4])\\d\\d-(?:0[1-9]|1[0-2])|(?:(?:(?:1[5-9]|2[0-4])\\d\\d-(?:(?:01|03|05|07|08|10|12)-(?:0[1-9]|[12]\\d|3[01])|(?:04|06|09|11)-(?:0[1-9]|[12]\\d|30)|02-(?:0[1-9]|1\\d|2[0-8]))))|(?:(?:(?:[0-9]{2}(?:0[48]|[2468][048]|[13579][26]))|(?:[02468][048]00)|(?:[13579][26]00))-02-29)))$"
				}
			],
			"description": "A real calendar date, partial date, or date range accepted by the interface.",
			"x-browser-selector": "[data-ai-field='imageDate']"
		},
		"dateClarification": {
			"type": "string",
			"enum": [
				"exact",
				"date_est",
				"date_mod",
				"date_rcv"
			],
			"description": "Clarifies whether imageDate is exact, estimated, the date modified, or the date received.",
			"x-browser-selector": "[name='dateflag']"
		},
		"baseName": {
			"$ref": "#/$defs/filenameText",
			"x-browser-selector": "[data-ai-field='baseName']"
		},
		"detail": {
			"$ref": "#/$defs/filenameText",
			"x-browser-selector": "[data-ai-field='detail']"
		},
		"format": {
			"type": "string",
			"pattern": "^[A-Za-z0-9]+$",
			"description": "A format extension supported by the Filename Tool, without a leading dot. Matching is case-insensitive and output is normalized to lowercase.",
			"x-browser-selector": "[data-ai-field='format']"
		},
		"quality": {
			"$ref": "#/$defs/quality",
			"x-browser-selector": "[data-ai-field='quality']"
		},
		"compression": {
			"$ref": "#/$defs/quality",
			"description": "Alias for quality.",
			"x-browser-selector": "[data-ai-field='quality']"
		},
		"colorSpace": {
			"type": "string",
			"enum": [
				"RGB",
				"CMYK",
				"sRGB",
				"CustomProfile",
				"AdobeRGB",
				"P3",
				"Color",
				"Grayscale",
				"Sepia",
				"Binary",
				"indexed",
				"Multichannel",
				"LAB",
				"LUV",
				"UVW",
				"HSV",
				"HSL",
				"AdobeWideRGB",
				"YIQ",
				"YUV",
				"YDbDr",
				"ColorMatchRGB",
				"ProPhotoRGB",
				"Rec709",
				"Rec2020"
			],
			"x-browser-selector": "[data-ai-field='colorSpace']"
		},
		"durationHours": {
			"type": "integer",
			"minimum": 0,
			"x-browser-selector": "[data-ai-field='durationHours']"
		},
		"durationMinutes": {
			"type": "integer",
			"minimum": 0,
			"maximum": 59,
			"x-browser-selector": "[data-ai-field='durationMinutes']"
		},
		"durationSeconds": {
			"type": "integer",
			"minimum": 0,
			"maximum": 59,
			"x-browser-selector": "[data-ai-field='durationSeconds']"
		},
		"suffix": {
			"type": "string",
			"enum": [
				"@2x",
				"@3x",
				"@4x",
				"@5x",
				"@xxs",
				"@xs",
				"@sm",
				"@md",
				"@lg",
				"@xl",
				"@xxl"
			],
			"x-browser-selector": "[data-ai-field='suffix']"
		},
		"creator": {
			"type": "string",
			"pattern": "^(?!(?:UNC|UNK)$)(?:by(?: |_)[_ +\\p{L}\\p{M}]+|[A-Z]{2}(?:[\\p{L}\\p{M}+]+)?_?(?:[\\p{L}\\p{M}+]+)?)$",
			"description": "Uppercase initials, an initial plus surname, or a full name prefixed with 'by '.",
			"x-browser-selector": "[data-ai-field='creator']"
		},
		"photographer": {
			"type": "string",
			"pattern": "^(?!(?:UNC|UNK)$)(?:by(?: |_)[_ +\\p{L}\\p{M}]+|[A-Z]{2}(?:[\\p{L}\\p{M}+]+)?_?(?:[\\p{L}\\p{M}+]+)?)$",
			"description": "Deprecated alias for creator.",
			"deprecated": true,
			"x-browser-selector": "[data-ai-field='creator']"
		},
		"camera": {
			"type": "string",
			"minLength": 1,
			"description": "A camera/device name recognized by the Filename Tool; unknown names may be made valid with a 'Cam ' prefix.",
			"x-browser-selector": "[data-ai-field='camera']"
		},
		"imageReference": {
			"type": "string",
			"pattern": "^[0-9]+(?:\\+[0-9]+)*$",
			"description": "One or more numeric references separated by plus signs.",
			"x-browser-selector": "[data-ai-field='imageReference']"
		},
		"version": {
			"type": "string",
			"pattern": "^v[0-9]{2,}[A-Z]?$",
			"description": "A lowercase v, at least two digits, and an optional trailing capital letter.",
			"examples": [
				"v01",
				"v12B"
			],
			"x-browser-selector": "[data-ai-field='version']"
		},
		"width": {
			"type": "integer",
			"minimum": 0,
			"x-browser-selector": "[data-ai-field='width']"
		},
		"height": {
			"type": "integer",
			"minimum": 0,
			"x-browser-selector": "[data-ai-field='height']"
		},
		"sort": {
			"type": "string",
			"pattern": "^(?:\\d+\\.\\d+(?:\\.\\d+)*|\\d{1,3}|0\\d{3}|1[0-7]\\d{2}|2[1-9]\\d{2}|[3-9]\\d{3}|\\d{5,}|(?:18\\d{2}|19\\d{2}|20\\d{2})(?=-\\d{4}))$",
			"description": "A numeric sort token accepted by the interface. Values without periods are left-padded with zeros to at least three digits.",
			"x-browser-selector": "[data-ai-field='sort']"
		},
		"time": {
			"type": "string",
			"pattern": "^(?:[01][0-9]|2[0-3])[0-5][0-9][0-5][0-9]$",
			"description": "A 24-hour time in HHMMSS form. This uses the same recognition rule that changes the interface label from Sort to Time.",
			"x-browser-selector": "[data-ai-field='sort']"
		},
		"useDate": {
			"type": "boolean"
		},
		"useSort": {
			"type": "boolean"
		},
		"useTime": {
			"type": "boolean",
			"description": "Include the time value in the filename."
		},
		"sortFirst": {
			"type": "boolean"
		},
		"useDimensions": {
			"type": "boolean"
		},
		"useCompression": {
			"type": "boolean"
		},
		"useCreator": {
			"type": "boolean"
		},
		"usePhotographer": {
			"type": "boolean",
			"description": "Deprecated alias for useCreator.",
			"deprecated": true
		},
		"useCamera": {
			"type": "boolean"
		},
		"useColorSpace": {
			"type": "boolean"
		},
		"useReference": {
			"type": "boolean"
		},
		"rating": {
			"type": "integer",
			"minimum": 0,
			"maximum": 5,
			"description": "A zero-through-five-star rating. Zero means not rated.",
			"x-browser-selector": "[name='starflag']"
		},
		"logging": {
			"type": "array",
			"maxItems": 21,
			"items": {
				"type": "object",
				"additionalProperties": false,
				"required": [
					"label"
				],
				"properties": {
					"label": {
						"type": "string",
						"minLength": 1,
						"pattern": "^[^\\s/:;#%~&*\\\\\"'*?|\\[\\]{}()<>=\\-\\u0000-\\u001F\\u007F]+$"
					},
					"value": {
						"type": "string",
						"pattern": "^[^/:;#%~&*\\\\\"'*?|\\[\\]{}()<>=\\-\\u0000-\\u001F\\u007F]*$"
					}
				}
			},
			"description": "Ordered logging entries with a required label and optional value. Label-only entries configure logging fields without affecting the filename. Labels cannot contain whitespace; values may contain spaces.",
			"x-browser-selector": "[data-ai-field='logging']"
		},
		"loggingBeforeDetail": {
			"type": "boolean",
			"description": "When true, place logging between baseName and detail; otherwise place it after detail.",
			"x-browser-selector": "#beforeDetailCheckbox"
		},
		"flags": {
			"type": "array",
			"uniqueItems": true,
			"items": {
				"type": "string",
				"minLength": 1,
				"enum": [
					"addtext",
					"adjust",
					"adjusted",
					"ai",
					"alt",
					"altered",
					"animation",
					"annotate",
					"annotated",
					"approved",
					"archived",
					"assembled",
					"asSent",
					"asUsed",
					"attachment",
					"audio",
					"auto",
					"background",
					"backup",
					"bad",
					"beautified",
					"beautify",
					"bg",
					"blank",
					"blurred",
					"bracketed",
					"captioned",
					"collage",
					"comp",
					"composited",
					"concept",
					"confidential",
					"convert",
					"converted",
					"corrected",
					"crop",
					"cropped",
					"data",
					"deprecated",
					"dialogue",
					"dither",
					"doNotUse",
					"downloaded",
					"draft",
					"dupe",
					"edit",
					"edited",
					"element",
					"error",
					"executed",
					"extended",
					"fg",
					"filed",
					"filled",
					"filter",
					"filtered",
					"fix",
					"flattened",
					"flipped",
					"forclient",
					"forcomposite",
					"foreground",
					"formatted",
					"forprint",
					"forprogram",
					"forweb",
					"fps",
					"framed",
					"fromaperture",
					"fromillust",
					"fromindesign",
					"fromlightroom",
					"fromprogram",
					"frompsd",
					"fromraw",
					"fromweb",
					"graded",
					"hdr",
					"icon",
					"illustration",
					"intermediate",
					"internal",
					"isolate",
					"isolated",
					"israw",
					"layered",
					"layout",
					"licensed",
					"livephoto",
					"lossy",
					"manual",
					"markup",
					"master",
					"matte",
					"mechanical",
					"mockup",
					"mograph",
					"mono",
					"mos",
					"multi",
					"music",
					"narrated",
					"noMeta",
					"notarized",
					"notforclient",
					"notUsed",
					"original",
					"outlined",
					"output",
					"outtake",
					"painted",
					"pano",
					"patch",
					"patched",
					"photo",
					"placeholder",
					"plate",
					"pristine",
					"process",
					"product",
					"production",
					"proof",
					"proxy",
					"received",
					"recto",
					"redacted",
					"redlined",
					"reference",
					"release",
					"released",
					"rendered",
					"rephoto",
					"replica",
					"resize",
					"restricted",
					"retouch",
					"retouched",
					"revision",
					"rotate",
					"rotated",
					"rush",
					"sample",
					"sampled",
					"scaled",
					"scanned",
					"screenshot",
					"secured",
					"select",
					"shaped",
					"sketch",
					"slated",
					"soft",
					"stereo",
					"stitch",
					"stitched",
					"superseded",
					"surround",
					"sync",
					"synced",
					"tailslate",
					"test",
					"tested",
					"tmp",
					"transparency",
					"trash",
					"trim",
					"trimmed",
					"unapproved",
					"unfinished",
					"unfocused",
					"unlicensed",
					"unofficial",
					"untested",
					"upsized",
					"verso",
					"video",
					"vignetted",
					"watermark",
					"watermarked",
					"withtext",
					"xerox"
				]
			},
			"description": "Zero or more built-in flag IDs."
		},
		"customFlags": {
			"type": "array",
			"uniqueItems": true,
			"items": {
				"type": "string",
				"minLength": 1,
				"pattern": "^[^/:;#%~&*\\\\\"'*?|\\[\\]{}()<>=.\\-\\u0000-\\u001F\\u007F]+$"
			},
			"description": "Zero or more active custom flag output values. Supplying this field replaces the active custom-flag selection."
		},
		"flagValues": {
			"type": "object",
			"additionalProperties": false,
			"description": "Values for linked flags. Supplying a value automatically activates the matching flag. Allowed keys and value constraints are generated from the Filename Tool flag definitions.",
			"properties": {
				"background": {
					"type": "string",
					"description": "Color text accepted by the interface and sanitized for filename output.",
					"examples": [
						"white",
						"FFF",
						"F3F3F3"
					]
				},
				"dither": {
					"type": "string",
					"description": "Linked-flag detail text accepted by the interface and sanitized for filename output."
				},
				"foreground": {
					"type": "string",
					"description": "Color text accepted by the interface and sanitized for filename output.",
					"examples": [
						"white",
						"FFF",
						"F3F3F3"
					]
				},
				"forprogram": {
					"type": "string",
					"description": "Program text accepted by the interface and sanitized for filename output. Prefer familiar extensions or a recognizable service name.",
					"examples": [
						"finalcut",
						"psd",
						"illust",
						"indd",
						"web",
						"imagine.art"
					]
				},
				"fps": {
					"type": "string",
					"description": "Frame-rate text accepted by the interface and sanitized for filename output.",
					"examples": [
						"24",
						"30",
						"29.97",
						"30drop"
					]
				},
				"fromprogram": {
					"type": "string",
					"description": "Program text accepted by the interface and sanitized for filename output. Prefer familiar extensions or a recognizable service name.",
					"examples": [
						"finalcut",
						"psd",
						"illust",
						"indd",
						"web",
						"imagine.art"
					]
				},
				"lossy": {
					"type": "string",
					"description": "Linked-flag detail text accepted by the interface and sanitized for filename output."
				},
				"matte": {
					"type": "string",
					"description": "Color text accepted by the interface and sanitized for filename output.",
					"examples": [
						"white",
						"FFF",
						"F3F3F3"
					]
				}
			}
		}
	},
	"$defs": {
		"filenameText": {
			"type": "string",
			"pattern": "^[^/:;#%~&*\\\\\"'*?|\\[\\]{}()<>=\\u0000-\\u001F\\u007F]*$",
			"description": "Filename text without filesystem-unsafe punctuation, equals signs, or control characters."
		},
		"quality": {
			"type": "string",
			"pattern": "^[A-Za-z0-9_.@]+$",
			"description": "A compression or quality value offered for the selected format."
		}
	},
	"allOf": [
		{
			"not": {
				"required": [
					"quality",
					"compression"
				]
			}
		},
		{
			"not": {
				"required": [
					"useSort",
					"useTime"
				]
			}
		},
		{
			"not": {
				"required": [
					"sort",
					"time"
				]
			}
		},
		{
			"not": {
				"required": [
					"creator",
					"photographer"
				]
			}
		},
		{
			"not": {
				"required": [
					"useCreator",
					"usePhotographer"
				]
			}
		},
		{
			"if": {
				"properties": {
					"flags": {
						"contains": {
							"const": "background"
						}
					}
				},
				"required": [
					"flags"
				]
			},
			"then": {
				"properties": {
					"flagValues": {
						"required": [
							"background"
						]
					}
				},
				"required": [
					"flagValues"
				]
			}
		},
		{
			"if": {
				"properties": {
					"flags": {
						"contains": {
							"const": "dither"
						}
					}
				},
				"required": [
					"flags"
				]
			},
			"then": {
				"properties": {
					"flagValues": {
						"required": [
							"dither"
						]
					}
				},
				"required": [
					"flagValues"
				]
			}
		},
		{
			"if": {
				"properties": {
					"flags": {
						"contains": {
							"const": "foreground"
						}
					}
				},
				"required": [
					"flags"
				]
			},
			"then": {
				"properties": {
					"flagValues": {
						"required": [
							"foreground"
						]
					}
				},
				"required": [
					"flagValues"
				]
			}
		},
		{
			"if": {
				"properties": {
					"flags": {
						"contains": {
							"const": "forprogram"
						}
					}
				},
				"required": [
					"flags"
				]
			},
			"then": {
				"properties": {
					"flagValues": {
						"required": [
							"forprogram"
						]
					}
				},
				"required": [
					"flagValues"
				]
			}
		},
		{
			"if": {
				"properties": {
					"flags": {
						"contains": {
							"const": "fps"
						}
					}
				},
				"required": [
					"flags"
				]
			},
			"then": {
				"properties": {
					"flagValues": {
						"required": [
							"fps"
						]
					}
				},
				"required": [
					"flagValues"
				]
			}
		},
		{
			"if": {
				"properties": {
					"flags": {
						"contains": {
							"const": "fromprogram"
						}
					}
				},
				"required": [
					"flags"
				]
			},
			"then": {
				"properties": {
					"flagValues": {
						"required": [
							"fromprogram"
						]
					}
				},
				"required": [
					"flagValues"
				]
			}
		},
		{
			"if": {
				"properties": {
					"flags": {
						"contains": {
							"const": "lossy"
						}
					}
				},
				"required": [
					"flags"
				]
			},
			"then": {
				"properties": {
					"flagValues": {
						"required": [
							"lossy"
						]
					}
				},
				"required": [
					"flagValues"
				]
			}
		},
		{
			"if": {
				"properties": {
					"flags": {
						"contains": {
							"const": "matte"
						}
					}
				},
				"required": [
					"flags"
				]
			},
			"then": {
				"properties": {
					"flagValues": {
						"required": [
							"matte"
						]
					}
				},
				"required": [
					"flagValues"
				]
			}
		}
	],
	"examples": [
		{
			"imageDate": "2026-07-17",
			"baseName": "Nightfall",
			"detail": "Scene 07 Take 03",
			"format": "mp4",
			"width": 4096,
			"height": 2160
		}
	],
	"x-supported-formats": [
		"3g2",
		"3gp",
		"7z",
		"aac",
		"acorn",
		"aep",
		"ai",
		"aif",
		"aiff",
		"ari",
		"av1",
		"avi",
		"avif",
		"azw3",
		"band",
		"blend",
		"bmp",
		"braw",
		"bz2",
		"clarify",
		"cr2",
		"cr3",
		"crw",
		"css",
		"csv",
		"dae",
		"db",
		"dcr",
		"dds",
		"deck",
		"dmg",
		"dng",
		"doc",
		"docm",
		"docx",
		"eml",
		"emlx",
		"env",
		"eps",
		"epub",
		"exr",
		"fcpbundle",
		"fcpx",
		"fig",
		"flac",
		"flv",
		"gif",
		"glb",
		"gltf",
		"gz",
		"hdr",
		"heic",
		"heics",
		"heif",
		"html",
		"icns",
		"ico",
		"ics",
		"iges",
		"ind",
		"indd",
		"ini",
		"iso",
		"itt",
		"jam",
		"jp2",
		"jpg",
		"js",
		"json",
		"jsx",
		"jxl",
		"key",
		"less",
		"lwo",
		"lws",
		"m4a",
		"m4v",
		"mcn",
		"md",
		"mdx",
		"mhtml",
		"mkv",
		"mobi",
		"motn",
		"mov",
		"mp3",
		"mp4",
		"mpg",
		"msg",
		"mxf",
		"nef",
		"nrw",
		"numbers",
		"obj",
		"odf",
		"odg",
		"odp",
		"ods",
		"odt",
		"ogg",
		"ogv",
		"one",
		"opus",
		"pages",
		"parquet",
		"pdf",
		"pkg",
		"ply",
		"pmb",
		"png",
		"ppt",
		"pptm",
		"pptx",
		"prproj",
		"psb",
		"psd",
		"pvt",
		"pxd",
		"py",
		"r3d",
		"rar",
		"rtf",
		"sass",
		"scr",
		"scss",
		"sesx",
		"sh",
		"shtml",
		"sit",
		"sitx",
		"smmx",
		"sog",
		"sql",
		"sqlite",
		"sr2",
		"srf",
		"srt",
		"step",
		"stl",
		"svg",
		"svgz",
		"tar",
		"tex",
		"tga",
		"tif",
		"tiff",
		"toml",
		"ts",
		"tsv",
		"tsx",
		"txt",
		"vob",
		"wav",
		"wbmp",
		"webm",
		"webp",
		"wma",
		"xfavc",
		"xls",
		"xlsm",
		"xlsx",
		"xml",
		"xz",
		"yaml",
		"yml",
		"zip",
		"zst"
	],
	"x-quality-by-format": {
		"3g2": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"As_Shot",
			"H265",
			"H264",
			"H264@15Mbs",
			"H263",
			"H262",
			"HEVC",
			"MPEG1",
			"Theora",
			"ProRes422",
			"ProRes4444",
			"ProRes4444XQ",
			"ProResRaw",
			"Animation",
			"PhotoJPEG",
			"AASC",
			"AIC",
			"Pixlet",
			"AVCI",
			"AVCU",
			"DXV",
			"AV1",
			"FFmpeg",
			"VP6",
			"VP6E",
			"VP6S",
			"VP7",
			"VP8",
			"VP9",
			"Dirac",
			"RealVideo",
			"Cinepak",
			"DNxHD",
			"VC3",
			"Sorenson3",
			"SorensonSpark",
			"DivX",
			"WMV",
			"DV"
		],
		"3gp": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"As_Shot",
			"H265",
			"H264",
			"H264@15Mbs",
			"H263",
			"H262",
			"HEVC",
			"MPEG1",
			"Theora",
			"ProRes422",
			"ProRes4444",
			"ProRes4444XQ",
			"ProResRaw",
			"Animation",
			"PhotoJPEG",
			"AASC",
			"AIC",
			"Pixlet",
			"AVCI",
			"AVCU",
			"DXV",
			"AV1",
			"FFmpeg",
			"VP6",
			"VP6E",
			"VP6S",
			"VP7",
			"VP8",
			"VP9",
			"Dirac",
			"RealVideo",
			"Cinepak",
			"DNxHD",
			"VC3",
			"Sorenson3",
			"SorensonSpark",
			"DivX",
			"WMV",
			"DV"
		],
		"7z": [
			"NORM",
			"UNK",
			"RCV"
		],
		"aac": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"acorn": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"UNC@8bit",
			"UNC@16bit"
		],
		"aep": [
			"NORM",
			"UNK",
			"RCV"
		],
		"ai": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"aif": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"PCM_UNC@44.1K",
			"Other"
		],
		"aiff": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"PCM_UNC@44.1K",
			"Other"
		],
		"ari": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"av1": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"As_Shot",
			"H265",
			"H264",
			"H264@15Mbs",
			"H263",
			"H262",
			"HEVC",
			"MPEG1",
			"Theora",
			"ProRes422",
			"ProRes4444",
			"ProRes4444XQ",
			"ProResRaw",
			"Animation",
			"PhotoJPEG",
			"AASC",
			"AIC",
			"Pixlet",
			"AVCI",
			"AVCU",
			"DXV",
			"AV1",
			"FFmpeg",
			"VP6",
			"VP6E",
			"VP6S",
			"VP7",
			"VP8",
			"VP9",
			"Dirac",
			"RealVideo",
			"Cinepak",
			"DNxHD",
			"VC3",
			"Sorenson3",
			"SorensonSpark",
			"DivX",
			"WMV",
			"DV"
		],
		"avi": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"As_Shot",
			"H265",
			"H264",
			"H264@15Mbs",
			"H263",
			"H262",
			"HEVC",
			"MPEG1",
			"Theora",
			"ProRes422",
			"ProRes4444",
			"ProRes4444XQ",
			"ProResRaw",
			"Animation",
			"PhotoJPEG",
			"AASC",
			"AIC",
			"Pixlet",
			"AVCI",
			"AVCU",
			"DXV",
			"AV1",
			"FFmpeg",
			"VP6",
			"VP6E",
			"VP6S",
			"VP7",
			"VP8",
			"VP9",
			"Dirac",
			"RealVideo",
			"Cinepak",
			"DNxHD",
			"VC3",
			"Sorenson3",
			"SorensonSpark",
			"DivX",
			"WMV",
			"DV"
		],
		"avif": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"90",
			"80",
			"70",
			"60",
			"50",
			"40",
			"30",
			"20",
			"10"
		],
		"azw3": [
			"NORM",
			"UNK",
			"RCV"
		],
		"band": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"blend": [
			"NORM",
			"UNK",
			"RCV"
		],
		"bmp": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"braw": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"bz2": [
			"NORM",
			"UNK",
			"RCV"
		],
		"clarify": [
			"NORM",
			"UNK",
			"RCV"
		],
		"cr2": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"UNC@8bit",
			"UNC@16bit"
		],
		"cr3": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"UNC@8bit",
			"UNC@16bit"
		],
		"crw": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"UNC@8bit",
			"UNC@16bit"
		],
		"css": [
			"NORM",
			"UNK",
			"RCV"
		],
		"csv": [
			"NORM",
			"UNK",
			"RCV"
		],
		"dae": [
			"NORM",
			"UNK",
			"RCV"
		],
		"db": [
			"NORM",
			"UNK",
			"RCV"
		],
		"dcr": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"UNC@8bit",
			"UNC@16bit"
		],
		"dds": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"deck": [
			"NORM",
			"UNK",
			"RCV"
		],
		"dmg": [
			"NORM",
			"UNK",
			"RCV"
		],
		"dng": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"UNC@8bit",
			"UNC@16bit"
		],
		"doc": [
			"NORM",
			"UNK",
			"RCV"
		],
		"docm": [
			"NORM",
			"UNK",
			"RCV"
		],
		"docx": [
			"NORM",
			"UNK",
			"RCV"
		],
		"eml": [
			"NORM",
			"UNK",
			"RCV"
		],
		"emlx": [
			"NORM",
			"UNK",
			"RCV"
		],
		"env": [
			"NORM",
			"UNK",
			"RCV"
		],
		"eps": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"epub": [
			"NORM",
			"UNK",
			"RCV"
		],
		"exr": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"UNC@8bit",
			"UNC@16bit",
			"UNC@32bit",
			"PIZ@32bit",
			"DWAA@32bit"
		],
		"fcpbundle": [
			"NORM",
			"UNK",
			"RCV"
		],
		"fcpx": [
			"NORM",
			"UNK",
			"RCV"
		],
		"fig": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"UNC@8bit",
			"UNC@16bit"
		],
		"flac": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"flv": [
			"As_Shot",
			"H265",
			"H264",
			"H264@15Mbs",
			"H263",
			"H262",
			"HEVC",
			"MPEG1",
			"Theora",
			"ProRes422",
			"ProRes4444",
			"ProRes4444XQ",
			"ProResRaw",
			"Animation",
			"PhotoJPEG",
			"AASC",
			"AIC",
			"Pixlet",
			"AVCI",
			"AVCU",
			"DXV",
			"AV1",
			"FFmpeg",
			"VP6",
			"VP6E",
			"VP6S",
			"VP7",
			"VP8",
			"VP9",
			"Dirac",
			"RealVideo",
			"Cinepak",
			"DNxHD",
			"VC3",
			"Sorenson3",
			"SorensonSpark",
			"DivX",
			"WMV",
			"DV"
		],
		"gif": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"256",
			"128",
			"64",
			"32",
			"16",
			"8",
			"4",
			"2"
		],
		"glb": [
			"NORM",
			"UNK",
			"RCV"
		],
		"gltf": [
			"NORM",
			"UNK",
			"RCV"
		],
		"gz": [
			"NORM",
			"UNK",
			"RCV"
		],
		"hdr": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"UNC@32bit",
			"PIZ@32bit",
			"DWAA@32bit"
		],
		"heic": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"As_Shot",
			"HEVC",
			"H264"
		],
		"heics": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"As_Shot",
			"HEVC",
			"H264"
		],
		"heif": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"As_Shot",
			"HEVC",
			"H264"
		],
		"html": [
			"NORM",
			"UNK",
			"RCV"
		],
		"icns": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"ico": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"ics": [
			"NORM",
			"UNK",
			"RCV"
		],
		"iges": [
			"NORM",
			"UNK",
			"RCV"
		],
		"ind": [
			"NORM",
			"UNK",
			"RCV"
		],
		"indd": [
			"NORM",
			"UNK",
			"RCV"
		],
		"ini": [
			"NORM",
			"UNK",
			"RCV"
		],
		"iso": [
			"NORM",
			"UNK",
			"RCV"
		],
		"itt": [
			"NORM",
			"UNK",
			"RCV"
		],
		"jam": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"jp2": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"jpg": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"90",
			"80",
			"70",
			"60",
			"50",
			"40",
			"30",
			"20",
			"10"
		],
		"js": [
			"NORM",
			"UNK",
			"RCV"
		],
		"json": [
			"NORM",
			"UNK",
			"RCV"
		],
		"jsx": [
			"NORM",
			"UNK",
			"RCV"
		],
		"jxl": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"key": [
			"NORM",
			"UNK",
			"RCV"
		],
		"less": [
			"NORM",
			"UNK",
			"RCV"
		],
		"lwo": [
			"NORM",
			"UNK",
			"RCV"
		],
		"lws": [
			"NORM",
			"UNK",
			"RCV"
		],
		"m4a": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"LowKB@LowK",
			"LowKB@32K",
			"OtherKB@32K",
			"128KB@32K",
			"144KB@32K",
			"160KB@32K",
			"192KB@32K",
			"224KB@32K",
			"256KB@32K",
			"320KB@32K",
			"VariKB@32K",
			"LowKB@44.1K",
			"OtherKB@44.1K",
			"128KB@44.1K",
			"144KB@44.1K",
			"160KB@44.1K",
			"192KB@44.1K",
			"224KB@44.1K",
			"256KB@44.1K",
			"320KB@44.1K",
			"VariKB@44.1K",
			"LowKB@48K",
			"OtherKB@48K",
			"128KB@48K",
			"144KB@48K",
			"160KB@48K",
			"192KB@48K",
			"224KB@48K",
			"256KB@48K",
			"320KB@48K",
			"VariKB@48K",
			"LowKB@MissingK",
			"OtherKB@MissingK",
			"128KB@MissingK",
			"144KB@MissingK",
			"160KB@MissingK",
			"192KB@MissingK",
			"224KB@MissingK",
			"256KB@MissingK",
			"320KB@MissingK",
			"VariKB@MissingK",
			"MissingKB@LowK",
			"MissingKB@32K",
			"MissingKB@44.1K",
			"MissingKB@48K",
			"MissingKB@MissingK",
			"LowKB@OtherK",
			"OtherKB@OtherK",
			"128KB@OtherK",
			"144KB@OtherK",
			"160KB@OtherK",
			"192KB@OtherK",
			"224KB@OtherK",
			"256KB@OtherK",
			"320KB@OtherK",
			"VariKB@OtherK"
		],
		"m4v": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"As_Shot",
			"H265",
			"H264",
			"H264@15Mbs",
			"H263",
			"H262",
			"HEVC",
			"MPEG1",
			"Theora",
			"ProRes422",
			"ProRes4444",
			"ProRes4444XQ",
			"ProResRaw",
			"Animation",
			"PhotoJPEG",
			"AASC",
			"AIC",
			"Pixlet",
			"AVCI",
			"AVCU",
			"DXV",
			"AV1",
			"FFmpeg",
			"VP6",
			"VP6E",
			"VP6S",
			"VP7",
			"VP8",
			"VP9",
			"Dirac",
			"RealVideo",
			"Cinepak",
			"DNxHD",
			"VC3",
			"Sorenson3",
			"SorensonSpark",
			"DivX",
			"WMV",
			"DV"
		],
		"mcn": [
			"NORM",
			"UNK",
			"RCV"
		],
		"md": [
			"NORM",
			"UNK",
			"RCV"
		],
		"mdx": [
			"NORM",
			"UNK",
			"RCV"
		],
		"mhtml": [
			"NORM",
			"UNK",
			"RCV"
		],
		"mkv": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"As_Shot",
			"H265",
			"H264",
			"H264@15Mbs",
			"H263",
			"H262",
			"HEVC",
			"MPEG1",
			"Theora",
			"ProRes422",
			"ProRes4444",
			"ProRes4444XQ",
			"ProResRaw",
			"Animation",
			"PhotoJPEG",
			"AASC",
			"AIC",
			"Pixlet",
			"AVCI",
			"AVCU",
			"DXV",
			"AV1",
			"FFmpeg",
			"VP6",
			"VP6E",
			"VP6S",
			"VP7",
			"VP8",
			"VP9",
			"Dirac",
			"RealVideo",
			"Cinepak",
			"DNxHD",
			"VC3",
			"Sorenson3",
			"SorensonSpark",
			"DivX",
			"WMV",
			"DV"
		],
		"mobi": [
			"NORM",
			"UNK",
			"RCV"
		],
		"motn": [
			"NORM",
			"UNK",
			"RCV"
		],
		"mov": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"As_Shot",
			"H265",
			"H264",
			"H264@15Mbs",
			"H263",
			"H262",
			"HEVC",
			"MPEG1",
			"Theora",
			"ProRes422",
			"ProRes4444",
			"ProRes4444XQ",
			"ProResRaw",
			"Animation",
			"PhotoJPEG",
			"AASC",
			"AIC",
			"Pixlet",
			"AVCI",
			"AVCU",
			"DXV",
			"AV1",
			"FFmpeg",
			"VP6",
			"VP6E",
			"VP6S",
			"VP7",
			"VP8",
			"VP9",
			"Dirac",
			"RealVideo",
			"Cinepak",
			"DNxHD",
			"VC3",
			"Sorenson3",
			"SorensonSpark",
			"DivX",
			"WMV",
			"DV"
		],
		"mp3": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"LowKB@LowK",
			"LowKB@32K",
			"OtherKB@32K",
			"128KB@32K",
			"144KB@32K",
			"160KB@32K",
			"192KB@32K",
			"224KB@32K",
			"256KB@32K",
			"320KB@32K",
			"VariKB@32K",
			"LowKB@44.1K",
			"OtherKB@44.1K",
			"128KB@44.1K",
			"144KB@44.1K",
			"160KB@44.1K",
			"192KB@44.1K",
			"224KB@44.1K",
			"256KB@44.1K",
			"320KB@44.1K",
			"VariKB@44.1K",
			"LowKB@48K",
			"OtherKB@48K",
			"128KB@48K",
			"144KB@48K",
			"160KB@48K",
			"192KB@48K",
			"224KB@48K",
			"256KB@48K",
			"320KB@48K",
			"VariKB@48K",
			"LowKB@MissingK",
			"OtherKB@MissingK",
			"128KB@MissingK",
			"144KB@MissingK",
			"160KB@MissingK",
			"192KB@MissingK",
			"224KB@MissingK",
			"256KB@MissingK",
			"320KB@MissingK",
			"VariKB@MissingK",
			"MissingKB@LowK",
			"MissingKB@32K",
			"MissingKB@44.1K",
			"MissingKB@48K",
			"MissingKB@MissingK",
			"LowKB@OtherK",
			"OtherKB@OtherK",
			"128KB@OtherK",
			"144KB@OtherK",
			"160KB@OtherK",
			"192KB@OtherK",
			"224KB@OtherK",
			"256KB@OtherK",
			"320KB@OtherK",
			"VariKB@OtherK"
		],
		"mp4": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"As_Shot",
			"H265",
			"H264",
			"H264@15Mbs",
			"H263",
			"H262",
			"HEVC",
			"MPEG1",
			"Theora",
			"ProRes422",
			"ProRes4444",
			"ProRes4444XQ",
			"ProResRaw",
			"Animation",
			"PhotoJPEG",
			"AASC",
			"AIC",
			"Pixlet",
			"AVCI",
			"AVCU",
			"DXV",
			"AV1",
			"FFmpeg",
			"VP6",
			"VP6E",
			"VP6S",
			"VP7",
			"VP8",
			"VP9",
			"Dirac",
			"RealVideo",
			"Cinepak",
			"DNxHD",
			"VC3",
			"Sorenson3",
			"SorensonSpark",
			"DivX",
			"WMV",
			"DV"
		],
		"mpg": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"As_Shot",
			"H265",
			"H264",
			"H264@15Mbs",
			"H263",
			"H262",
			"HEVC",
			"MPEG1",
			"Theora",
			"ProRes422",
			"ProRes4444",
			"ProRes4444XQ",
			"ProResRaw",
			"Animation",
			"PhotoJPEG",
			"AASC",
			"AIC",
			"Pixlet",
			"AVCI",
			"AVCU",
			"DXV",
			"AV1",
			"FFmpeg",
			"VP6",
			"VP6E",
			"VP6S",
			"VP7",
			"VP8",
			"VP9",
			"Dirac",
			"RealVideo",
			"Cinepak",
			"DNxHD",
			"VC3",
			"Sorenson3",
			"SorensonSpark",
			"DivX",
			"WMV",
			"DV"
		],
		"msg": [
			"NORM",
			"UNK",
			"RCV"
		],
		"mxf": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"As_Shot",
			"H265",
			"H264",
			"H264@15Mbs",
			"H263",
			"H262",
			"HEVC",
			"MPEG1",
			"Theora",
			"ProRes422",
			"ProRes4444",
			"ProRes4444XQ",
			"ProResRaw",
			"Animation",
			"PhotoJPEG",
			"AASC",
			"AIC",
			"Pixlet",
			"AVCI",
			"AVCU",
			"DXV",
			"AV1",
			"FFmpeg",
			"VP6",
			"VP6E",
			"VP6S",
			"VP7",
			"VP8",
			"VP9",
			"Dirac",
			"RealVideo",
			"Cinepak",
			"DNxHD",
			"VC3",
			"Sorenson3",
			"SorensonSpark",
			"DivX",
			"WMV",
			"DV"
		],
		"nef": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"UNC@8bit",
			"UNC@16bit"
		],
		"nrw": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"UNC@8bit",
			"UNC@16bit"
		],
		"numbers": [
			"NORM",
			"UNK",
			"RCV"
		],
		"obj": [
			"NORM",
			"UNK",
			"RCV"
		],
		"odf": [
			"NORM",
			"UNK",
			"RCV"
		],
		"odg": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"90",
			"80",
			"70",
			"60",
			"50",
			"40",
			"30",
			"20",
			"10"
		],
		"odp": [
			"NORM",
			"UNK",
			"RCV"
		],
		"ods": [
			"NORM",
			"UNK",
			"RCV"
		],
		"odt": [
			"NORM",
			"UNK",
			"RCV"
		],
		"ogg": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"ogv": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"As_Shot",
			"H265",
			"H264",
			"H264@15Mbs",
			"H263",
			"H262",
			"HEVC",
			"MPEG1",
			"Theora",
			"ProRes422",
			"ProRes4444",
			"ProRes4444XQ",
			"ProResRaw",
			"Animation",
			"PhotoJPEG",
			"AASC",
			"AIC",
			"Pixlet",
			"AVCI",
			"AVCU",
			"DXV",
			"AV1",
			"FFmpeg",
			"VP6",
			"VP6E",
			"VP6S",
			"VP7",
			"VP8",
			"VP9",
			"Dirac",
			"RealVideo",
			"Cinepak",
			"DNxHD",
			"VC3",
			"Sorenson3",
			"SorensonSpark",
			"DivX",
			"WMV",
			"DV"
		],
		"one": [
			"NORM",
			"UNK",
			"RCV"
		],
		"opus": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"pages": [
			"NORM",
			"UNK",
			"RCV"
		],
		"parquet": [
			"NORM",
			"UNK",
			"RCV"
		],
		"pdf": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"compressed"
		],
		"pkg": [
			"NORM",
			"UNK",
			"RCV"
		],
		"ply": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"pmb": [
			"NORM",
			"UNK",
			"RCV"
		],
		"png": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"32",
			"24",
			"UNC@16bit",
			"8@256",
			"8@128",
			"8@64",
			"8@32",
			"8@16",
			"8@8",
			"8@4",
			"8@2"
		],
		"ppt": [
			"NORM",
			"UNK",
			"RCV"
		],
		"pptm": [
			"NORM",
			"UNK",
			"RCV"
		],
		"pptx": [
			"NORM",
			"UNK",
			"RCV"
		],
		"prproj": [
			"NORM",
			"UNK",
			"RCV"
		],
		"psb": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"UNC@8bit",
			"UNC@16bit"
		],
		"psd": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"UNC@8bit",
			"UNC@16bit"
		],
		"pvt": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"pxd": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"UNC@8bit",
			"UNC@16bit"
		],
		"py": [
			"NORM",
			"UNK",
			"RCV"
		],
		"r3d": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"rar": [
			"NORM",
			"UNK",
			"RCV"
		],
		"rtf": [
			"NORM",
			"UNK",
			"RCV"
		],
		"sass": [
			"NORM",
			"UNK",
			"RCV"
		],
		"scr": [
			"NORM",
			"UNK",
			"RCV"
		],
		"scss": [
			"NORM",
			"UNK",
			"RCV"
		],
		"sesx": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"sh": [
			"NORM",
			"UNK",
			"RCV"
		],
		"shtml": [
			"NORM",
			"UNK",
			"RCV"
		],
		"sit": [
			"NORM",
			"UNK",
			"RCV"
		],
		"sitx": [
			"NORM",
			"UNK",
			"RCV"
		],
		"smmx": [
			"NORM",
			"UNK",
			"RCV"
		],
		"sog": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"Band_0",
			"Band_1",
			"Band_2",
			"Band_3"
		],
		"sql": [
			"NORM",
			"UNK",
			"RCV"
		],
		"sqlite": [
			"NORM",
			"UNK",
			"RCV"
		],
		"sr2": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"UNC@8bit",
			"UNC@16bit"
		],
		"srf": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"UNC@8bit",
			"UNC@16bit"
		],
		"srt": [
			"NORM",
			"UNK",
			"RCV"
		],
		"step": [
			"NORM",
			"UNK",
			"RCV"
		],
		"stl": [
			"NORM",
			"UNK",
			"RCV"
		],
		"svg": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"svgz": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"GZip"
		],
		"tar": [
			"NORM",
			"UNK",
			"RCV"
		],
		"tex": [
			"NORM",
			"UNK",
			"RCV"
		],
		"tga": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"tif": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"UNC@8bit",
			"UNC@16bit",
			"LZW@8bit",
			"ZIP@8bit",
			"LZW@16bit",
			"ZIP@16bit"
		],
		"tiff": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"UNC@8bit",
			"UNC@16bit",
			"LZW@8bit",
			"ZIP@8bit",
			"LZW@16bit",
			"ZIP@16bit"
		],
		"toml": [
			"NORM",
			"UNK",
			"RCV"
		],
		"ts": [
			"NORM",
			"UNK",
			"RCV"
		],
		"tsv": [
			"NORM",
			"UNK",
			"RCV"
		],
		"tsx": [
			"NORM",
			"UNK",
			"RCV"
		],
		"txt": [
			"NORM",
			"UNK",
			"RCV"
		],
		"unknown": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"vob": [
			"As_Shot",
			"H265",
			"H264",
			"H264@15Mbs",
			"H263",
			"H262",
			"HEVC",
			"MPEG1",
			"Theora",
			"ProRes422",
			"ProRes4444",
			"ProRes4444XQ",
			"ProResRaw",
			"Animation",
			"PhotoJPEG",
			"AASC",
			"AIC",
			"Pixlet",
			"AVCI",
			"AVCU",
			"DXV",
			"AV1",
			"FFmpeg",
			"VP6",
			"VP6E",
			"VP6S",
			"VP7",
			"VP8",
			"VP9",
			"Dirac",
			"RealVideo",
			"Cinepak",
			"DNxHD",
			"VC3",
			"Sorenson3",
			"SorensonSpark",
			"DivX",
			"WMV",
			"DV"
		],
		"wav": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"PCM_UNC@44.1K",
			"Other"
		],
		"wbmp": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"None",
			"Diffusion",
			"Pattern",
			"Noise"
		],
		"webm": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"As_Shot",
			"H265",
			"H264",
			"H264@15Mbs",
			"H263",
			"H262",
			"HEVC",
			"MPEG1",
			"Theora",
			"ProRes422",
			"ProRes4444",
			"ProRes4444XQ",
			"ProResRaw",
			"Animation",
			"PhotoJPEG",
			"AASC",
			"AIC",
			"Pixlet",
			"AVCI",
			"AVCU",
			"DXV",
			"AV1",
			"FFmpeg",
			"VP6",
			"VP6E",
			"VP6S",
			"VP7",
			"VP8",
			"VP9",
			"Dirac",
			"RealVideo",
			"Cinepak",
			"DNxHD",
			"VC3",
			"Sorenson3",
			"SorensonSpark",
			"DivX",
			"WMV",
			"DV"
		],
		"webp": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"90",
			"80",
			"70",
			"60",
			"50",
			"40",
			"30",
			"20",
			"10"
		],
		"wma": [
			"UNK",
			"UNC",
			"NORM",
			"RCV"
		],
		"xfavc": [
			"UNK",
			"UNC",
			"NORM",
			"RCV",
			"As_Shot",
			"H265",
			"H264",
			"H264@15Mbs",
			"H263",
			"H262",
			"HEVC",
			"MPEG1",
			"Theora",
			"ProRes422",
			"ProRes4444",
			"ProRes4444XQ",
			"ProResRaw",
			"Animation",
			"PhotoJPEG",
			"AASC",
			"AIC",
			"Pixlet",
			"AVCI",
			"AVCU",
			"DXV",
			"AV1",
			"FFmpeg",
			"VP6",
			"VP6E",
			"VP6S",
			"VP7",
			"VP8",
			"VP9",
			"Dirac",
			"RealVideo",
			"Cinepak",
			"DNxHD",
			"VC3",
			"Sorenson3",
			"SorensonSpark",
			"DivX",
			"WMV",
			"DV"
		],
		"xls": [
			"NORM",
			"UNK",
			"RCV"
		],
		"xlsm": [
			"NORM",
			"UNK",
			"RCV"
		],
		"xlsx": [
			"NORM",
			"UNK",
			"RCV"
		],
		"xml": [
			"NORM",
			"UNK",
			"RCV"
		],
		"xz": [
			"NORM",
			"UNK",
			"RCV"
		],
		"yaml": [
			"NORM",
			"UNK",
			"RCV"
		],
		"yml": [
			"NORM",
			"UNK",
			"RCV"
		],
		"zip": [
			"NORM",
			"UNK",
			"RCV"
		],
		"zst": [
			"NORM",
			"UNK",
			"RCV"
		]
	},
	"x-flag-definitions": {
		"addtext": {
			"label": "Add Text",
			"output": "add_text",
			"categories": [
				"to do"
			]
		},
		"adjust": {
			"label": "To Adjust",
			"output": "to adjust",
			"categories": [
				"to do"
			]
		},
		"adjusted": {
			"label": "Adjusted",
			"output": "adjusted",
			"categories": [
				"modification",
				"images",
				"media"
			]
		},
		"ai": {
			"label": "AI Content",
			"output": "ai",
			"categories": [
				"modification",
				"type",
				"images",
				"docs",
				"media",
				"code"
			]
		},
		"alt": {
			"label": "Alt Version",
			"output": "alt",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"altered": {
			"label": "Altered",
			"output": "altered",
			"categories": [
				"modification",
				"images",
				"media"
			]
		},
		"animation": {
			"label": "Animated",
			"output": "animated",
			"categories": [
				"type",
				"media"
			]
		},
		"annotate": {
			"label": "To Annotate",
			"output": "to annotate",
			"categories": [
				"to do"
			]
		},
		"annotated": {
			"label": "Annotated",
			"output": "annotated",
			"categories": [
				"modification"
			]
		},
		"approved": {
			"label": "Approved",
			"output": "approved",
			"categories": [
				"grade",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"archived": {
			"label": "Archived",
			"output": "archived",
			"categories": [
				"grade",
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"assembled": {
			"label": "Assembled",
			"output": "assembled",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"asSent": {
			"label": "As Sent",
			"output": "as_sent",
			"categories": [
				"grade",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"asUsed": {
			"label": "As Used",
			"output": "as_used",
			"categories": [
				"grade",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"attachment": {
			"label": "Attachment",
			"output": "attachment",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"audio": {
			"label": "Audio",
			"output": "audio",
			"categories": [
				"type",
				"media"
			]
		},
		"auto": {
			"label": "Auto Exposure",
			"output": "auto",
			"categories": [
				"images",
				"media"
			]
		},
		"background": {
			"label": "Background Color?",
			"categories": [
				"images",
				"media"
			],
			"valueProperty": "flagValues.background",
			"outputPrefix": "bg"
		},
		"backup": {
			"label": "Backup",
			"output": "backup",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"bad": {
			"label": "Bad",
			"output": "bad",
			"categories": [
				"grade",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"beautified": {
			"label": "Beautified",
			"output": "beautified",
			"categories": [
				"modification",
				"images",
				"media"
			]
		},
		"beautify": {
			"label": "To Beautify",
			"output": "to beautify",
			"categories": [
				"to do"
			]
		},
		"bg": {
			"label": "Background",
			"output": "bg",
			"categories": [
				"code",
				"docs",
				"images",
				"media",
				"type"
			]
		},
		"blank": {
			"label": "Blank",
			"output": "blank",
			"categories": [
				"grade",
				"modification",
				"docs",
				"images",
				"code"
			]
		},
		"blurred": {
			"label": "Blurred",
			"output": "blurred",
			"categories": [
				"grade",
				"modification",
				"images",
				"media"
			]
		},
		"bracketed": {
			"label": "Part of Bracket",
			"output": "bracketed",
			"categories": [
				"images"
			]
		},
		"captioned": {
			"label": "Captioned",
			"output": "captioned",
			"categories": [
				"media",
				"modification"
			]
		},
		"collage": {
			"label": "Collage",
			"output": "collage",
			"categories": [
				"media",
				"images",
				"type"
			]
		},
		"comp": {
			"label": "Design Comp",
			"output": "design_comp",
			"categories": [
				"type",
				"images",
				"media"
			]
		},
		"composited": {
			"label": "Composited",
			"output": "composited",
			"categories": [
				"modification",
				"images",
				"media"
			]
		},
		"concept": {
			"label": "Concept",
			"output": "concept",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"confidential": {
			"label": "Confidential",
			"output": "confidential",
			"categories": [
				"type",
				"docs"
			]
		},
		"convert": {
			"label": "To Convert",
			"output": "to convert",
			"categories": [
				"to do"
			]
		},
		"converted": {
			"label": "Converted",
			"output": "converted",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"corrected": {
			"label": "Corrected",
			"output": "corrected",
			"categories": [
				"modification",
				"images",
				"media",
				"docs",
				"code"
			]
		},
		"crop": {
			"label": "To Crop",
			"output": "to crop",
			"categories": [
				"to do"
			]
		},
		"cropped": {
			"label": "Cropped",
			"output": "cropped",
			"categories": [
				"modification",
				"images"
			]
		},
		"data": {
			"label": "Data",
			"output": "data",
			"categories": [
				"code",
				"docs"
			]
		},
		"deprecated": {
			"label": "Deprecated",
			"output": "deprecated",
			"categories": [
				"grade",
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"dialogue": {
			"label": "Dialogue",
			"output": "dialogue",
			"categories": [
				"media",
				"modification"
			]
		},
		"dither": {
			"label": "Dithered?",
			"categories": [
				"images"
			],
			"valueProperty": "flagValues.dither",
			"outputPrefix": "dither"
		},
		"doNotUse": {
			"label": "Do Not Use",
			"output": "do_not_use",
			"categories": "grade"
		},
		"downloaded": {
			"label": "Downloaded",
			"output": "downloaded",
			"categories": [
				"grade",
				"modification",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"draft": {
			"label": "Draft",
			"output": "DRAFT",
			"categories": [
				"type",
				"docs",
				"media",
				"code"
			]
		},
		"dupe": {
			"label": "Duplicate",
			"output": "dupe",
			"categories": [
				"type"
			]
		},
		"edit": {
			"label": "To Edit",
			"output": "to edit",
			"categories": [
				"to do"
			]
		},
		"edited": {
			"label": "Edited",
			"output": "edited",
			"categories": [
				"modification",
				"images",
				"docs",
				"media",
				"code"
			]
		},
		"element": {
			"label": "Element",
			"output": "element",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"error": {
			"label": "Error",
			"output": "error",
			"categories": [
				"grade",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"executed": {
			"label": "Executed",
			"output": "executed",
			"categories": [
				"grade",
				"modification",
				"docs"
			]
		},
		"extended": {
			"label": "Extended",
			"output": "extended",
			"categories": [
				"images",
				"modification",
				"media",
				"docs",
				"code"
			]
		},
		"fg": {
			"label": "Foreground",
			"output": "fg",
			"categories": [
				"code",
				"docs",
				"images",
				"media",
				"type"
			]
		},
		"filed": {
			"label": "Filed",
			"output": "filed",
			"categories": [
				"grade",
				"modification",
				"docs"
			]
		},
		"filled": {
			"label": "Filled",
			"output": "filled",
			"categories": [
				"grade",
				"modification",
				"docs"
			]
		},
		"filter": {
			"label": "To Filter",
			"output": "to filter",
			"categories": [
				"to do"
			]
		},
		"filtered": {
			"label": "Filtered",
			"output": "filtered",
			"categories": [
				"modification",
				"images"
			]
		},
		"fix": {
			"label": "To Fix",
			"output": "to fix",
			"categories": [
				"to do",
				"grade"
			]
		},
		"flattened": {
			"label": "Flattened",
			"output": "flattened",
			"categories": [
				"modification",
				"images"
			]
		},
		"flipped": {
			"label": "Flipped",
			"output": "flipped",
			"categories": [
				"modification",
				"images",
				"media"
			]
		},
		"forclient": {
			"label": "For Client",
			"output": "for_client",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"forcomposite": {
			"label": "For Composite",
			"output": "for_composite",
			"categories": [
				"modification",
				"images",
				"media",
				"type"
			]
		},
		"foreground": {
			"label": "Foreground Color?",
			"categories": [
				"images",
				"media"
			],
			"valueProperty": "flagValues.foreground",
			"outputPrefix": "fg"
		},
		"formatted": {
			"label": "Formatted",
			"output": "formatted",
			"categories": [
				"type",
				"docs",
				"code"
			]
		},
		"forprint": {
			"label": "For Print",
			"output": "for_print",
			"categories": [
				"type",
				"docs",
				"images"
			]
		},
		"forprogram": {
			"label": "For Program?",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			],
			"valueProperty": "flagValues.forprogram",
			"outputPrefix": "for_"
		},
		"forweb": {
			"label": "For Web",
			"output": "for_web",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"fps": {
			"label": "Frames Per Second?",
			"categories": [
				"media"
			],
			"valueProperty": "flagValues.fps",
			"outputPrefix": "fps"
		},
		"framed": {
			"label": "Framed",
			"output": "framed",
			"categories": [
				"images",
				"modification",
				"media"
			]
		},
		"fromaperture": {
			"label": "From Aperture",
			"output": "from_aperture",
			"categories": [
				"images"
			]
		},
		"fromillust": {
			"label": "From Illustrator",
			"output": "from_illust",
			"categories": [
				"images"
			]
		},
		"fromindesign": {
			"label": "From InDesign",
			"output": "from_indd",
			"categories": [
				"docs"
			]
		},
		"fromlightroom": {
			"label": "From Lightroom",
			"output": "from_lightroom",
			"categories": [
				"images"
			]
		},
		"fromprogram": {
			"label": "From Program?",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			],
			"valueProperty": "flagValues.fromprogram",
			"outputPrefix": "from_"
		},
		"frompsd": {
			"label": "From Photoshop",
			"output": "from_psd",
			"categories": [
				"type",
				"images"
			]
		},
		"fromraw": {
			"label": "From RAW",
			"output": "from_raw",
			"categories": [
				"type",
				"images"
			]
		},
		"fromweb": {
			"label": "From Web",
			"output": "from_web",
			"categories": [
				"type",
				"images",
				"media",
				"docs",
				"code"
			]
		},
		"graded": {
			"label": "Graded",
			"output": "graded",
			"categories": [
				"modification",
				"grade",
				"images",
				"media",
				"docs",
				"code"
			]
		},
		"hdr": {
			"label": "HDR Exposure",
			"output": "hdr",
			"categories": [
				"type",
				"images",
				"media"
			]
		},
		"icon": {
			"label": "Icon",
			"output": "icon",
			"categories": [
				"type",
				"images"
			]
		},
		"illustration": {
			"label": "Illustration",
			"output": "illustration",
			"categories": [
				"type",
				"images"
			]
		},
		"intermediate": {
			"label": "Intermediate",
			"output": "intermediate",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"internal": {
			"label": "Internal",
			"output": "internal",
			"categories": [
				"type"
			]
		},
		"isolate": {
			"label": "To Isolate",
			"output": "to isolate",
			"categories": [
				"to do"
			]
		},
		"isolated": {
			"label": "Isolated",
			"output": "isolated",
			"categories": [
				"modification",
				"images",
				"media"
			]
		},
		"israw": {
			"label": "Is RAW",
			"output": "raw",
			"categories": [
				"type",
				"images"
			]
		},
		"layered": {
			"label": "Layered",
			"output": "layered",
			"categories": [
				"type",
				"images",
				"media"
			]
		},
		"layout": {
			"label": "Layout",
			"output": "layout",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"licensed": {
			"label": "Licensed",
			"output": "licensed",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"livephoto": {
			"label": "Live Photo",
			"output": "livephoto",
			"categories": [
				"type",
				"images"
			]
		},
		"lossy": {
			"label": "Lossy?",
			"categories": [
				"images",
				"media"
			],
			"valueProperty": "flagValues.lossy",
			"outputPrefix": "lossy"
		},
		"manual": {
			"label": "Manual Exposure",
			"output": "manual",
			"categories": [
				"images",
				"media"
			]
		},
		"markup": {
			"label": "Markup",
			"output": "markup",
			"categories": [
				"type",
				"code",
				"docs"
			]
		},
		"master": {
			"label": "Master",
			"output": "master",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"matte": {
			"label": "Matte Color?",
			"categories": [
				"images",
				"media"
			],
			"valueProperty": "flagValues.matte",
			"outputPrefix": "matte"
		},
		"mechanical": {
			"label": "Mechanical",
			"output": "mechanical",
			"categories": [
				"type",
				"docs",
				"images",
				"media"
			]
		},
		"mockup": {
			"label": "Mockup",
			"output": "mockup",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"mograph": {
			"label": "Motion Graphic",
			"output": "mograph",
			"categories": [
				"type",
				"media"
			]
		},
		"mono": {
			"label": "Mono",
			"output": "mono",
			"categories": [
				"type",
				"media"
			]
		},
		"mos": {
			"label": "No Audio (MOS)",
			"output": "mos",
			"categories": [
				"media"
			]
		},
		"multi": {
			"label": "Multi Items in File",
			"output": "multi",
			"categories": [
				"type",
				"images",
				"docs",
				"media"
			]
		},
		"music": {
			"label": "Music",
			"output": "music",
			"categories": [
				"type",
				"media"
			]
		},
		"narrated": {
			"label": "Narrated",
			"output": "narrated",
			"categories": [
				"media",
				"modification"
			]
		},
		"noMeta": {
			"label": "No Metadata",
			"output": "no_meta",
			"categories": [
				"type",
				"docs",
				"images",
				"media"
			]
		},
		"notarized": {
			"label": "Notarized",
			"output": "notarized",
			"categories": [
				"grade",
				"modification",
				"docs"
			]
		},
		"notforclient": {
			"label": "Not For Client",
			"output": "not_for_client",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"notUsed": {
			"label": "Not Used",
			"output": "not_used",
			"categories": [
				"grade",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"original": {
			"label": "Original",
			"output": "original",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"outlined": {
			"label": "Outlined",
			"output": "outlined",
			"categories": [
				"modification",
				"images"
			]
		},
		"output": {
			"label": "Output",
			"output": "output",
			"categories": [
				"type",
				"images",
				"media"
			]
		},
		"outtake": {
			"label": "Outtake",
			"output": "outtake",
			"categories": [
				"grade",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"painted": {
			"label": "Painted",
			"output": "painted",
			"categories": [
				"type",
				"images",
				"media"
			]
		},
		"pano": {
			"label": "Panorama",
			"output": "pano",
			"categories": [
				"type",
				"images",
				"media"
			]
		},
		"patch": {
			"label": "To Patch",
			"output": "to patch",
			"categories": [
				"to do"
			]
		},
		"patched": {
			"label": "Patched",
			"output": "patched",
			"categories": [
				"modification",
				"images",
				"media"
			]
		},
		"photo": {
			"label": "Photo",
			"output": "photo",
			"categories": [
				"type",
				"images"
			]
		},
		"placeholder": {
			"label": "Placeholder",
			"output": "placeholder",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"plate": {
			"label": "Plate",
			"output": "plate",
			"categories": [
				"type",
				"images",
				"media"
			]
		},
		"pristine": {
			"label": "Pristine",
			"output": "pristine",
			"categories": [
				"grade",
				"docs"
			]
		},
		"process": {
			"label": "To Process",
			"output": "to process",
			"categories": [
				"to do"
			]
		},
		"product": {
			"label": "Product",
			"output": "product",
			"categories": [
				"type",
				"images",
				"media"
			]
		},
		"production": {
			"label": "Production",
			"output": "production",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"proof": {
			"label": "Proof",
			"output": "proof",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"proxy": {
			"label": "Proxy",
			"output": "proxy",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"received": {
			"label": "Received",
			"output": "received",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"recto": {
			"label": "Recto (Front)",
			"output": "recto",
			"categories": [
				"type",
				"images",
				"docs"
			]
		},
		"redacted": {
			"label": "Redacted",
			"output": "redacted",
			"categories": [
				"grade",
				"modification",
				"docs"
			]
		},
		"redlined": {
			"label": "Redlined",
			"output": "redlined",
			"categories": [
				"modification",
				"docs",
				"code"
			]
		},
		"reference": {
			"label": "Reference",
			"output": "ref",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"release": {
			"label": "To Release",
			"output": "to release",
			"categories": [
				"to do"
			]
		},
		"released": {
			"label": "Released",
			"output": "released",
			"categories": [
				"grade",
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"rendered": {
			"label": "Rendered",
			"output": "rendered",
			"categories": [
				"type",
				"images",
				"media"
			]
		},
		"rephoto": {
			"label": "Rephotographed",
			"output": "rephoto",
			"categories": [
				"type",
				"images"
			]
		},
		"replica": {
			"label": "Replica",
			"output": "replica",
			"categories": [
				"type",
				"code",
				"docs",
				"images",
				"media"
			]
		},
		"resize": {
			"label": "To Resize",
			"output": "to resize",
			"categories": [
				"to do"
			]
		},
		"restricted": {
			"label": "Restricted",
			"output": "restricted",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"retouch": {
			"label": "To Retouch",
			"output": "to retouch",
			"categories": [
				"to do",
				"grade"
			]
		},
		"retouched": {
			"label": "Retouched",
			"output": "retouched",
			"categories": [
				"modification",
				"images"
			]
		},
		"revision": {
			"label": "Revision",
			"output": "revision",
			"categories": [
				"type"
			]
		},
		"rotate": {
			"label": "To Rotate",
			"output": "to rotate",
			"categories": [
				"to do"
			]
		},
		"rotated": {
			"label": "Rotated",
			"output": "rotated",
			"categories": [
				"modification",
				"images",
				"media"
			]
		},
		"rush": {
			"label": "Rush",
			"output": "rush",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"sample": {
			"label": "Sample",
			"output": "sample",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"sampled": {
			"label": "Sampled",
			"output": "sampled",
			"categories": [
				"modification",
				"media"
			]
		},
		"scaled": {
			"label": "Scaled",
			"output": "scaled",
			"categories": [
				"modification",
				"images",
				"media"
			]
		},
		"scanned": {
			"label": "Scanned",
			"output": "scanned",
			"categories": [
				"type",
				"docs",
				"images"
			]
		},
		"screenshot": {
			"label": "Screenshot",
			"output": "screenshot",
			"categories": [
				"type",
				"images",
				"media"
			]
		},
		"secured": {
			"label": "Secured",
			"output": "secured",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"select": {
			"label": "Select",
			"output": "select",
			"categories": [
				"grade",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"shaped": {
			"label": "Shaped",
			"output": "shaped",
			"categories": [
				"modification",
				"images"
			]
		},
		"sketch": {
			"label": "Sketch",
			"output": "sketch",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"slated": {
			"label": "Slated",
			"output": "slated",
			"categories": [
				"images",
				"media"
			]
		},
		"soft": {
			"label": "Soft",
			"output": "soft",
			"categories": [
				"grade",
				"images",
				"media"
			]
		},
		"stereo": {
			"label": "Stereo",
			"output": "stereo",
			"categories": [
				"type",
				"media"
			]
		},
		"stitch": {
			"label": "To Stitch",
			"output": "to stitch",
			"categories": [
				"to do"
			]
		},
		"stitched": {
			"label": "Stitched",
			"output": "stitched",
			"categories": [
				"modification",
				"images"
			]
		},
		"superseded": {
			"label": "Superseded",
			"output": "superseded",
			"categories": [
				"code",
				"docs",
				"images",
				"grade",
				"type"
			]
		},
		"surround": {
			"label": "Surround",
			"output": "surround",
			"categories": [
				"type",
				"media"
			]
		},
		"sync": {
			"label": "To Sync",
			"output": "to sync",
			"categories": [
				"to do",
				"media"
			]
		},
		"synced": {
			"label": "Synced",
			"output": "synced",
			"categories": [
				"modification",
				"media"
			]
		},
		"tailslate": {
			"label": "Tail Slate",
			"output": "tailslate",
			"categories": [
				"images",
				"media"
			]
		},
		"test": {
			"label": "To Test",
			"output": "to test",
			"categories": [
				"type",
				"to do"
			]
		},
		"tested": {
			"label": "Tested",
			"output": "tested",
			"categories": [
				"type",
				"grade",
				"code",
				"media"
			]
		},
		"tmp": {
			"label": "Tmp Version",
			"output": "tmp",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"transparency": {
			"label": "Transparency",
			"output": "bgTrans",
			"categories": [
				"images",
				"media"
			]
		},
		"trash": {
			"label": "Trash",
			"output": "trash",
			"categories": [
				"grade"
			]
		},
		"trim": {
			"label": "To Trim",
			"output": "to trim",
			"categories": [
				"to do"
			]
		},
		"trimmed": {
			"label": "Trimmed",
			"output": "trimmed",
			"categories": [
				"modification",
				"images",
				"media"
			]
		},
		"unapproved": {
			"label": "Unapproved",
			"output": "unapproved",
			"categories": [
				"grade",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"unfinished": {
			"label": "Unfinished",
			"output": "unfinished",
			"categories": [
				"grade",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"unfocused": {
			"label": "Unfocused",
			"output": "unfocused",
			"categories": [
				"grade",
				"images",
				"media"
			]
		},
		"unlicensed": {
			"label": "Unlicensed",
			"output": "unlicensed",
			"categories": [
				"type",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"unofficial": {
			"label": "Unofficial",
			"output": "unofficial",
			"categories": [
				"grade",
				"docs",
				"images",
				"media",
				"code"
			]
		},
		"untested": {
			"label": "Untested",
			"output": "untested",
			"categories": [
				"type",
				"grade",
				"code",
				"media"
			]
		},
		"upsized": {
			"label": "Upsized",
			"output": "upsized",
			"categories": [
				"modification",
				"images",
				"media"
			]
		},
		"verso": {
			"label": "Verso (Back)",
			"output": "verso",
			"categories": [
				"type",
				"images",
				"media",
				"docs"
			]
		},
		"video": {
			"label": "Video",
			"output": "video",
			"categories": [
				"type",
				"media"
			]
		},
		"vignetted": {
			"label": "Vignetted",
			"output": "vignetted",
			"categories": [
				"type",
				"images",
				"media"
			]
		},
		"watermark": {
			"label": "To Watermark",
			"output": "to watermark",
			"categories": [
				"to do"
			]
		},
		"watermarked": {
			"label": "Watermarked",
			"output": "watermarked",
			"categories": [
				"type",
				"images",
				"media"
			]
		},
		"withtext": {
			"label": "With Text",
			"output": "with_text",
			"categories": [
				"type",
				"images",
				"media"
			]
		},
		"xerox": {
			"label": "Xerox",
			"output": "xerox",
			"categories": [
				"type",
				"docs"
			]
		}
	}
}
