Aramark · JSON Structure

Marko Api Profit Center Structure

ProfitCenter schema from Aramark Marko API

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

ProfitCenter 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 code parentId active

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Profit center identifier",
      "example": "PC-001"
    },
    "name": {
      "type": "string",
      "description": "Profit center name",
      "example": "Campus Center Dining"
    },
    "code": {
      "type": "string",
      "description": "Profit center code",
      "example": "NE-CC-001"
    },
    "parentId": {
      "type": "string",
      "description": "Parent profit center identifier",
      "example": "PC-REGION-NE"
    },
    "active": {
      "type": "boolean",
      "description": "Whether the profit center is active",
      "example": true
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aramark/refs/heads/main/json-structure/marko-api-profit-center-structure.json",
  "name": "ProfitCenter",
  "description": "ProfitCenter schema from Aramark Marko API"
}