Skip to content

Commit

Permalink
Merge pull request #1266 from cedardevs/1251-AE-mapping
Browse files Browse the repository at this point in the history
1251 ae mapping
  • Loading branch information
zebdelk authored Jun 3, 2020
2 parents a47493c + a5309de commit 4adb85c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
"endUtcDateTimeString": {
"type": "keyword"
},
"endZoneSpecified": {
"type": "keyword"
},
"instantDescriptor": {
"type": "keyword"
},
Expand All @@ -116,6 +119,9 @@
"instantUtcDateTimeString": {
"type": "keyword"
},
"instantZoneSpecified": {
"type": "keyword"
},
"rangeDescriptor": {
"type": "keyword"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
"endUtcDateTimeString": {
"type": "keyword"
},
"endZoneSpecified": {
"type": "keyword"
},
"instantDescriptor": {
"type": "keyword"
},
Expand All @@ -116,6 +119,9 @@
"instantUtcDateTimeString": {
"type": "keyword"
},
"instantZoneSpecified": {
"type": "keyword"
},
"rangeDescriptor": {
"type": "keyword"
}
Expand Down

0 comments on commit 4adb85c

Please sign in to comment.