Dataiku · Schema

DelegateSignOffRequest

AnalyticsArtificial IntelligenceData PlatformData ScienceMachine-Learning

Properties

Name Type Description
delegateTo string Login of the user to delegate to
comment string Delegation comment
View JSON Schema on GitHub

JSON Schema

dataiku-delegatesignoffrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DelegateSignOffRequest",
  "title": "DelegateSignOffRequest",
  "type": "object",
  "required": [
    "delegateTo"
  ],
  "properties": {
    "delegateTo": {
      "type": "string",
      "description": "Login of the user to delegate to"
    },
    "comment": {
      "type": "string",
      "description": "Delegation comment"
    }
  }
}