Skip to content

Commit

Permalink
run format + add source def for oura
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Oct 28, 2022
1 parent 82f7477 commit d0adda3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ definitions:
pagination_strategy:
type: CursorPagination
cursor_value: "{{ response['next_token'] }}"
page_size: 100 # Not used, but check fails without it
page_size: 100 # Not used, but check fails without it
page_token_option:
field_name: "next_token"
inject_into: "request_parameter"
url_base: "*ref(definitions.base_requester.url_base)"
page_size_option: # Not used, but check fails without it
page_size_option: # Not used, but check fails without it
field_name: ""
inject_into: "request_parameter"
base_retriever:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"properties": {
"day": {
"type": ["string", "null"],
"format" : "date"
"format": "date"
},
"start_datetime": {
"type": ["string", "null"],
"format" : "date-time"
"format": "date-time"
},
"end_datetime": {
"type": ["string", "null"],
"format" : "date-time"
"format": "date-time"
},
"type": {
"type": ["string", "null"]
Expand Down

0 comments on commit d0adda3

Please sign in to comment.