diff --git a/content/responses/collaborations.yml b/content/responses/collaborations.yml index 8382b011..9281aa14 100644 --- a/content/responses/collaborations.yml +++ b/content/responses/collaborations.yml @@ -10,9 +10,22 @@ description: |- A list of collaborations allOf: - - $ref: "../attributes/pagination.yml" - properties: entries: type: array items: $ref: '#/components/schemas/Collaboration' + + next_marker: + description: |- + The marker for the start of the next page of results. + example: 3000 + type: integer + format: int64 + + prev_marker: + description: |- + The marker for the start of the previous page of results. + example: 1000 + type: integer + format: int64