Ably · Schema

app_post

Real-TimeWebSocketsPub-SubMessagingStreamingPush NotificationsChatLiveSync

Properties

Name Type Description
name string The name of the application for your reference only.
status string The status of the application. Can be `enabled` or `disabled`. Enabled means available to accept inbound connections and all services are available.
tlsOnly boolean Enforce TLS for all connections.
fcmKey string The Firebase Cloud Messaging key.
fcmServiceAccount string Used to specify the Firebase Cloud Messaging(FCM) service account credentials used for authentication and enabling communication with FCM to send push notifications to devices.
fcmProjectId string The unique identifier for the Firebase Cloud Messaging(FCM) project. This ID is used to specify the Firebase project when configuring FCM or other Firebase services.
apnsCertificate string The Apple Push Notification service certificate.
apnsPrivateKey string The Apple Push Notification service private key.
apnsUseSandboxEndpoint boolean Use the Apple Push Notification service sandbox endpoint.
View JSON Schema on GitHub

JSON Schema

ably-app-post-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/app_post",
  "title": "app_post",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the application for your reference only.",
      "example": "My App"
    },
    "status": {
      "type": "string",
      "description": "The status of the application. Can be `enabled` or `disabled`. Enabled means available to accept inbound connections and all services are available.",
      "example": "enabled",
      "deprecated": true
    },
    "tlsOnly": {
      "type": "boolean",
      "nullable": true,
      "description": "Enforce TLS for all connections.",
      "example": true
    },
    "fcmKey": {
      "description": "The Firebase Cloud Messaging key.",
      "type": "string",
      "nullable": true,
      "example": "AABBQ1KyxCE:APA91bCCYs7r_Q-sqW8HMP_hV4t3vMYx...cJ8344-MhGWODZEuAmg_J4MUJcVQEyDn...I"
    },
    "fcmServiceAccount": {
      "type": "string",
      "nullable": true,
      "description": "Used to specify the Firebase Cloud Messaging(FCM) service account credentials used for authentication and enabling communication with FCM to send push notifications to devices.",
      "example": "service_account"
    },
    "fcmProjectId": {
      "type": "string",
      "nullable": true,
      "description": "The unique identifier for the Firebase Cloud Messaging(FCM) project. This ID is used to specify the Firebase project when configuring FCM or other Firebase services.",
      "example": "notional-armor-405018"
    },
    "apnsCertificate": {
      "type": "string",
      "nullable": true,
      "description": "The Apple Push Notification service certificate.",
      "example": "-----BEGIN CERTIFICATE-----MIIFaDCC...EXAMPLE...3Dc=-----END CERTIFICATE-----"
    },
    "apnsPrivateKey": {
      "type": "string",
      "nullable": true,
      "description": "The Apple Push Notification service private key.",
      "example": "-----BEGIN PRIVATE KEY-----ABCFaDCC...EXAMPLE...3Dc=-----END PRIVATE KEY-----"
    },
    "apnsUseSandboxEndpoint": {
      "type": "boolean",
      "nullable": true,
      "description": "Use the Apple Push Notification service sandbox endpoint.",
      "example": false
    }
  },
  "required": [
    "name"
  ]
}

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/ably-app-post"
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.