Unified.to · Schema

property_AtsOffer_compensation

compensation details for the offer

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-atsoffer-compensation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AtsOffer_compensation",
  "title": "property_AtsOffer_compensation",
  "description": "compensation details for the offer",
  "items": {
    "$ref": "#/components/schemas/AtsCompensation"
  },
  "type": "array"
}