WSO2 · Schema

MarketplaceAssistantApiCountResponse

MarketplaceAssistantApiCountResponse schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
count integer no of apis stored in the vectordb.
limit integer maximum no of apis allowed for an org.
View JSON Schema on GitHub

JSON Schema

devportal-api-marketplace-assistant-api-count-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-schema/devportal-api-marketplace-assistant-api-count-response-schema.json",
  "title": "MarketplaceAssistantApiCountResponse",
  "description": "MarketplaceAssistantApiCountResponse schema from WSO2 API Manager",
  "required": [
    "count",
    "limit"
  ],
  "type": "object",
  "properties": {
    "count": {
      "type": "integer",
      "description": "no of apis stored in the vectordb.",
      "example": "100"
    },
    "limit": {
      "type": "integer",
      "description": "maximum no of apis allowed for an org.",
      "example": "1000"
    }
  }
}