Keboola · Schema

AssignFeatureRequest

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
feature string Feature name.
View JSON Schema on GitHub

JSON Schema

keboola-assignfeaturerequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AssignFeatureRequest",
  "required": [
    "feature"
  ],
  "properties": {
    "feature": {
      "description": "Feature name.",
      "type": "string",
      "example": "show-new-design"
    }
  },
  "type": "object"
}