{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/magicbell/main/json-schema/magicbell-topic.json", "title": "topic", "required": [ "topic" ], "type": "object", "properties": { "topic": { "required": [ "subscribers" ], "type": "object", "properties": { "subscribers": { "type": "boolean" } }, "additionalProperties": false } }, "additionalProperties": false }