Data:Post: Difference between revisions
Jump to navigation
Jump to search
Annwan created the page Data:Post using a non-default content model "JSON" |
No edit summary |
||
| Line 1: | Line 1: | ||
{} | { | ||
"__schema": { | |||
"providers": { | |||
"desc": "A postal service provider", | |||
"type": [ | |||
"array", | |||
{ | |||
"short_code": { | |||
"desc": "A shorthand identifier for a service providers", | |||
"type": "string; ideally less than 5 characters" | |||
}, | |||
"name": { | |||
"desc": "The name of the service provider", | |||
"type": "string" | |||
}, | |||
"headquarters": { | |||
"desc": "Where the service provider is based from", | |||
"type": "string" | |||
}, | |||
"managers": { | |||
"desc": "Wiki links to the player(s) in charge of the service provider", | |||
"type": [ | |||
"array", | |||
"string" | |||
] | |||
} | |||
} | |||
] | |||
}, | |||
"facilities": { | |||
"desc": "Locations equiped for sending and receiving mail", | |||
"type": [ | |||
"array", | |||
{} | |||
] | |||
} | |||
}, | |||
"providers": [] | |||
} | |||
Revision as of 11:46, 4 January 2026
| __schema |
| |||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| providers |
|