In the field array I need to specify the type something like this object: { "location" : { "type": "geo_point" } } Thank you
In the field array I need to specify the type something like this object:
{
"location" : {
"type": "geo_point"
}
}
Thank you