US Space Command · API Governance Rules
US Space Command API Rules
Spectral linting rules defining API design standards and conventions for US Space Command.
6 Rules
error 2
warn 2
info 2
Rule Categories
space
Rules
info
space-track-path-class-prefix
Space-Track paths should follow /basicspacedata/query/class/{class}/ pattern
$.paths[*]~
error
space-track-operation-summary
All operations must have a summary
$.paths[*][*]
warn
space-track-operation-tags
Operations must have at least one tag
$.paths[*][*]
error
space-track-get-200-response
GET operations must define a 200 response
$.paths[*].get
info
space-track-format-path-param
Space-Track endpoints should include a format path parameter
$.paths[*]~
warn
space-track-401-response
Authenticated endpoints should document 401 response
$.paths[*].get