jmlue42 / spectral-jsonapi-ruleset

A Stoplight/Spectral linting ruleset for the JSON:API specification.
MIT License
12 stars 8 forks source link

new rule: verify page param is only used on collection routes #66

Open marquje opened 8 months ago

marquje commented 8 months ago

Currently the page parameter schema is being linted. A new rule needs to be created to verify the page parameter is only used on collection routes.

This page parameter is listed as a SHOULD so recommend severity level: warn or info

Section 6.6