WSO2 · JSON Structure

Devportal Api Marketplace Assistant Response Structure

MarketplaceAssistantResponse schema from WSO2 API Manager

Type: object Properties: 2 Required: 1
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

MarketplaceAssistantResponse is a JSON Structure definition published by WSO2, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

response apis

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-structure/devportal-api-marketplace-assistant-response-structure.json",
  "name": "MarketplaceAssistantResponse",
  "description": "MarketplaceAssistantResponse schema from WSO2 API Manager",
  "required": [
    "response"
  ],
  "type": "object",
  "properties": {
    "response": {
      "type": "string",
      "description": "natural language response by the llm.",
      "example": "Hi, How can I help you?"
    },
    "apis": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MarketplaceAssistantApi"
      }
    }
  }
}