Unified.to · Schema

property_AtsCandidate_address

IntegrationsUnified API

Properties

Name Type Description
address1 string
address2 string
city string
country string
country_code string
postal_code string
region string
region_code string
View JSON Schema on GitHub

JSON Schema

unified-to-property-atscandidate-address-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AtsCandidate_address",
  "title": "property_AtsCandidate_address",
  "properties": {
    "address1": {
      "type": "string"
    },
    "address2": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "country_code": {
      "type": "string"
    },
    "postal_code": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "region_code": {
      "type": "string"
    }
  },
  "type": "object"
}