SAP · Schema

ConfigurationCreate

AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

Properties

Name Type Description
name string
scenarioId string
executableId string
parameterBindings array
inputArtifactBindings array
View JSON Schema on GitHub

JSON Schema

sap-ai-core-configuration-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ConfigurationCreate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "scenarioId": {
      "type": "string"
    },
    "executableId": {
      "type": "string"
    },
    "parameterBindings": {
      "type": "array"
    },
    "inputArtifactBindings": {
      "type": "array"
    }
  }
}