Keboola · Schema

BucketOwnerUpdateRequest

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
id integer Owner identifier.
email string Owner email address.
View JSON Schema on GitHub

JSON Schema

keboola-bucketownerupdaterequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BucketOwnerUpdateRequest",
  "properties": {
    "id": {
      "description": "Owner identifier.",
      "type": "integer",
      "nullable": true
    },
    "email": {
      "description": "Owner email address.",
      "type": "string",
      "format": "email",
      "nullable": true
    }
  },
  "type": "object"
}