Channel

A notification channel used to watch for resource changes.

ArchivalBackupBlob StorageCloud StorageDataFile StorageGoogle CloudObject StorageStorage

Properties

Name Type Description
kind string Identifies this as a notification channel.
id string A UUID or similar unique string that identifies this channel.
resourceId string An opaque value that identifies the watched resource.
resourceUri string A version-specific identifier for the watched resource.
token string An arbitrary string delivered to the target address with each notification.
expiration string Date and time of notification channel expiration, expressed in milliseconds since the epoch.
type string The type of delivery mechanism used for this channel.
address string The address where notifications are delivered for this channel.
params object Additional parameters controlling delivery channel behavior.
payload boolean Whether the payload of each notification event is expected.
View JSON Schema on GitHub

JSON Schema

gcp-cloud-storage-json-channel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Channel",
  "type": "object",
  "description": "A notification channel used to watch for resource changes.",
  "properties": {
    "kind": {
      "type": "string",
      "description": "Identifies this as a notification channel."
    },
    "id": {
      "type": "string",
      "description": "A UUID or similar unique string that identifies this channel."
    },
    "resourceId": {
      "type": "string",
      "description": "An opaque value that identifies the watched resource."
    },
    "resourceUri": {
      "type": "string",
      "description": "A version-specific identifier for the watched resource."
    },
    "token": {
      "type": "string",
      "description": "An arbitrary string delivered to the target address with each notification."
    },
    "expiration": {
      "type": "string",
      "description": "Date and time of notification channel expiration, expressed in milliseconds since the epoch."
    },
    "type": {
      "type": "string",
      "description": "The type of delivery mechanism used for this channel."
    },
    "address": {
      "type": "string",
      "description": "The address where notifications are delivered for this channel."
    },
    "params": {
      "type": "object",
      "description": "Additional parameters controlling delivery channel behavior."
    },
    "payload": {
      "type": "boolean",
      "description": "Whether the payload of each notification event is expected."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/gcp-cloud-storage-json-channel"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.