Toast · JSON Structure

Labor Job Wage Override Structure

The overriding job wage, for an employee that has a wage that differs from the job's default wage.

Type: object Properties: 2 Required: 2
Food ServicePoint of SaleRestaurantsHospitality

JobWageOverride is a JSON Structure definition published by Toast, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

wage jobReference

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/toast/refs/heads/main/json-structure/labor-job-wage-override-structure.json",
  "name": "JobWageOverride",
  "description": "The overriding job wage, for an employee that has a wage that \ndiffers from the job's default wage.\n",
  "type": "object",
  "required": [
    "wage",
    "jobReference"
  ],
  "properties": {
    "wage": {
      "type": "double",
      "description": "Required currency value of the employee's overriding job wage.\n"
    },
    "jobReference": {
      "type": "object",
      "description": "Required external reference to the job to which this wage \napplies overridden\n",
      "$ref": "#/definitions/ExternalReference"
    }
  }
}