SAP · JSON Structure

Sap Ai Core Configuration Structure

Type: object Properties: 7
AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

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

Properties

id name scenarioId executableId parameterBindings inputArtifactBindings createdAt

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Configuration",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "scenarioId": {
      "type": "string"
    },
    "executableId": {
      "type": "string"
    },
    "parameterBindings": {
      "type": "array"
    },
    "inputArtifactBindings": {
      "type": "array"
    },
    "createdAt": {
      "type": "string"
    }
  }
}