Skip to content

Commit

Permalink
add sliceDescriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
lmossman committed Oct 11, 2022
1 parent b7daa82 commit c63fd4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions connector-builder-server/src/main/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,12 @@ components:
items:
type: object
required:
- sliceDescriptor
- pages
properties:
sliceDescriptor:
type: object
description: 'An object describing the current slice, e.g. {start_time: "2021-01-01", end_time: "2021-01-31"}'
pages:
type: array
description: The pages returned from the read command
Expand Down

0 comments on commit c63fd4c

Please sign in to comment.