Keboola · Schema

SuggestedComponent

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
componentId string
score number
View JSON Schema on GitHub

JSON Schema

keboola-suggestedcomponent.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SuggestedComponent",
  "type": "object",
  "required": [
    "componentId",
    "score"
  ],
  "properties": {
    "componentId": {
      "type": "string"
    },
    "score": {
      "type": "number"
    }
  }
}