Aramark · JSON Structure

Marko Api Product Response Structure

ProductResponse schema from Aramark Marko API

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

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

Properties

data count

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Product"
      }
    },
    "count": {
      "type": "int32",
      "description": "Total record count",
      "example": 50
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aramark/refs/heads/main/json-structure/marko-api-product-response-structure.json",
  "name": "ProductResponse",
  "description": "ProductResponse schema from Aramark Marko API"
}