Adobe Creative Cloud · Example Payload

Adobe Cep Extension Manifest Example

AI/MLCloudCreativeDesignDocumentsPhotographySaaSVideo

Adobe Cep Extension Manifest Example is an example object payload from Adobe Creative Cloud, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ExtensionManifest

Example Payload

Raw ↑
{
  "ExtensionManifest": {
    "Version": "8.0",
    "Author": "example_value",
    "Contact": "example_value",
    "Legal": "example_value",
    "Abstract": "example_value",
    "ExtensionList": [
      "example_value"
    ],
    "ExecutionEnvironment": {
      "HostList": [
        {}
      ],
      "LocaleList": [
        {}
      ],
      "RequiredRuntimeList": [
        {}
      ]
    },
    "DispatchInfoList": [
      "example_value"
    ]
  }
}