Keboola · Schema

Consumer

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
componentId string
friendlyName string
oauthVersion string
authUrl string
tokenUrl string
requestTokenUrl string
appKey string
appSecret string
appSecretDocker string
restrictCustomAuth boolean
View JSON Schema on GitHub

JSON Schema

keboola-consumer.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Consumer",
  "type": "object",
  "required": [
    "componentId",
    "friendlyName",
    "oauthVersion",
    "authUrl",
    "tokenUrl",
    "requestTokenUrl",
    "appKey",
    "appSecret",
    "appSecretDocker",
    "restrictCustomAuth"
  ],
  "properties": {
    "componentId": {
      "type": "string"
    },
    "friendlyName": {
      "type": "string"
    },
    "oauthVersion": {
      "type": "string"
    },
    "authUrl": {
      "type": "string"
    },
    "tokenUrl": {
      "type": "string"
    },
    "requestTokenUrl": {
      "type": "string",
      "nullable": true
    },
    "appKey": {
      "type": "string"
    },
    "appSecret": {
      "type": "string"
    },
    "appSecretDocker": {
      "type": "string"
    },
    "restrictCustomAuth": {
      "type": "boolean"
    }
  }
}