Keboola · Schema

WebalizeDisplayNameRequest

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
displayName string Display name to webalize
View JSON Schema on GitHub

JSON Schema

keboola-webalizedisplaynamerequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "WebalizeDisplayNameRequest",
  "required": [
    "displayName"
  ],
  "properties": {
    "displayName": {
      "description": "Display name to webalize",
      "type": "string"
    }
  },
  "type": "object"
}