Unified.to · Schema

AtsCompany

IntegrationsUnified API

Properties

Name Type Description
address object
created_at string
id string
metadata object
name string
parent_id string
phone string
raw object
recruiter_ids object
updated_at string
website_url string
View JSON Schema on GitHub

JSON Schema

unified-to-atscompany-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtsCompany",
  "title": "AtsCompany",
  "properties": {
    "address": {
      "$ref": "#/components/schemas/property_AtsCompany_address"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "metadata": {
      "$ref": "#/components/schemas/property_AtsCompany_metadata"
    },
    "name": {
      "type": "string"
    },
    "parent_id": {
      "type": "string"
    },
    "phone": {
      "type": "string"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "recruiter_ids": {
      "$ref": "#/components/schemas/property_AtsCompany_recruiter_ids"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    },
    "website_url": {
      "type": "string"
    }
  },
  "required": [
    "name"
  ],
  "type": "object"
}