The type of media
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MediaType", "description": "The type of media", "enum": [ "image", "video" ], "type": "string" }