Aggregation · Schema

APICatalogEntry

An entry in an API catalog or directory describing a single API provider.

API AggregationAPI DirectoryAPI Marketplace

Properties

Name Type Description
name string Name of the API.
description string Brief description of the API's functionality.
provider string Company or organization providing the API.
category string Business domain category of the API.
base_url string Base URL of the API.
documentation_url string URL to the API's documentation.
openapi_url string URL to an OpenAPI specification for this API.
pricing_model string Pricing model for accessing this API.
authentication_types array Authentication methods supported by this API.
tags array Tags categorizing this API.
View JSON Schema on GitHub