Keboola · Schema

FeatureListRequest

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
type string Optional feature type filter.
View JSON Schema on GitHub

JSON Schema

keboola-featurelistrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "FeatureListRequest",
  "properties": {
    "type": {
      "description": "Optional feature type filter.",
      "type": "string",
      "nullable": true,
      "enum": [
        "admin",
        "project",
        "global"
      ]
    }
  },
  "type": "object"
}