{
    "format": "keyespresso",
    "version": 1,
    "exported_at": "2026-09-26T22:56:28+00:00",
    "folders": [],
    "snippets": [
        {
            "title": "Mailing address",
            "shortcut": ";addr",
            "trigger_options": {},
            "site_scope": {
                "allow": [],
                "deny": []
            },
            "schema_version": 1,
            "document": {
                "type": "doc",
                "schema_version": 1,
                "content": [
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "field",
                                "id": "address-block_1",
                                "key": "full_name"
                            }
                        ]
                    },
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "field",
                                "id": "address-block_2",
                                "key": "street"
                            }
                        ]
                    },
                    {
                        "type": "paragraph",
                        "content": [
                            {
                                "type": "field",
                                "id": "address-block_3",
                                "key": "city"
                            }
                        ]
                    }
                ]
            },
            "fields": [
                {
                    "key": "full_name",
                    "label": "Full name",
                    "type": "text",
                    "required": true
                },
                {
                    "key": "street",
                    "label": "Street",
                    "type": "text",
                    "required": true
                },
                {
                    "key": "city",
                    "label": "Postcode and city",
                    "type": "text",
                    "required": true
                }
            ],
            "status": "draft"
        }
    ]
}