Skip to content

OpenAPI contract: PagedResult envelope {items,hasNextPage} vs generated {data,hasMore} #190

Description

@Harol-Reina

Surfaced during openapi-numeric-schema-truth (Web #222). The paged-response envelope Web consumes is { items, hasNextPage }, but the generated schema is { data, hasMore }. Web keeps PagedResult<T> hand-written. Align the Platform paged envelope (or its OpenAPI schema) with the consumed shape so Web can adopt the generated type.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions