{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"ArisPay facilitator x402 discovery catalog","description":"Paginated catalog of x402 resources settling through this facilitator. Entries are registered (first-party product registry), settled (organic sighting with at least one successful settlement), or observed (organic sighting from a successful verify or an explicit unpaid operator probe).","network":"eip155:8453","queryParameters":{"type":{"enum":["http","mcp"]},"q":{"type":"string","description":"case-insensitive substring over resource URL + description"},"network":{"type":"string","description":"CAIP-2 network id, e.g. eip155:8453"},"asset":{"type":"string","description":"token contract address"},"method":{"type":"string","description":"HTTP method"},"payTo":{"type":"string","description":"seller receiving address"},"status":{"enum":["registered","settled","observed"]},"includeStale":{"enum":["1","true"],"description":"include entries not seen in the last 45 days (excluded by default)"},"limit":{"type":"integer","maximum":500,"default":100},"offset":{"type":"integer","minimum":0,"default":0}},"ranking":{"deterministic":true,"order":["registered (first-party registry entries)","settled within the last 30 days","observed (successful verify or explicit unpaid operator probe)"],"withinTier":"most recently seen first"},"staleness":{"staleAfterDays":45,"behavior":"stale entries are excluded from default results; includeStale=1 restores them"},"response":{"type":"object","properties":{"x402Version":{"const":1},"items":{"type":"array","items":{"type":"object","required":["resource","type","x402Version","accepts","lastUpdated","metadata"],"properties":{"resource":{"type":"string"},"type":{"enum":["http","mcp"]},"x402Version":{"type":"integer"},"accepts":{"type":"array","description":"x402 PaymentRequirements as last seen"},"method":{"type":"string"},"routeTemplate":{"type":"string"},"description":{"type":"string"},"mimeType":{"type":"string"},"signalUrl":{"type":"string","description":"ArisPay Signal paid check for this resource (1¢ x402; uncovered resources answered free). Signed observational evidence, not a guarantee."},"lastUpdated":{"type":"string","format":"date-time"},"metadata":{"type":"object","properties":{"status":{"enum":["registered","settled","observed"]},"firstSeenAt":{"type":"string","format":"date-time"},"lastSeededAt":{"type":"string","format":"date-time"},"lastSettledAt":{"type":"string","format":"date-time"},"provenance":{"type":"object","properties":{"successfulVerify":{"type":"boolean"},"operatorSeed":{"type":"boolean"}}}}}}}},"pagination":{"type":"object","properties":{"limit":{"type":"integer"},"offset":{"type":"integer"},"total":{"type":"integer"}}}}}}