Keboola · Schema

models.ActorType

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery
View JSON Schema on GitHub

JSON Schema

keboola-models.actortype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "models.ActorType",
  "enum": [
    "user",
    "system"
  ],
  "type": "string",
  "x-enum-varnames": [
    "ActorTypeUser",
    "ActorTypeSystem"
  ]
}