Home Schema Example JSON Schema

Provider-Application Settings

Type: object

ProviderApplication.settings are usually settings required by frontend. As this will be provided to the frontend (sometimes without authentication), we should not store any secrets in here. Common fields stored here are client_ids. For secret information, store it in provider_settings instead.

No Additional Properties

PusherProvider

Type: object

Provider settings for PusherProvider.

Key

Type: string

Pusher application key.

Must be at least 1 characters long

Authentication Endpoint

Type: stringFormat: uri

Pusher authentication for private channels.

Additional Properties of any type are allowed.

Type: object