Aramark · JSON Structure

Marko Api Organization Unit Structure

OrganizationUnit schema from Aramark Marko API

Type: object Properties: 5
Food ServicesFacilities ManagementUniform ServicesData PlatformFortune 500

OrganizationUnit is a JSON Structure definition published by Aramark, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name type parentId locationCount

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique organization unit identifier",
      "example": "ORG-001"
    },
    "name": {
      "type": "string",
      "description": "Organization unit name",
      "example": "Northeast District"
    },
    "type": {
      "type": "string",
      "description": "Organization unit type",
      "enum": [
        "REGION",
        "DISTRICT",
        "LOCATION",
        "ACCOUNT"
      ],
      "example": "DISTRICT"
    },
    "parentId": {
      "type": "string",
      "description": "Parent organization unit identifier",
      "example": "REGION-NE"
    },
    "locationCount": {
      "type": "int32",
      "description": "Number of locations under this unit",
      "example": 45
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aramark/refs/heads/main/json-structure/marko-api-organization-unit-structure.json",
  "name": "OrganizationUnit",
  "description": "OrganizationUnit schema from Aramark Marko API"
}