"compound.must[1].range.lte.type" is required
here is the error
and this is my Index config JSON:
{
"mappings": {
"dynamic": true,
"fields": {
"created_at": {
"type": "date"
},
"name": {
"type": "string"
},
"organization_id": {
"type": "string"
}
}
}
}