RequestLabelList schema from WSO2 API Manager
{ "$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" } } } }