Work Market · Schema

CustomField

Workforce ManagementContractorsFreelanceGig EconomyHuman ResourcesPaymentsField ServicesStaffing

Properties

Name Type Description
id integer
name string
default string
required boolean
value string
type string
View JSON Schema on GitHub

JSON Schema

work-market-custom-field.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "CustomField",
  "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
    },
    "default": {
      "type": "string",
      "readOnly": true
    },
    "required": {
      "type": "boolean",
      "readOnly": true
    },
    "value": {
      "type": "string",
      "readOnly": true
    },
    "type": {
      "type": "string",
      "readOnly": true
    }
  }
}