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>.
- dataType: array
- metaType: object
- limitType: integer Format: int64
Signed 64-bit integers (long type).
- nextType: string | null
- offsetType: integer Format: int64
Signed 64-bit integers (long type).
- totalType: integer Format: int64
Signed 64-bit integers (long type).