Dataiku · API Governance Rules
Dataiku API Rules
Spectral linting rules defining API design standards and conventions for Dataiku.
5 Rules
error 2
warn 3
Rule Categories
dataiku
Rules
warn
dataiku-info-contact
API info should include a contact for Dataiku support.
$.info
warn
dataiku-public-api-prefix
Public API paths must be served under /public/api.
$.paths
error
dataiku-operation-tags
Every operation must declare at least one tag.
$.paths[*][*]
error
dataiku-server-https
Server URLs must use HTTPS.
$.servers[*].url
warn
dataiku-project-key-pattern
ProjectKey path parameters must follow the upper-case alphanumeric convention.
$.paths.*.*.parameters[?(@.name=='projectKey')].schema