Ably · Schema

Extras

Extras object. Currently only allows for [push](https://www.ably.io/documentation/general/push/publish#channel-broadcast-example) extra.

RealtimeWebSocketsPub/SubMessagingStreamingPush NotificationsChatLiveSync

Properties

Name Type Description
push object
View JSON Schema on GitHub

JSON Schema

ably-extras-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Extras",
  "title": "Extras",
  "type": "object",
  "description": "Extras object. Currently only allows for [push](https://www.ably.io/documentation/general/push/publish#channel-broadcast-example) extra.",
  "properties": {
    "push": {
      "$ref": "#/components/schemas/Push"
    }
  }
}