Dataiku · Schema

CreateBlueprintVersionRequest

AnalyticsArtificial IntelligenceData PlatformData ScienceMachine Learning

Properties

Name Type Description
originVersionId string Origin version to copy from
View JSON Schema on GitHub

JSON Schema

dataiku-createblueprintversionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateBlueprintVersionRequest",
  "title": "CreateBlueprintVersionRequest",
  "type": "object",
  "properties": {
    "originVersionId": {
      "type": "string",
      "description": "Origin version to copy from"
    }
  }
}