{"id":22209577,"url":"https://github.com/jamesread/lan-party-publishing-standard","last_synced_at":"2026-02-27T19:05:05.780Z","repository":{"id":265890951,"uuid":"824213396","full_name":"jamesread/lan-party-publishing-standard","owner":"jamesread","description":"A specification for publishing LAN parties in a JSON format, making events machine readable. ","archived":false,"fork":false,"pushed_at":"2024-07-04T15:51:30.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T18:16:44.940Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamesread.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-04T15:43:11.000Z","updated_at":"2024-07-04T18:07:01.000Z","dependencies_parsed_at":"2024-12-01T12:25:50.493Z","dependency_job_id":null,"html_url":"https://github.com/jamesread/lan-party-publishing-standard","commit_stats":null,"previous_names":["jamesread/lan-party-publishing-standard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jamesread/lan-party-publishing-standard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesread%2Flan-party-publishing-standard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesread%2Flan-party-publishing-standard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesread%2Flan-party-publishing-standard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesread%2Flan-party-publishing-standard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamesread","download_url":"https://codeload.github.com/jamesread/lan-party-publishing-standard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesread%2Flan-party-publishing-standard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004913,"owners_count":26083802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-02T19:35:03.140Z","updated_at":"2025-10-10T18:16:45.440Z","avatar_url":"https://github.com/jamesread.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# lan-party-publishing-standard\n\nThis is repository that contains a specification for publishing LAN parties in a JSON format, making your events machine readable. The idea is that it can be used by syndication sites like https://lanlist.info without humans having to manually do anything!\n\n## Examples \u0026 Reference Implementations\n\nThis repository only contains the text standard, and some example json files. You can use whatever you like to generate a JSON file that matches the standard, and validate your output against the JSON schema linked in this repository. However, it is much easier to generate the JSON file using a library;\n\n* PHP: [lan-party-publisher-php](https://github.com/jamesread/lan-party-publisher-php) library\n\n## Formal specification\n\nThe formal JSON Specification is here; [lan-party-publishing-standard-v1.schema](lan-party-publishing-standard-v1.schema). You should be able to validate your JSON output against this JSON schema file to test for bugs.\n\n## Human readable specification documentation\n\nThe JSON structure is very simple;\n\n* 1x [Organisation](#organisation)\n    * 1 - Many [Venue(s)](#venue)\n        * 1 - Many [Event(s)](#event)\n            * 0 - Many [Attendees](#attendee)\n\n## Types\n\n### Base\n\nThe base type, from which all types inherit, have the following attributes;\n\n| Property Name | Description | Examples |\n|---------------|-------------|----------|\n| apiVersion    | An API version to aid in future compatibility.  |          |\n| apiType       | One of the standard type names.                 |          |\n| name          | A \"friendly\" name, like a title, or username.   |          |\n| siteUniqueId  | An ID that is unique in your database.           |          |\n\n### Organisation\n\n| Property Name | Description | Examples |\n|---------------|-------------|----------|\n| name          | The name of your oranisation                    | `mylan`  |\n| siteUniqueId  | An ID that is unique in your databse.           | `mylan`  |\n| venues        | The venues this organisation uses.              | -  |\n\n### Venue\n\n| Property Name | Description | Examples |\n|---------------|-------------|----------|\n| name          | The name of your venue, normally a hall.        | `My Village Hall` |\n| siteUniqueId  | An ID that is unique in your database.          | `2`               |\n| gpsLatitude   | Because the site works in multiple countries, a post code, or street name won't be enough to put your venue on the map. See http://getlatlng.com to find your venue lat/lng easily.    | `2`               |\n| gpsLongditude | See above.                                      | See above.        |\n| events        | The events at this venue.                       | -       |\n\n### Event\n\n| Property Name | Description | Examples |\n|---------------|-------------|----------|\n| name          | The name of your event, normally a hall.        | `Awesome Lan 001` |\n| siteUniqueId  | An ID that is unique in your database.          | `1337`               |\n| start         | The date the event starts. ISO 8601 format.     | `2005-08-15T15:52:01+0000`        |\n| finish        | The date the event finishes. ISO 8601 format.   | `2005-08-15T15:52:01+0000`        |\n| attendees     | An (optional) list of attendees. 8601 format.   | Attendee array        |\n\n### Attendee (optional)\n\n| Property Name | Description | Examples |\n|---------------|-------------|----------|\n| name          | The name of your event, normally a hall.        | `Awesome Lan 001` |\n| siteUniqueId  | An ID that is unique in your database.          | `1337`               |\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesread%2Flan-party-publishing-standard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesread%2Flan-party-publishing-standard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesread%2Flan-party-publishing-standard/lists"}