Skip to content

Clarify pagination requirements and recommended page size (#981)#982

Open
zeulus wants to merge 1 commit into
openmobilityfoundation:release-2.1.0from
zeulus:feature-pagination-page-size
Open

Clarify pagination requirements and recommended page size (#981)#982
zeulus wants to merge 1 commit into
openmobilityfoundation:release-2.1.0from
zeulus:feature-pagination-page-size

Conversation

@zeulus

@zeulus zeulus commented Jun 2, 2026

Copy link
Copy Markdown

Explain pull request

Moves the core pagination details into general-information.md and has the per-API specs link to that shared section. Documents the JSON:API page[number]/page[size] query parameters (previously undocumented in MDS) and recommends a minimum supported page[size] of 500 and a default of 1000, leaving the maximum for each provider/agency to document. The links keys and example move out of provider/README.md into the shared section, and Policy pagination is noted as optional.

Is this a breaking change

  • No, not breaking (all guidance is recommended, not required)

Impacted Spec

  • general
  • agency
  • provider
  • policy

Additional context

See #981

Add a shared Pagination section to general-information.md documenting the
JSON:API page[number]/page[size] query parameters, the links object, and
recommended page sizes (minimum 500, default 1000; maximum left to the
provider/agency to document). Point the provider, agency, and policy specs
at it and drop the duplicated keys/example from the provider spec. Note that
policy pagination is optional.

Refs openmobilityfoundation#981
@zeulus zeulus requested a review from a team as a code owner June 2, 2026 16:11
@schnuerle schnuerle added the minor update A change that is minor and should require little discussion, or is a maintenance/readme/typo update. label Jun 2, 2026
@schnuerle schnuerle added this to the 2.1.0 milestone Jun 2, 2026
@jiffyclub

Copy link
Copy Markdown
Contributor

Looks good to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor update A change that is minor and should require little discussion, or is a maintenance/readme/typo update.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mimimum page size for pagination /vehicles and /vehicles/status endpoint

3 participants