Keboola · Schema

CreatedCredential

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery
View JSON Schema on GitHub

JSON Schema

keboola-createdcredential.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreatedCredential",
  "allOf": [
    {
      "$ref": "#/components/schemas/Credential"
    },
    {
      "type": "object",
      "properties": {
        "secret": {
          "type": "string",
          "description": "One-time secret returned only at creation for `http_token` credentials."
        }
      }
    }
  ]
}