UnifiedSearchResult
A single search result with entity type, ID, relevance score, and payload.
- idType: stringrequired
Identifier of the matched entity.
- itemrequired
Type-specific payload whose shape depends on the type field.
- scoreType: number | string
Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$Format: floatrequiredRelevance score in the range 0.0-1.0.
- typeType: stringrequired
Entity type, e.g. "contact" or "company".