Aramark · JSON Structure

Marko Api Service Structure

Service schema from Aramark Marko API

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

Service 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 type locationId status name

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Service identifier",
      "example": "SVC-001"
    },
    "type": {
      "type": "string",
      "description": "Service type",
      "enum": [
        "FOOD_SERVICE",
        "FACILITIES",
        "UNIFORM",
        "RETAIL"
      ],
      "example": "FOOD_SERVICE"
    },
    "locationId": {
      "type": "string",
      "description": "Location identifier",
      "example": "LOC-001"
    },
    "status": {
      "type": "string",
      "description": "Service status",
      "enum": [
        "ACTIVE",
        "INACTIVE",
        "SUSPENDED"
      ],
      "example": "ACTIVE"
    },
    "name": {
      "type": "string",
      "description": "Service name",
      "example": "Campus Dining"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aramark/refs/heads/main/json-structure/marko-api-service-structure.json",
  "name": "Service",
  "description": "Service schema from Aramark Marko API"
}