{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "includeFiles": { "type": "boolean", "default": false }, "includeDataTableRows": { "type": "boolean", "default": false }, "includeDevices": { "type": "boolean", "default": false }, "email": { "type": "string", "format": "email", "maxLength": 1024 }, "callbackUrl": { "type": "string", "format": "uri", "maxLength": 1024 } }, "additionalProperties": false }