x402 Resource information

interface X402Resource {
    description?: string;
    mimeType?: string;
    url: string;
}

Properties

description?: string

Human-readable description

mimeType?: string

Expected response MIME type (e.g., "application/json")

url: string

The protected resource URL