Unified.to · Schema

property_Integration_categories

The categories of support solutions that this integration has

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-integration-categories-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_Integration_categories",
  "title": "property_Integration_categories",
  "description": "The categories of support solutions that this integration has",
  "items": {
    "enum": [
      "passthrough",
      "hris",
      "ats",
      "auth",
      "crm",
      "enrich",
      "martech",
      "ticketing",
      "uc",
      "accounting",
      "storage",
      "commerce",
      "payment",
      "genai",
      "messaging",
      "kms",
      "task",
      "scim",
      "lms",
      "repo",
      "metadata",
      "calendar",
      "verification",
      "ads",
      "forms",
      "shipping",
      "assessment",
      "signing"
    ],
    "type": "string",
    "x-speakeasy-unknown-values": "allow"
  },
  "type": "array"
}