AssetUploadRequest

Request to initiate an asset upload

CreativeDesignGraphicsPhotographyVideo

Properties

Name Type Description
mediaType string MIME type of the file to be uploaded
View JSON Schema on GitHub

JSON Schema

adobe-creative-suite-assetuploadrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AssetUploadRequest",
  "title": "AssetUploadRequest",
  "type": "object",
  "description": "Request to initiate an asset upload",
  "required": [
    "mediaType"
  ],
  "properties": {
    "mediaType": {
      "type": "string",
      "description": "MIME type of the file to be uploaded",
      "example": "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
    }
  }
}