Galileo · API Governance Rules
Galileo API Rules
Spectral linting rules defining API design standards and conventions for Galileo.
6 Rules
error 2
warn 4
Rule Categories
galileo
Rules
error
galileo-server-base-url
Galileo OpenAPI documents MUST declare https://api.galileo.ai as a server.
$.servers[*].url
warn
galileo-paths-v2-prefix
Galileo public API paths MUST be prefixed with /v2.
$.paths[*]~
warn
galileo-operation-id-camel-case
operationId values MUST be camelCase.
$.paths[*][*].operationId
error
galileo-api-key-security
Galileo APIs MUST document the Galileo-API-Key header security scheme.
$.components.securitySchemes
warn
galileo-tag-titlecase
Tag names SHOULD use Title Case (e.g. "Datasets", "Experiments").
$.tags[*].name
warn
galileo-summary-titlecase
Operation summaries SHOULD use Title Case.
$.paths[*][*].summary