Unified.to · Schema

property_Integration_token_instructions

instructions for the user on how to find the token/key

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-integration-token-instructions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_Integration_token_instructions",
  "title": "property_Integration_token_instructions",
  "description": "instructions for the user on how to find the token/key",
  "items": {
    "type": "string"
  },
  "type": "array"
}