Skip to content

Commit acbb9a6

Browse files
authored
Remove date-time format from Ad-Groups (#342)
* Remove date-time format from Ad-Groups * More date-time formatting
1 parent 4200a9a commit acbb9a6

File tree

4 files changed

+76
-0
lines changed

4 files changed

+76
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"properties":{
3+
"schedule_start_time": {
4+
"type": "string"
5+
},
6+
"create_time":{
7+
"type": "string"
8+
},
9+
"schedule_end_time": {
10+
"type": "string"
11+
},
12+
"modify_time": {
13+
"type": "string"
14+
}
15+
}
16+
}
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)