SAP · JSON Structure

Sap Ai Core Execution Structure

Type: object Properties: 8
AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

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

Properties

id configurationId scenarioId status statusMessage outputArtifacts createdAt modifiedAt

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Execution",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "configurationId": {
      "type": "string"
    },
    "scenarioId": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "statusMessage": {
      "type": "string"
    },
    "outputArtifacts": {
      "type": "array"
    },
    "createdAt": {
      "type": "string"
    },
    "modifiedAt": {
      "type": "string"
    }
  }
}