Skip to content

Commit

Permalink
chore: changes date format
Browse files Browse the repository at this point in the history
  • Loading branch information
a-rampalli committed Aug 17, 2023
1 parent 7c663c5 commit 3ac2041
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,17 @@
"title": "Start Date",
"type": "string",
"description": "If not set, data from up to one year ago will replicated by default.",
"examples": ["2021-07-25T00:00:00Z"],
"examples": ["2021-11-16"],
"pattern": "^$|^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}Z)?$",
"format": "date-time"
"format": "date"
},
"end_date": {
"order": 6,
"title": "End Date",
"type": "string",
"examples": ["2021-07-25T00:00:00Z"],
"examples": ["2021-11-16"],
"pattern": "^$|^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}Z)?$",
"format": "date-time"
"format": "date"
},
"region": {
"order": 7,
Expand Down

0 comments on commit 3ac2041

Please sign in to comment.