{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AssetUploadRequest", "type": "object", "properties": { "mediaType": { "type": "string", "description": "The MIME type of the file being uploaded." } } }