WSO2 · JSON Structure

Devportal Api Api Category Structure

APICategory schema from WSO2 API Manager

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

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

Properties

id name description

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-api-category-structure.json",
  "name": "API Category",
  "description": "APICategory schema from WSO2 API Manager",
  "required": [
    "name"
  ],
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "01234567-0123-0123-0123-012345678901"
    },
    "name": {
      "type": "string",
      "example": "Finance"
    },
    "description": {
      "type": "string",
      "example": "Finance related APIs"
    }
  }
}