Scaleway · API Governance Rules
Scaleway API Rules
Spectral linting rules defining API design standards and conventions for Scaleway.
10 Rules
error 2
warn 6
Rule Categories
scaleway
Rules
warn
scaleway-operation-id-pascal-case
Scaleway operation IDs use PascalCase (e.g., ListInstances, CreateCluster)
$.paths[*][*].operationId
warn
scaleway-summary-title-case
Scaleway operation summaries should use Title Case
$.paths[*][*].summary
warn
scaleway-path-kebab-case
Scaleway API paths use kebab-case for resource names
$.paths
error
scaleway-response-200-defined
All GET operations must define a 200 response
$.paths[*].get
warn
scaleway-bearer-auth-defined
Scaleway API uses X-Auth-Token header authentication
$.components.securitySchemes
hint
scaleway-zone-region-params
Scaleway APIs use zone and region path parameters for geographic isolation
$.paths[*][*].parameters[*]
warn
scaleway-pagination-params
List operations should support page and page_size query parameters
$.paths[*].get
hint
scaleway-tags-array
Scaleway resources should support tags as arrays for resource organization
$.components.schemas[*].properties
warn
scaleway-openapi-version
Scaleway uses OpenAPI 3.1.0
$
error
scaleway-info-description
API info must include a description
$.info
Spectral Ruleset
Work with this as data
Every ruleset here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for spectral rules
4 MCP tools reach this
find_rulesBrowse and filter every ruleset in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This ruleset
curl "https://apis.io/api/v1/rules/scaleway-rules"
All spectral rules
curl "https://apis.io/api/v1/rules?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.