{
	"x-i18n-description": "rest-schema-desc-media-file",
	"required": [
		"title",
		"file_description_url",
		"latest",
		"preferred",
		"original",
		"thumbnail"
	],
	"properties": {
		"title": {
			"type": "string",
			"x-i18n-description": "rest-param-desc-media-file-title"
		},
		"file_description_url": {
			"type": "string",
			"description": "rest-param-desc-media-description-url"
		},
		"latest": {
			"type": "object",
			"nullable": true,
			"x-i18n-description": "rest-param-desc-media-latest",
			"properties": {
				"timestamp": {
					"type": "string",
					"format": "date-time",
					"x-i18n-description": "rest-param-desc-media-latest-timestamp"
				},
				"user": {
					"type": "object",
					"x-i18n-description": "rest-param-desc-media-latest-user",
					"properties": {
						"id": {
							"type": "integer",
							"nullable": true,
							"x-i18n-description": "rest-property-desc-user-id"
						},
						"name": {
							"type": "string",
							"nullable": true,
							"x-i18n-description": "rest-property-desc-user-name"
						}
					},
					"required": [ "id", "name" ]
				}
			},
			"required": [ "timestamp", "user" ]
		},
		"preferred": {
			"type": "object",
			"nullable": true,
			"x-i18n-description": "rest-param-desc-media-preferred",
			"properties": {
				"mediatype": {
					"type": "string",
					"enum": [ "BITMAP", "DRAWING", "AUDIO", "VIDEO", "MULTIMEDIA", "UNKNOWN", "OFFICE", "TEXT", "EXECUTABLE", "ARCHIVE", "3D" ],
					"x-i18n-description": "rest-param-desc-media-mediatype"
				},
				"size": {
					"type": "integer",
					"nullable": true,
					"x-i18n-description": "rest-param-desc-media-size"
				},
				"width": {
					"type": "integer",
					"nullable": true,
					"x-i18n-description": "rest-param-desc-media-width"
				},
				"height": {
					"type": "integer",
					"nullable": true,
					"x-i18n-description": "rest-param-desc-media-height"
				},
				"duration": {
					"type": "number",
					"nullable": true,
					"x-i18n-description": "rest-param-desc-media-duration"
				},
				"url": {
					"type": "string",
					"format": "uri",
					"x-i18n-description": "rest-param-desc-media-url"
				}
			},
			"required": [ "mediatype", "size", "width", "height", "duration", "url" ]
		},
		"original": {
			"type": "object",
			"nullable": true,
			"x-i18n-description": "rest-param-desc-media-original",
			"properties": {
				"mediatype": {
					"type": "string",
					"enum": [ "BITMAP", "DRAWING", "AUDIO", "VIDEO", "MULTIMEDIA", "UNKNOWN", "OFFICE", "TEXT", "EXECUTABLE", "ARCHIVE", "3D" ],
					"x-i18n-description": "rest-param-desc-media-mediatype"
				},
				"size": {
					"type": "integer",
					"nullable": true,
					"x-i18n-description": "rest-param-desc-media-size"
				},
				"width": {
					"type": "integer",
					"nullable": true,
					"x-i18n-description": "rest-param-desc-media-width"
				},
				"height": {
					"type": "integer",
					"nullable": true,
					"x-i18n-description": "rest-param-desc-media-height"
				},
				"duration": {
					"type": "number",
					"nullable": true,
					"x-i18n-description": "rest-param-desc-media-duration"
				},
				"url": {
					"type": "string",
					"format": "url",
					"x-i18n-description": "rest-param-desc-media-url"
				}
			},
			"required": [ "mediatype", "size", "width", "height", "duration", "url" ]
		},
		"thumbnail": {
			"type": "object",
			"nullable": true,
			"x-i18n-description": "rest-param-desc-media-thumbnail",
			"properties": {
				"mediatype": {
					"type": "string",
					"enum": [ "BITMAP", "DRAWING", "AUDIO", "VIDEO", "MULTIMEDIA", "UNKNOWN", "OFFICE", "TEXT", "EXECUTABLE", "ARCHIVE", "3D" ],
					"x-i18n-description": "rest-param-desc-media-mediatype"
				},
				"size": {
					"type": "integer",
					"nullable": true,
					"x-i18n-description": "rest-param-desc-media-size"
				},
				"width": {
					"type": "integer",
					"nullable": true,
					"x-i18n-description": "rest-param-desc-media-width"
				},
				"height": {
					"type": "integer",
					"nullable": true,
					"x-i18n-description": "rest-param-desc-media-height"
				},
				"duration": {
					"type": "number",
					"nullable": true,
					"x-i18n-description": "rest-param-desc-media-duration"
				},
				"url": {
					"type": "string",
					"format": "uri",
					"x-i18n-description": "rest-param-desc-media-url"
				}
			},
			"required": [ "mediatype", "size", "width", "height", "duration", "url" ]
		}
	}
}
