{
    "$schema": "https://raw.githubusercontent.com/jamesread/lan-party-publishing-standard/main/lan-party-publishing-standard-v2.schema",
    "generator": "lan-party-publisher-php 2.0.0.0",
    "organisation": {
        "name": "Fake LAN",
        "apiType": "Organisation",
        "apiVersion": 2,
        "publisherUniqueId": "fake-lan",
        "websiteUrl": "https://tydus.net/fakelan/",
        "description": "Synthetic LAN party data for testing the LAN Party Publishing Standard and lan-party-publisher-php.",
        "venues": [
            {
                "name": "Testville Community Hall",
                "apiType": "Venue",
                "apiVersion": 2,
                "publisherUniqueId": "testville-community-hall",
                "gpsLatitude": 51.5072,
                "gpsLongitude": -0.1276,
                "countryCode": "GB",
                "events": [
                    {
                        "name": "Fake LAN Spring 2026",
                        "apiType": "Event",
                        "apiVersion": 2,
                        "publisherUniqueId": "fakelan-spring-2026",
                        "eventStatus": "https://schema.org/EventScheduled",
                        "eventAttendanceMode": 1,
                        "startDate": "2026-04-10T18:00:00",
                        "endDate": "2026-04-12T12:00:00",
                        "maximumAttendeeCapacity": 48,
                        "remainingAttendeeCapacity": 0,
                        "tickets": [
                            {
                                "name": "In advance",
                                "availability": "https://schema.org/SoldOut",
                                "priceCurrency": "GBP",
                                "price": 20
                            },
                            {
                                "name": "On the door",
                                "availability": "https://schema.org/SoldOut",
                                "priceCurrency": "GBP",
                                "price": 25
                            }
                        ],
                        "sleeping": 4,
                        "hasShowers": true,
                        "alcoholPolicy": 1,
                        "smokingPolicy": 2,
                        "agePolicy": 0,
                        "foodPolicy": 0,
                        "networkConnectionMbps": 10000,
                        "internetConnectionMbps": 1000,
                        "wifiConnectionMbps": 0,
                        "description": "A fictional spring LAN that has already finished. Used to test past-event handling."
                    },
                    {
                        "name": "Fake LAN Weekend 2026",
                        "apiType": "Event",
                        "apiVersion": 2,
                        "publisherUniqueId": "fakelan-weekend-2026",
                        "eventStatus": "https://schema.org/EventScheduled",
                        "eventAttendanceMode": 1,
                        "startDate": "2026-08-15T18:00:00",
                        "endDate": "2026-08-17T12:00:00",
                        "maximumAttendeeCapacity": 64,
                        "remainingAttendeeCapacity": 42,
                        "tickets": [
                            {
                                "name": "In advance",
                                "availability": "https://schema.org/InStock",
                                "priceCurrency": "GBP",
                                "price": 25
                            },
                            {
                                "name": "On the door",
                                "availability": "https://schema.org/InStock",
                                "priceCurrency": "GBP",
                                "price": 30
                            }
                        ],
                        "sleeping": 4,
                        "hasShowers": true,
                        "alcoholPolicy": 1,
                        "smokingPolicy": 2,
                        "agePolicy": 0,
                        "foodPolicy": 0,
                        "networkConnectionMbps": 10000,
                        "internetConnectionMbps": 1000,
                        "wifiConnectionMbps": 0,
                        "description": "A fictional weekend LAN for integration testing. Not a real event."
                    },
                    {
                        "name": "Fake LAN Winter 2026",
                        "apiType": "Event",
                        "apiVersion": 2,
                        "publisherUniqueId": "fakelan-winter-2026",
                        "eventStatus": "https://schema.org/EventScheduled",
                        "eventAttendanceMode": 1,
                        "startDate": "2026-12-28T14:00:00",
                        "endDate": "2027-01-01T12:00:00",
                        "maximumAttendeeCapacity": 80,
                        "remainingAttendeeCapacity": 80,
                        "tickets": [
                            {
                                "name": "In advance",
                                "availability": "https://schema.org/PreSale",
                                "priceCurrency": "GBP",
                                "price": 30
                            },
                            {
                                "name": "On the door",
                                "availability": "https://schema.org/PreSale",
                                "priceCurrency": "GBP",
                                "price": 35
                            }
                        ],
                        "sleeping": 2,
                        "hasShowers": true,
                        "alcoholPolicy": 2,
                        "smokingPolicy": 2,
                        "agePolicy": 0,
                        "foodPolicy": 0,
                        "networkConnectionMbps": 10000,
                        "internetConnectionMbps": 1000,
                        "wifiConnectionMbps": 0,
                        "description": "A fictional New Year LAN for testing far-future event discovery."
                    }
                ]
            }
        ]
    }
}