Adobe Creative Suite · JSON Structure

Adobe Creative Suite Pdf Services Asset Upload Request Structure

Request to initiate an asset upload

Type: object Properties: 1 Required: 1
CreativeDesignGraphicsPhotographyVideo

AssetUploadRequest is a JSON Structure definition published by Adobe Creative Suite, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

mediaType

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-creative-suite/refs/heads/main/json-structure/adobe-creative-suite-pdf-services-asset-upload-request-structure.json",
  "name": "AssetUploadRequest",
  "description": "Request to initiate an asset upload",
  "type": "object",
  "properties": {
    "mediaType": {
      "type": "string",
      "description": "MIME type of the file to be uploaded",
      "example": "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
    }
  },
  "required": [
    "mediaType"
  ]
}