Hi, is it possible to use mask in mapping, for example
this:
"properties": {
"field_one": {"type": "double"},
"field_two": {"type": "double"},
"field_three": {"type": "double"},
}
rewrite to:
"properties": {
"*": {"type": "double"},
}