Aramark · Schema

ErrorResponse

ErrorResponse schema from Aramark Marko API

Food ServicesFacilities ManagementUniform ServicesData PlatformFortune 500

Properties

Name Type Description
message string Error message
code integer Error code
View JSON Schema on GitHub

JSON Schema

marko-api-error-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "Error message",
      "example": "Unauthorized"
    },
    "code": {
      "type": "integer",
      "description": "Error code",
      "example": 401
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aramark/refs/heads/main/json-schema/marko-api-error-response-schema.json",
  "title": "ErrorResponse",
  "description": "ErrorResponse schema from Aramark Marko API"
}