PaginatedResource

A generic paginated resource. Specializing schemas bind the item type by declaring a $dynamicAnchor named itemType, the JSON Schema 2020-12 way to express PaginatedResource<T>.

  • data
    Type: array
  • meta
    Type: object
    • limit
      Type: integer Format: int64

      Signed 64-bit integers (long type).

    • next
      Type: string | null
    • offset
      Type: integer Format: int64

      Signed 64-bit integers (long type).

    • total
      Type: integer Format: int64

      Signed 64-bit integers (long type).