WSO2 · Schema

API Chat sample query record

SampleQuery schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
scenario string scenario
query string generated query
View JSON Schema on GitHub

JSON Schema

devportal-api-sample-query-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-sample-query-schema.json",
  "title": "API Chat sample query record",
  "description": "SampleQuery schema from WSO2 API Manager",
  "type": "object",
  "required": [
    "scenario",
    "query"
  ],
  "properties": {
    "scenario": {
      "type": "string",
      "description": "scenario"
    },
    "query": {
      "type": "string",
      "description": "generated query"
    }
  }
}