Hyperbrowser · API Governance Rules
Hyperbrowser API Rules
Spectral linting rules defining API design standards and conventions for Hyperbrowser.
5 Rules
warn 3
info 2
Rule Categories
hyperbrowser
Rules
warn
hyperbrowser-operation-summary-title-case
Operation summaries must be Title Case.
$.paths.*.*.summary
warn
hyperbrowser-path-prefix
Hyperbrowser paths begin with /api or /x402.
$.paths.*~
warn
hyperbrowser-api-key-scheme
Hyperbrowser uses the x-api-key header for authentication.
$.components.securitySchemes.*
info
hyperbrowser-job-status-resources
Long-running jobs SHOULD expose a /status path alongside the result path.
$.paths[?(@property =~ /\/(scrape|crawl|extract|task\/.+)\/\{id\}$/)]~
info
hyperbrowser-camelcase-properties
Schema property names should be camelCase per Hyperbrowser convention.
$.components.schemas.*.properties.*~