7shifts · JSON Structure

7Shifts Wage Structure

7shifts Wage structure.

Type: object Properties: 8
RestaurantSchedulingWorkforce ManagementEmployee SchedulingTime TrackingHRISLabor

Wage is a JSON Structure definition published by 7shifts, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id user_id role_id wage_type wage_cents effective_date created modified

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/7shifts/refs/heads/main/json-structure/7shifts-wage-structure.json",
  "name": "Wage",
  "type": "object",
  "description": "7shifts Wage structure.",
  "properties": {
    "id": {
      "type": "int64",
      "description": ""
    },
    "user_id": {
      "type": "int64",
      "description": ""
    },
    "role_id": {
      "type": "int64",
      "description": ""
    },
    "wage_type": {
      "type": "string",
      "description": ""
    },
    "wage_cents": {
      "type": "int64",
      "description": "Wage amount in cents."
    },
    "effective_date": {
      "type": "date",
      "description": ""
    },
    "created": {
      "type": "datetime",
      "description": ""
    },
    "modified": {
      "type": "datetime",
      "description": ""
    }
  }
}