Adobe · JSON Structure

Adobe Pdf Services Replace Pages Request Structure

Type: object Properties: 2
Fortune 1000AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork Management

ReplacePagesRequest is a JSON Structure definition published by Adobe, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

baseAssetID assetsToReplace

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ReplacePagesRequest",
  "type": "object",
  "properties": {
    "baseAssetID": {
      "type": "string"
    },
    "assetsToReplace": {
      "type": "array"
    }
  }
}