WSO2 · JSON Structure

Admin Api Label Structure

Label schema from WSO2 API Manager

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

Label 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/admin-api-label-structure.json",
  "name": "Label",
  "description": "Label schema from WSO2 API Manager",
  "required": [
    "name"
  ],
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "readOnly": true,
      "example": "d7cf8523-9180-4255-84fa-6cb171c1f779"
    },
    "name": {
      "maxLength": 255,
      "minLength": 1,
      "type": "string",
      "example": "Health"
    },
    "description": {
      "maxLength": 1024,
      "type": "string",
      "example": "Health related APIs"
    }
  }
}