Google Firebase · Schema

ApnsConfig

AnalyticsAuthenticationBackend as a ServiceCloud MessagingGoogle CloudHostingMobileReal-Time Database

Properties

Name Type Description
headers object
payload object
View JSON Schema on GitHub

JSON Schema

google-firebase-apnsconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApnsConfig",
  "title": "ApnsConfig",
  "type": "object",
  "properties": {
    "headers": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "payload": {
      "type": "object",
      "additionalProperties": true
    }
  }
}