SAP · JSON Structure

Sap Ai Core Scenario Structure

Type: object Properties: 5
AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

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

Properties

id name description 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": "Scenario",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "modifiedAt": {
      "type": "string"
    }
  }
}