Gremlin · API Governance Rules
Gremlin API Rules
Spectral linting rules defining API design standards and conventions for Gremlin.
4 Rules
error 1
warn 3
Rule Categories
gremlin
Rules
warn
gremlin-info-contact-required
Gremlin API spec must declare a contact.
$.info
error
gremlin-server-https-only
All Gremlin servers must use HTTPS.
$.servers[*].url
warn
gremlin-operation-tag-required
Each Gremlin operation must declare at least one tag.
$.paths[*][get,post,put,delete,patch]
warn
gremlin-operation-summary-required
Each operation should have a human-readable summary.
$.paths[*][get,post,put,delete,patch]