Unified.to · Schema

property_Integration_token_names

if auth_types = 'token'

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-integration-token-names-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_Integration_token_names",
  "title": "property_Integration_token_names",
  "description": "if auth_types = 'token'",
  "items": {
    "type": "string"
  },
  "type": "array"
}