Work Market · Schema

Client

Workforce ManagementContractorsFreelanceGig EconomyHuman ResourcesPaymentsField ServicesStaffing

Properties

Name Type Description
id integer
name string
customer_id string
View JSON Schema on GitHub

JSON Schema

work-market-client.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "Client",
  "x-generated": "2026-07-21",
  "x-method": "derived",
  "x-source": "openapi/work-market-employer-api-openapi.yml#",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int64",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "readOnly": true
    },
    "customer_id": {
      "type": "string",
      "readOnly": true
    }
  }
}