{
    "version": "1.0",
    "site": "https://proptech-convention.com",
    "name": "PropTech Convention 2026",
    "description": "Pakistan's largest real estate technology event — Expo Center Karachi, January 22-24, 2026",
    "actions": [
        {
            "id": "register-for-event",
            "name": "Register for PropTech Convention",
            "description": "Register to attend PropTech Convention 2026 at Expo Center Karachi (Jan 22-24, 2026). Provide attendee name, email, phone, and city.",
            "method": "declarative",
            "endpoint": "/become-a-sponsor/",
            "parameters": {
                "required": [
                    "author-name",
                    "author-email",
                    "author-phone",
                    "author-address"
                ],
                "properties": {
                    "author-name": {
                        "type": "string",
                        "description": "Full name of the attendee"
                    },
                    "author-email": {
                        "type": "string",
                        "format": "email",
                        "description": "Email for registration confirmation"
                    },
                    "author-phone": {
                        "type": "string",
                        "description": "Phone number with country code"
                    },
                    "author-address": {
                        "type": "string",
                        "description": "City or address of the attendee"
                    }
                }
            }
        },
        {
            "id": "send-inquiry",
            "name": "Send Inquiry",
            "description": "Send a business inquiry to the PropTech Convention team about tickets, sponsorship, exhibition, or partnerships.",
            "method": "declarative",
            "endpoint": "/contact/",
            "parameters": {
                "required": [
                    "your-name",
                    "your-email",
                    "your-phone"
                ],
                "optional": [
                    "your-message"
                ],
                "properties": {
                    "your-name": {
                        "type": "string",
                        "description": "Full name"
                    },
                    "your-email": {
                        "type": "string",
                        "format": "email",
                        "description": "Email address"
                    },
                    "your-phone": {
                        "type": "string",
                        "description": "Phone number"
                    },
                    "your-message": {
                        "type": "string",
                        "description": "Inquiry message"
                    }
                }
            }
        },
        {
            "id": "subscribe-newsletter",
            "name": "Subscribe to Newsletter",
            "description": "Subscribe to PropTech Convention newsletter for real estate technology event updates.",
            "method": "declarative",
            "endpoint": "/",
            "parameters": {
                "required": [
                    "subscriber-email"
                ],
                "properties": {
                    "subscriber-email": {
                        "type": "string",
                        "format": "email",
                        "description": "Email for newsletter"
                    }
                }
            }
        },
        {
            "id": "request-sponsorship",
            "name": "Request Sponsorship Information",
            "description": "Submit a sponsorship inquiry for PropTech Convention 2026. Tiers: Titanium, Platinum, Diamond, Gold, Silver, Bronze.",
            "method": "declarative",
            "endpoint": "/become-a-sponsor/",
            "parameters": {
                "required": [
                    "company-name",
                    "contact-name",
                    "contact-email"
                ],
                "optional": [
                    "sponsorship-tier",
                    "contact-phone",
                    "message"
                ],
                "properties": {
                    "company-name": {
                        "type": "string",
                        "description": "Company or brand name"
                    },
                    "contact-name": {
                        "type": "string",
                        "description": "Contact person name"
                    },
                    "contact-email": {
                        "type": "string",
                        "format": "email",
                        "description": "Contact email"
                    },
                    "contact-phone": {
                        "type": "string",
                        "description": "Phone number"
                    },
                    "sponsorship-tier": {
                        "type": "string",
                        "enum": [
                            "Titanium",
                            "Platinum",
                            "Diamond",
                            "Gold",
                            "Silver",
                            "Bronze",
                            "Custom"
                        ],
                        "description": "Preferred tier"
                    },
                    "message": {
                        "type": "string",
                        "description": "Additional details"
                    }
                }
            }
        },
        {
            "id": "check-speakers",
            "name": "View Speakers",
            "description": "View 100+ speakers at PropTech Convention 2026",
            "method": "navigation",
            "endpoint": "/speakers/"
        },
        {
            "id": "view-schedule",
            "name": "View Event Schedule",
            "description": "View 3-day schedule (Jan 22-24, 2026)",
            "method": "navigation",
            "endpoint": "/proptech-convention-2026/"
        },
        {
            "id": "view-gallery",
            "name": "View Event Gallery",
            "description": "Browse photos from past events",
            "method": "navigation",
            "endpoint": "/gallery/"
        }
    ]
}