SAP · JSON Structure

Sap Ai Core Artifact Structure

Type: object Properties: 8
AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

Artifact 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 name kind url scenarioId executionId description createdAt

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Artifact",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "scenarioId": {
      "type": "string"
    },
    "executionId": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    }
  }
}