Adobe · JSON Structure

Adobe Pdf Services Job Status Response Structure

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

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

Properties

status asset error

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JobStatusResponse",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "asset": {
      "type": "object"
    },
    "error": {
      "type": "object"
    }
  }
}