Skip to content

Commit

Permalink
Replace NoPaginator in the docs with NoPagination (airbytehq#18142)
Browse files Browse the repository at this point in the history
  • Loading branch information
delenamalan authored and jhammarstedt committed Oct 31, 2022
1 parent fe31e6b commit 5ca0c84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/connector-development/config-based/source_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ definitions:
type: object
anyOf:
- "$ref": "#/definitions/DefaultPaginator"
- "$ref": "#/definitions/NoPaginator"
- "$ref": "#/definitions/NoPagination"
DefaultPaginator:
type: object
additionalProperties: true
Expand All @@ -247,7 +247,7 @@ definitions:
"$ref": "#/definitions/PaginationStrategy"
url_base:
type: string
NoPaginator:
NoPagination:
type: object
additionalProperties: true
RequestOption:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Schema:
type: object
anyOf:
- "$ref": "#/definitions/DefaultPaginator"
- "$ref": "#/definitions/NoPaginator"
NoPaginator:
- "$ref": "#/definitions/NoPagination"
NoPagination:
type: object
additionalProperties: true
```
Expand Down

0 comments on commit 5ca0c84

Please sign in to comment.