{
+ "title": "VideoMetadata",
+ "description": "Metadata for a video file",
+ "type": "object",
+ "properties": {
+ "ct": {
+ "title": "Ct",
+ "type": "string"
+ },
+ "cre": {
+ "title": "Cre",
+ "type": "string"
+ },
+ "s": {
+ "title": "S",
+ "type": "string"
+ },
+ "gumi": {
+ "title": "Gumi",
+ "type": "string"
+ },
+ "h": {
+ "title": "H",
+ "type": "string"
+ },
+ "w": {
+ "title": "W",
+ "type": "string"
+ },
+ "hc": {
+ "title": "Hc",
+ "type": "string"
+ },
+ "eis": {
+ "title": "Eis",
+ "type": "string"
+ },
+ "mp": {
+ "title": "Mp",
+ "type": "string"
+ },
+ "rot": {
+ "title": "Rot",
+ "type": "string"
+ },
+ "tr": {
+ "title": "Tr",
+ "type": "string"
+ },
+ "us": {
+ "title": "Us",
+ "type": "string"
+ },
+ "mos": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Mos"
+ },
+ "pgumi": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Pgumi"
+ },
+ "fov": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Fov"
+ },
+ "lc": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Lc"
+ },
+ "prjn": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Prjn"
+ },
+ "ao": {
+ "title": "Ao",
+ "type": "string"
+ },
+ "profile": {
+ "title": "Profile",
+ "type": "string"
+ },
+ "avc_profile": {
+ "title": "Avc Profile",
+ "type": "string"
+ },
+ "cl": {
+ "title": "Cl",
+ "type": "string"
+ },
+ "dur": {
+ "title": "Dur",
+ "type": "string"
+ },
+ "fps": {
+ "title": "Fps",
+ "type": "string"
+ },
+ "fps_denom": {
+ "title": "Fps Denom",
+ "type": "string"
+ },
+ "hi": {
+ "items": {
+ "type": "string"
+ },
+ "title": "Hi",
+ "type": "array"
+ },
+ "ls": {
+ "title": "Ls",
+ "type": "string"
+ },
+ "mahs": {
+ "title": "Mahs",
+ "type": "string"
+ },
+ "pta": {
+ "title": "Pta",
+ "type": "string"
+ },
+ "subsample": {
+ "title": "Subsample",
+ "type": "string"
+ },
+ "progr": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Progr"
+ }
+ },
+ "required": [
+ "ct",
+ "cre",
+ "s",
+ "gumi",
+ "h",
+ "w",
+ "hc",
+ "eis",
+ "mp",
+ "rot",
+ "tr",
+ "us",
+ "ao",
+ "profile",
+ "avc_profile",
+ "cl",
+ "dur",
+ "fps",
+ "fps_denom",
+ "hi",
+ "ls",
+ "mahs",
+ "pta",
+ "subsample"
+ ]
+}
+