WSO2 · Schema

DesignAssistantChatResponse

DesignAssistantChatResponse schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
backendResponse string
isSuggestions boolean
typeOfApi string
code string
paths array
apiTypeSuggestion string
missingValues string
state string
View JSON Schema on GitHub

JSON Schema

publisher-api-design-assistant-chat-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/publisher-api-design-assistant-chat-response-schema.json",
  "title": "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"
    }
  }
}