MCPServerScope 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-mcp-server-scope-schema.json", "title": "MCPServerScope", "description": "MCPServerScope schema from WSO2 API Manager", "required": [ "scope" ], "type": "object", "properties": { "scope": { "$ref": "#/components/schemas/Scope" }, "shared": { "type": "boolean", "description": "States whether scope is shared. This will not be honored when updating/adding scopes to MCP Servers or when\nadding/updating Shared Scopes.\n", "example": true } } }