WSO2 · Schema

Topic

Topic schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
apiId string
name string
type string
View JSON Schema on GitHub

JSON Schema

devportal-api-topic-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-topic-schema.json",
  "title": "Topic",
  "description": "Topic schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "apiId": {
      "type": "string",
      "example": "faae5fcc-cbae-40c4-bf43-89931630d313"
    },
    "name": {
      "type": "string",
      "example": "orderBooks"
    },
    "type": {
      "type": "string",
      "example": "publisher"
    }
  }
}