WSO2 · Schema

MCP URL Validation Request

MCPServerValidationRequest schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
url string The URL to be validated.
securityInfo object
View JSON Schema on GitHub

JSON Schema

publisher-api-mcp-server-validation-request-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-mcp-server-validation-request-schema.json",
  "title": "MCP URL Validation Request",
  "description": "MCPServerValidationRequest schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "The URL to be validated.",
      "example": "https://example.com/mcp"
    },
    "securityInfo": {
      "$ref": "#/components/schemas/SecurityInfo"
    }
  }
}