WSO2 · JSON Structure

Publisher Api Design Assistant Chat Response Structure

DesignAssistantChatResponse schema from WSO2 API Manager

Type: object Properties: 8
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

DesignAssistantChatResponse is a JSON Structure definition published by WSO2, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

backendResponse isSuggestions typeOfApi code paths apiTypeSuggestion missingValues state

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/publisher-api-design-assistant-chat-response-structure.json",
  "name": "DesignAssistantChatResponse",
  "description": "DesignAssistantChatResponse schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "backendResponse": {
      "type": "string"
    },
    "isSuggestions": {
      "type": "boolean",
      "example": true
    },
    "typeOfApi": {
      "type": "string",
      "example": "REST"
    },
    "code": {
      "type": "string"
    },
    "paths": {
      "type": "array",
      "example": [],
      "items": {
        "type": "string"
      }
    },
    "apiTypeSuggestion": {
      "type": "string",
      "example": "This is suitable for CRUD operations in banking. Do you want to proceed?"
    },
    "missingValues": {
      "type": "string"
    },
    "state": {
      "type": "string",
      "example": "COMPLETE"
    }
  }
}