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