Skip to content

Regions

Overview

Machine variations can be differentiated by the region(s) they are available in.

Regions are a hierarchical structure starting at a root WorldWide region. Under WorldWide are the three top level regions that subscriptions are tied to:

  • Americas
  • EMEAR - Europe, Middle-East, Africa, and Russia
  • Asia & Oceania

These top level regions are then further broken down into sub regions as required. The full hierarchy can be constructed by matching the parentKey on a region to the key on it's parent.

Note

Regions are always geographic, not political. Europe refers to the continent not the union.

erDiagram
  region ||--o{ region : parentKey

Models

Region

Schema

{
    "id": "string",
    "key": "string",
    "name": "string",
    "parentKey": "string" | null
}

Region Collection

Schema

[{
    ... region
}]