WSO2 · Schema

Label ID List for Request

RequestLabelList schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
labels array List of label IDs.
View JSON Schema on GitHub

JSON Schema

publisher-api-request-label-list-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-request-label-list-schema.json",
  "title": "Label ID List for Request",
  "description": "RequestLabelList schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "labels": {
      "type": "array",
      "description": "List of label IDs.",
      "items": {
        "type": "string",
        "example": "d7cf8523-9180-4255-84fa-6cb171c1f779"
      }
    }
  }
}