Google Cloud Storage · JSON Structure

Gcp Cloud Storage Json Channel Structure

Type: object Properties: 10
ArchivalBackupBlob StorageCloud StorageDataFile StorageGoogle CloudObject StorageStorage

Channel is a JSON Structure definition published by Google Cloud Storage, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

kind id resourceId resourceUri token expiration type address params payload

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Channel",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "resourceId": {
      "type": "string"
    },
    "resourceUri": {
      "type": "string"
    },
    "token": {
      "type": "string"
    },
    "expiration": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "address": {
      "type": "string"
    },
    "params": {
      "type": "object"
    },
    "payload": {
      "type": "boolean"
    }
  }
}