Aggregation · Schema

UnifiedAPI

Represents a unified API aggregation layer that exposes multiple underlying provider APIs through a single normalized interface.

API AggregationAPI DirectoryAPI Marketplace

Properties

Name Type Description
name string Name of the unified API platform.
description string Description of what the unified API covers.
category string Business category covered by the unified API.
providers array List of underlying API providers aggregated by this unified API.
base_url string Base URL of the unified API.
authentication object Authentication mechanism for the unified API.
normalized_schema boolean Whether the API normalizes response schemas across all underlying providers.
View JSON Schema on GitHub