Skip to content

Commit

Permalink
FIXAPI-2587: format start/end for candle data and hcr to date-time
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsue authored and bonsue committed Oct 26, 2023
1 parent 9d826ec commit b63b4cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions chart-data/json-schema/src/main/resources/CandleData.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
"id" : "CandleData",
"properties" : {
"StartDate" : {
"type" : "date"
"type" : "string",
"format" : "date-time"
},
"EndDate" : {
"type" : "date"
"type" : "string",
"format" : "date-time"
},
"First" :{
"type" : "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@
"$ref" : "./Interval.json"
},
"StartDate" : {
"type" : "date"
"type" : "string",
"format" : "date-time"
},
"EndDate" : {
"type" : "date"
"type" : "string",
"format" : "date-time"
},
"SendingTime" : {
"type" : "string"
Expand Down

0 comments on commit b63b4cf

Please sign in to comment.