Work Market · Schema

TalentPool

Workforce ManagementContractorsFreelanceGig EconomyHuman ResourcesPaymentsField ServicesStaffing

Properties

Name Type Description
id integer
name string
description string
members integer
active boolean
deleted boolean
View JSON Schema on GitHub

JSON Schema

work-market-talent-pool.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "TalentPool",
  "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
    },
    "description": {
      "type": "string",
      "readOnly": true
    },
    "members": {
      "type": "integer",
      "format": "int32",
      "readOnly": true
    },
    "active": {
      "type": "boolean",
      "readOnly": true
    },
    "deleted": {
      "type": "boolean",
      "readOnly": true
    }
  }
}