Adobe · Schema

AssetUploadRequest

Fortune 1000AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork Management

Properties

Name Type Description
mediaType string The MIME type of the file being uploaded.
View JSON Schema on GitHub

JSON Schema

adobe-pdf-services-asset-upload-request-schema.json Raw ↑
{
  "$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."
    }
  }
}