Unified.to · Schema

UcContacts

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-uccontacts-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UcContacts",
  "title": "UcContacts",
  "items": {
    "$ref": "#/components/schemas/UcContact"
  },
  "type": "array"
}