{
    "$schema": "https:\/\/raw.githubusercontent.com\/jamesread\/lan-party-publishing-api\/master\/schema.json",
    "generator": "lan-party-publisher-php dev-main",
    "organisation": {
        "name": "Fake LAN",
        "apiType": "Organisation",
        "apiVersion": 1,
        "siteUniqueId": null,
        "websiteUrl": "https:\/\/tydus.net\/fakelan\/",
        "steamGroupUrl": null,
        "bannerImagePngUrl": null,
        "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": 1,
                "siteUniqueId": null,
                "gpsLatitude": 51.5072,
                "gpsLongditude": -0.1276,
                "events": [
                    {
                        "name": "Fake LAN Spring 2026",
                        "apiType": "Event",
                        "apiVersion": 1,
                        "siteUniqueId": "fakelan-spring-2026",
                        "start": "2026-04-10 18:00:00",
                        "finish": "2026-04-12 12:00:00",
                        "seatsTotal": 48,
                        "seatsAvailable": 0,
                        "ticketsOnSale": "No",
                        "ticketCurrencyIso4217": "GBP",
                        "ticketPriceInAdvance": 20,
                        "ticketPriceOnDoor": 25,
                        "isTicketsOnSale": false,
                        "sleeping": 1,
                        "hasShowers": true,
                        "isAlcoholAllowed": false,
                        "hasSmokingArea": true,
                        "networkConnectionMbps": 10000,
                        "internetConnectionMbps": 1000,
                        "description": "A fictional spring LAN that has already finished. Used to test past-event handling.",
                        "attendees": []
                    },
                    {
                        "name": "Fake LAN Weekend 2026",
                        "apiType": "Event",
                        "apiVersion": 1,
                        "siteUniqueId": "fakelan-weekend-2026",
                        "start": "2026-08-15 18:00:00",
                        "finish": "2026-08-17 12:00:00",
                        "seatsTotal": 64,
                        "seatsAvailable": 42,
                        "ticketsOnSale": "Yes",
                        "ticketCurrencyIso4217": "GBP",
                        "ticketPriceInAdvance": 25,
                        "ticketPriceOnDoor": 30,
                        "isTicketsOnSale": true,
                        "sleeping": 1,
                        "hasShowers": true,
                        "isAlcoholAllowed": false,
                        "hasSmokingArea": true,
                        "networkConnectionMbps": 10000,
                        "internetConnectionMbps": 1000,
                        "description": "A fictional weekend LAN for integration testing. Not a real event.",
                        "attendees": []
                    },
                    {
                        "name": "Fake LAN Winter 2026",
                        "apiType": "Event",
                        "apiVersion": 1,
                        "siteUniqueId": "fakelan-winter-2026",
                        "start": "2026-12-28 14:00:00",
                        "finish": "2027-01-01 12:00:00",
                        "seatsTotal": 80,
                        "seatsAvailable": 80,
                        "ticketsOnSale": "Soon",
                        "ticketCurrencyIso4217": "GBP",
                        "ticketPriceInAdvance": 30,
                        "ticketPriceOnDoor": 35,
                        "isTicketsOnSale": false,
                        "sleeping": 2,
                        "hasShowers": true,
                        "isAlcoholAllowed": true,
                        "hasSmokingArea": true,
                        "networkConnectionMbps": 10000,
                        "internetConnectionMbps": 1000,
                        "description": "A fictional New Year LAN for testing far-future event discovery.",
                        "attendees": []
                    }
                ]
            }
        ]
    }
}