{"$ref":"#/$defs/GatelogueData","$defs":{"GatelogueData":{"title":"GatelogueData","type":"object","properties":{"type":{"enum":["GatelogueData"]},"nodes":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#/$defs/AirAirline"},{"$ref":"#/$defs/AirAirport"},{"$ref":"#/$defs/AirFlight"},{"$ref":"#/$defs/AirGate"},{"$ref":"#/$defs/BusCompany"},{"$ref":"#/$defs/BusLine"},{"$ref":"#/$defs/BusStop"},{"$ref":"#/$defs/SeaCompany"},{"$ref":"#/$defs/SeaLine"},{"$ref":"#/$defs/SeaStop"},{"$ref":"#/$defs/RailCompany"},{"$ref":"#/$defs/RailLine"},{"$ref":"#/$defs/RailStation"},{"$ref":"#/$defs/SpawnWarp"},{"$ref":"#/$defs/Town"}],"discriminator":{"propertyName":"type","mapping":{"AirAirline":"#/$defs/AirAirline","AirAirport":"#/$defs/AirAirport","AirFlight":"#/$defs/AirFlight","AirGate":"#/$defs/AirGate","BusCompany":"#/$defs/BusCompany","BusLine":"#/$defs/BusLine","BusStop":"#/$defs/BusStop","SeaCompany":"#/$defs/SeaCompany","SeaLine":"#/$defs/SeaLine","SeaStop":"#/$defs/SeaStop","RailCompany":"#/$defs/RailCompany","RailLine":"#/$defs/RailLine","RailStation":"#/$defs/RailStation","SpawnWarp":"#/$defs/SpawnWarp","Town":"#/$defs/Town"}}}},"timestamp":{"type":"string"},"version":{"type":"integer","default":11}},"required":["type","nodes"]},"AirAirline":{"title":"AirAirline","type":"object","properties":{"type":{"enum":["AirAirline"]},"i":{"type":"integer","default":null},"source":{"type":"array","items":{"type":"string"},"default":[]},"name":{"type":"string"},"link":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_str_"}],"default":null},"flights":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]},"gates":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]}},"required":["type","name"]},"Sourced_str_":{"title":"Sourced[str]","type":"object","properties":{"v":{"type":"string"},"s":{"type":"array","items":{"type":"string"},"default":[]}},"required":["v"]},"Sourced_ID_":{"title":"Sourced[ID]","type":"object","properties":{"v":{"type":"integer"},"s":{"type":"array","items":{"type":"string"},"default":[]}},"required":["v"]},"AirAirport":{"title":"AirAirport","type":"object","properties":{"type":{"enum":["AirAirport"]},"coordinates":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_tuple_float__float__"}],"default":null},"world":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_World_"}],"default":null},"proximity":{"type":"object","additionalProperties":{"$ref":"#/$defs/Sourced_Proximity_"},"default":{}},"shared_facility":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]},"i":{"type":"integer","default":null},"source":{"type":"array","items":{"type":"string"},"default":[]},"code":{"type":"string"},"names":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_set_str__"}],"default":null},"link":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_str_"}],"default":null},"modes":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_set_PlaneMode__"}],"default":null},"gates":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]}},"required":["type","code"]},"Sourced_tuple_float__float__":{"title":"Sourced[tuple[float, float]]","type":"object","properties":{"v":{"type":"array","minItems":2,"maxItems":2,"prefixItems":[{"type":"number"},{"type":"number"}],"items":false},"s":{"type":"array","items":{"type":"string"},"default":[]}},"required":["v"]},"Sourced_World_":{"title":"Sourced[World]","type":"object","properties":{"v":{"enum":["New","Old","Space"]},"s":{"type":"array","items":{"type":"string"},"default":[]}},"required":["v"]},"Sourced_Proximity_":{"title":"Sourced[Proximity]","type":"object","properties":{"v":{"$ref":"#/$defs/Proximity"},"s":{"type":"array","items":{"type":"string"},"default":[]}},"required":["v"]},"Proximity":{"title":"Proximity","type":"object","properties":{"distance":{"type":"number"},"explicit":{"type":"boolean","default":false}},"required":["distance"]},"Sourced_set_str__":{"title":"Sourced[set[str]]","type":"object","properties":{"v":{"type":"array","items":{"type":"string"}},"s":{"type":"array","items":{"type":"string"},"default":[]}},"required":["v"]},"Sourced_set_PlaneMode__":{"title":"Sourced[set[PlaneMode]]","type":"object","properties":{"v":{"type":"array","items":{"enum":["helicopter","seaplane","traincarts plane","warp plane"]}},"s":{"type":"array","items":{"type":"string"},"default":[]}},"required":["v"]},"AirFlight":{"title":"AirFlight","type":"object","properties":{"type":{"enum":["AirFlight"]},"i":{"type":"integer","default":null},"source":{"type":"array","items":{"type":"string"},"default":[]},"codes":{"type":"array","items":{"type":"string"}},"mode":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_PlaneMode_"}],"default":null},"gates":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]},"airline":{"$ref":"#/$defs/Sourced_ID_","default":null}},"required":["type","codes"]},"Sourced_PlaneMode_":{"title":"Sourced[PlaneMode]","type":"object","properties":{"v":{"enum":["helicopter","seaplane","traincarts plane","warp plane"]},"s":{"type":"array","items":{"type":"string"},"default":[]}},"required":["v"]},"AirGate":{"title":"AirGate","type":"object","properties":{"type":{"enum":["AirGate"]},"i":{"type":"integer","default":null},"source":{"type":"array","items":{"type":"string"},"default":[]},"code":{"anyOf":[{"type":"string"},{"type":"null"}]},"size":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_str_"}],"default":null},"flights":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]},"airport":{"$ref":"#/$defs/Sourced_ID_","default":null},"airline":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_ID_"}],"default":null}},"required":["type","code"]},"BusCompany":{"title":"BusCompany","type":"object","properties":{"type":{"enum":["BusCompany"]},"i":{"type":"integer","default":null},"source":{"type":"array","items":{"type":"string"},"default":[]},"name":{"type":"string"},"lines":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]},"stops":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]},"local":{"type":"boolean","default":false}},"required":["type","name"]},"BusLine":{"title":"BusLine","type":"object","properties":{"type":{"enum":["BusLine"]},"i":{"type":"integer","default":null},"source":{"type":"array","items":{"type":"string"},"default":[]},"code":{"type":"string"},"name":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_str_"}],"default":null},"colour":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_str_"}],"default":null},"company":{"$ref":"#/$defs/Sourced_ID_","default":null},"stops":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]}},"required":["type","code"]},"BusStop":{"title":"BusStop","type":"object","properties":{"type":{"enum":["BusStop"]},"coordinates":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_tuple_float__float__"}],"default":null},"world":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_World_"}],"default":null},"proximity":{"type":"object","additionalProperties":{"$ref":"#/$defs/Sourced_Proximity_"},"default":{}},"shared_facility":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]},"i":{"type":"integer","default":null},"source":{"type":"array","items":{"type":"string"},"default":[]},"codes":{"type":"array","items":{"type":"string"}},"name":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_str_"}],"default":null},"company":{"$ref":"#/$defs/Sourced_ID_","default":null},"connections":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/$defs/Sourced_Connection_"}},"default":{}}},"required":["type","codes"]},"Sourced_Connection_":{"title":"Sourced[Connection]","type":"object","properties":{"v":{"$ref":"#/$defs/Connection"},"s":{"type":"array","items":{"type":"string"},"default":[]}},"required":["v"]},"Connection":{"title":"Connection","type":"object","properties":{"type":{"enum":["Connection"]},"line":{"type":"integer"},"direction":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Direction"}],"default":null}},"required":["type","line"]},"Direction":{"title":"Direction","type":"object","properties":{"type":{"enum":["Direction"]},"direction":{"type":"integer"},"forward_label":{"anyOf":[{"type":"string"},{"type":"null"}]},"backward_label":{"anyOf":[{"type":"string"},{"type":"null"}]},"one_way":{"anyOf":[{"type":"boolean"},{"$ref":"#/$defs/Sourced_bool_"}],"default":false}},"required":["type","direction","forward_label","backward_label"]},"Sourced_bool_":{"title":"Sourced[bool]","type":"object","properties":{"v":{"type":"boolean"},"s":{"type":"array","items":{"type":"string"},"default":[]}},"required":["v"]},"SeaCompany":{"title":"SeaCompany","type":"object","properties":{"type":{"enum":["SeaCompany"]},"i":{"type":"integer","default":null},"source":{"type":"array","items":{"type":"string"},"default":[]},"name":{"type":"string"},"lines":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]},"stops":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]},"local":{"type":"boolean","default":false}},"required":["type","name"]},"SeaLine":{"title":"SeaLine","type":"object","properties":{"type":{"enum":["SeaLine"]},"i":{"type":"integer","default":null},"source":{"type":"array","items":{"type":"string"},"default":[]},"code":{"type":"string"},"name":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_str_"}],"default":null},"colour":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_str_"}],"default":null},"mode":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_SeaMode_"}],"default":null},"company":{"$ref":"#/$defs/Sourced_ID_","default":null},"stops":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]}},"required":["type","code"]},"Sourced_SeaMode_":{"title":"Sourced[SeaMode]","type":"object","properties":{"v":{"enum":["cruise","ferry"]},"s":{"type":"array","items":{"type":"string"},"default":[]}},"required":["v"]},"SeaStop":{"title":"SeaStop","type":"object","properties":{"type":{"enum":["SeaStop"]},"coordinates":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_tuple_float__float__"}],"default":null},"world":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_World_"}],"default":null},"proximity":{"type":"object","additionalProperties":{"$ref":"#/$defs/Sourced_Proximity_"},"default":{}},"shared_facility":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]},"i":{"type":"integer","default":null},"source":{"type":"array","items":{"type":"string"},"default":[]},"codes":{"type":"array","items":{"type":"string"}},"name":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_str_"}],"default":null},"company":{"$ref":"#/$defs/Sourced_ID_","default":null},"connections":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/$defs/Sourced_Connection_"}},"default":{}}},"required":["type","codes"]},"RailCompany":{"title":"RailCompany","type":"object","properties":{"type":{"enum":["RailCompany"]},"i":{"type":"integer","default":null},"source":{"type":"array","items":{"type":"string"},"default":[]},"name":{"type":"string"},"lines":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]},"stations":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]},"local":{"type":"boolean","default":false}},"required":["type","name"]},"RailLine":{"title":"RailLine","type":"object","properties":{"type":{"enum":["RailLine"]},"i":{"type":"integer","default":null},"source":{"type":"array","items":{"type":"string"},"default":[]},"code":{"type":"string"},"name":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_str_"}],"default":null},"colour":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_str_"}],"default":null},"mode":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_RailMode_"}],"default":null},"company":{"$ref":"#/$defs/Sourced_ID_","default":null},"stations":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]}},"required":["type","code"]},"Sourced_RailMode_":{"title":"Sourced[RailMode]","type":"object","properties":{"v":{"enum":["cart","traincarts","vehicles","warp"]},"s":{"type":"array","items":{"type":"string"},"default":[]}},"required":["v"]},"RailStation":{"title":"RailStation","type":"object","properties":{"type":{"enum":["RailStation"]},"coordinates":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_tuple_float__float__"}],"default":null},"world":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_World_"}],"default":null},"proximity":{"type":"object","additionalProperties":{"$ref":"#/$defs/Sourced_Proximity_"},"default":{}},"shared_facility":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]},"i":{"type":"integer","default":null},"source":{"type":"array","items":{"type":"string"},"default":[]},"codes":{"type":"array","items":{"type":"string"}},"name":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_str_"}],"default":null},"company":{"$ref":"#/$defs/Sourced_ID_","default":null},"connections":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/$defs/Sourced_Connection_"}},"default":{}}},"required":["type","codes"]},"SpawnWarp":{"title":"SpawnWarp","type":"object","properties":{"type":{"enum":["SpawnWarp"]},"coordinates":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_tuple_float__float__"}],"default":null},"world":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_World_"}],"default":null},"proximity":{"type":"object","additionalProperties":{"$ref":"#/$defs/Sourced_Proximity_"},"default":{}},"shared_facility":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]},"i":{"type":"integer","default":null},"source":{"type":"array","items":{"type":"string"},"default":[]},"name":{"type":"string"},"warp_type":{"enum":["misc","portal","premier","terminus","traincarts"]}},"required":["type","name","warp_type"]},"Town":{"title":"Town","type":"object","properties":{"type":{"enum":["Town"]},"coordinates":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_tuple_float__float__"}],"default":null},"world":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/Sourced_World_"}],"default":null},"proximity":{"type":"object","additionalProperties":{"$ref":"#/$defs/Sourced_Proximity_"},"default":{}},"shared_facility":{"type":"array","items":{"$ref":"#/$defs/Sourced_ID_"},"default":[]},"i":{"type":"integer","default":null},"source":{"type":"array","items":{"type":"string"},"default":[]},"name":{"type":"string"},"rank":{"$ref":"#/$defs/Sourced_Rank_"},"mayor":{"$ref":"#/$defs/Sourced_str_"},"deputy_mayor":{"$ref":"#/$defs/Sourced_str___None_"}},"required":["type","name","rank","mayor","deputy_mayor"]},"Sourced_Rank_":{"title":"Sourced[Rank]","type":"object","properties":{"v":{"enum":["Community","Councillor","Governor","Mayor","Premier","Senator","Unranked"]},"s":{"type":"array","items":{"type":"string"},"default":[]}},"required":["v"]},"Sourced_str___None_":{"title":"Sourced[str | None]","type":"object","properties":{"v":{"anyOf":[{"type":"string"},{"type":"null"}]},"s":{"type":"array","items":{"type":"string"},"default":[]}},"required":["v"]}}}