{ "$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 } } }