{
    "format": "keyespresso",
    "version": 1,
    "exported_at": "2026-09-26T22:56:34+00:00",
    "folders": [],
    "snippets": [
        {
            "title": "Meeting request",
            "shortcut": ";meet",
            "trigger_options": {},
            "site_scope": {
                "allow": [],
                "deny": []
            },
            "schema_version": 1,
            "document": {
                "type": "doc",
                "schema_version": 1,
                "content": [
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "text",
                                "text": "Hi "
                            },
                            {
                                "type": "field",
                                "id": "meeting-request_1",
                                "key": "name"
                            },
                            {
                                "type": "text",
                                "text": ","
                            }
                        ]
                    },
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "text",
                                "text": "Would "
                            },
                            {
                                "type": "field",
                                "id": "meeting-request_2",
                                "key": "proposed_time"
                            },
                            {
                                "type": "text",
                                "text": " work for a "
                            },
                            {
                                "type": "field",
                                "id": "meeting-request_3",
                                "key": "duration"
                            },
                            {
                                "type": "text",
                                "text": " call about "
                            },
                            {
                                "type": "field",
                                "id": "meeting-request_4",
                                "key": "topic"
                            },
                            {
                                "type": "text",
                                "text": "?"
                            }
                        ]
                    },
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "text",
                                "text": "If not, feel free to suggest another time."
                            }
                        ]
                    },
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "command",
                                "id": "meeting-request_5",
                                "command": "cursor"
                            }
                        ]
                    }
                ]
            },
            "fields": [
                {
                    "key": "name",
                    "label": "Name",
                    "type": "text",
                    "required": true
                },
                {
                    "key": "proposed_time",
                    "label": "Proposed time",
                    "type": "text",
                    "required": true
                },
                {
                    "key": "duration",
                    "label": "Duration",
                    "type": "dropdown",
                    "options": [
                        {
                            "label": "15 minutes",
                            "value": "15-minute"
                        },
                        {
                            "label": "30 minutes",
                            "value": "30-minute"
                        },
                        {
                            "label": "1 hour",
                            "value": "one-hour"
                        }
                    ],
                    "default": "30-minute"
                },
                {
                    "key": "topic",
                    "label": "Topic",
                    "type": "text"
                }
            ],
            "status": "draft"
        }
    ]
}