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-assetuploadrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AssetUploadRequest",
  "title": "AssetUploadRequest",
  "type": "object",
  "required": [
    "mediaType"
  ],
  "properties": {
    "mediaType": {
      "type": "string",
      "description": "The MIME type of the file being uploaded.",
      "examples": [
        "application/pdf",
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
        "image/jpeg"
      ]
    }
  }
}