Data:Post: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
"type": [ | "type": [ | ||
{ | { | ||
" | "code": { | ||
"desc": "A shorthand identifier for a service providers", | "desc": "A shorthand identifier for a service providers", | ||
"type": "string; ideally less than 5 characters" | "type": "string; ideally less than 5 characters" | ||
| Line 13: | Line 13: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "hq": { | ||
"desc": "Where the service provider is based from", | "desc": "Where the service provider is based from", | ||
"type": "string" | "type": "string" | ||
| Line 42: | Line 42: | ||
"desc": "[Optional] Adress of the post office (with streets or numbers)", | "desc": "[Optional] Adress of the post office (with streets or numbers)", | ||
"type": "string" | "type": "string" | ||
}, | |||
"coordinates": { | |||
"desc": "Coordinates of the post office", | |||
"type": [ | |||
"int", | |||
"int", | |||
"int" | |||
] | |||
}, | }, | ||
"delivering": { | "delivering": { | ||
"desc": " | "desc": "Codes for the providers delivering to this facility, or `true` for the central facility", | ||
"type": { | "type": { | ||
"EITHER": [ | "EITHER": [ | ||
| Line 69: | Line 77: | ||
} | } | ||
}, | }, | ||
"providers": [] | "providers": [ | ||
{ | |||
"code": "PBO", | |||
"name": "Pòstas de la Baia d'Òjo", | |||
"hq": "Chalmosique P.O., C. de la Gara 41, Chalmosique, City of Yetch Bay", | |||
"managers": [ | |||
"[[User:Annwan|Annwan]]" | |||
] | |||
}, | |||
{ | |||
"code": "EPP", | |||
"name": "Eistwa Posaulies Pastawo", | |||
"hq": "Eistowú", | |||
"Managers": [ | |||
"[[Fīl]]" | |||
] | |||
} | |||
], | |||
"facilities": [ | |||
{ | |||
"place": "MZ", | |||
"name": "Central Postal Facility", | |||
"address": "Spawn", | |||
"coordinates": [ | |||
-40, | |||
70, | |||
-40 | |||
], | |||
"delivering": true, | |||
"pickup": true | |||
}, | |||
{ | |||
"place": "IM", | |||
"name": "PBO — Chalmosique", | |||
"address": "C. de la Gara 41, Chalmosique, City of Yetch Bay", | |||
"coordinates": [ | |||
0, | |||
79, | |||
-1160 | |||
], | |||
"delivering": [ | |||
"PBO" | |||
], | |||
"pickup": [ | |||
"PBO" | |||
] | |||
} | |||
] | |||
} | } | ||
Revision as of 13:15, 4 January 2026
| __schema |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| providers |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| facilities |
|