Skip to content

Commit bbf5642

Browse files
committed
Add missing format types
1 parent 0d4fb78 commit bbf5642

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/api/components/schemas.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ User-session-information:
419419
additionalProperties:
420420
x-additionalPropertiesName: channelName
421421
type: integer
422+
format: int64
422423
minimum: 1
423424
description: The sequence number the user was granted access.
424425
title: sequence number
@@ -589,6 +590,7 @@ Changes-feed:
589590
description: The change sequence number. This is usually a plain integer, but can be a compound (string) sequence value in some cases, such as during a channel backfill.
590591
oneOf:
591592
- type: integer
593+
format: int64
592594
- type: string
593595
id:
594596
description: The document ID the change happened on.

docs/api/paths/admin/keyspace-_dumpchannel-channel.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ get:
3030
description: Starts the results from the change immediately after the given sequence number.
3131
schema:
3232
type: integer
33+
format: int64
34+
minimum: 0
3335
responses:
3436
'200':
3537
description: Successfully got all documents in the channel

0 commit comments

Comments
 (0)