Aramark · Schema

ProfitCenter

ProfitCenter schema from Aramark Marko API

Food ServicesFacilities ManagementUniform ServicesData PlatformFortune 500

Properties

Name Type Description
id string Profit center identifier
name string Profit center name
code string Profit center code
parentId string Parent profit center identifier
active boolean Whether the profit center is active
View JSON Schema on GitHub

JSON Schema

marko-api-profit-center-schema.json 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-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aramark/refs/heads/main/json-schema/marko-api-profit-center-schema.json",
  "title": "ProfitCenter",
  "description": "ProfitCenter schema from Aramark Marko API"
}