Google Firebase · Schema

WebpushConfig

AnalyticsAuthenticationBackend as a ServiceCloud MessagingGoogle CloudHostingMobileReal-Time Database

Properties

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

JSON Schema

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