{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "export_options", "type": "object", "properties": { "type": { "type": "string" }, "project_key": { "type": "string" }, "project_name": { "type": "string" }, "send_email": { "type": "boolean" }, "include_attachments": { "type": "boolean" } } }