Skip to content

Commit 4848d5d

Browse files
committed
More date-time formatting
1 parent 617b05f commit 4848d5d

File tree

3 files changed

+60
-0
lines changed

3 files changed

+60
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"properties": {
3+
"dimensions":{
4+
"properties":{
5+
"stat_time_hour":{
6+
"type": ["null", "string"]
7+
},
8+
"stat_time_day":{
9+
"type": ["null", "string"]
10+
}
11+
}
12+
},
13+
"stat_time_hour":{
14+
"type": ["null", "string"]
15+
},
16+
"stat_time_day":{
17+
"type": "string"
18+
}
19+
}
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"properties":{
3+
"dimensions":{
4+
"properties": {
5+
"stat_time_day": {
6+
"type": ["null", "string"]
7+
},
8+
"stat_time_hour": {
9+
"type": ["null", "string"]
10+
}
11+
}
12+
},
13+
"stat_time_day":{
14+
"type": "string"
15+
},
16+
"stat_time_hour":{
17+
"type": ["null", "string"]
18+
}
19+
}
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"properties":{
3+
"dimensions": {
4+
"properties": {
5+
"stat_time_day": {
6+
"type": ["null", "string"]
7+
},
8+
"stat_time_hour": {
9+
"type": ["null", "string"]
10+
}
11+
}
12+
},
13+
"stat_time_day":{
14+
"type": "string"
15+
},
16+
"stat_time_hour":{
17+
"type": ["null", "sting"]
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)