Keboola · Schema

CreateSnapshotRequest

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
description string Optional description for the snapshot.
View JSON Schema on GitHub

JSON Schema

keboola-createsnapshotrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateSnapshotRequest",
  "properties": {
    "description": {
      "description": "Optional description for the snapshot.",
      "type": "string",
      "nullable": true
    }
  },
  "type": "object"
}