requestBody.2.0.0.mappings.campaign.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of shell-commands Show documentation
Show all versions of shell-commands Show documentation
Provides the shell commands to interact with Apache Unomi Context Server
The newest version!
{
"dynamic_templates": [
{
"all": {
"match": "*",
"match_mapping_type": "string",
"mapping": {
"type": "text",
"analyzer": "folding",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
}
}
}
],
"properties": {
"cost": {
"type": "double"
},
"startDate": {
"type": "date"
},
"endDate": {
"type": "date"
},
"metadata": {
"properties": {
"enabled": {
"type": "boolean"
},
"hidden": {
"type": "boolean"
},
"missingPlugins": {
"type": "boolean"
},
"readOnly": {
"type": "boolean"
}
}
},
"entryCondition": {
"type": "object",
"enabled": false
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy