SAP · Schema

DeploymentCreate

AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

Properties

Name Type Description
configurationId string Configuration to use for the deployment
View JSON Schema on GitHub

JSON Schema

sap-ai-core-deployment-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeploymentCreate",
  "type": "object",
  "properties": {
    "configurationId": {
      "type": "string",
      "description": "Configuration to use for the deployment"
    }
  }
}