{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.app.reclaim.ai/schemas/FocusSettings", "title": "FocusSettings", "type": "object", "properties": { "enabled": { "type": "boolean" }, "debug": { "type": "boolean" } } }