META-INF.cxs.properties.profiles.personal.birthDate.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unomi-services Show documentation
Show all versions of unomi-services Show documentation
Apache Unomi Context Server Core Services
{
"metadata": {
"id": "birthDate",
"name": "Birth Date"
},
"type": "date",
"tags": ["personalProfileProperties"],
"defaultValue": "",
"dateRanges": [
{"key":"*_10", "from": "now-10y/y" },
{"key":"10_20", "from": "now-20y/y", "to" : "now-10y/y" },
{"key":"20_30", "from": "now-30y/y", "to" : "now-20y/y" },
{"key":"30_40", "from": "now-40y/y", "to" : "now-30y/y" },
{"key":"40_50", "from": "now-50y/y", "to" : "now-40y/y" },
{"key":"50_*", "to": "now-50y/y"}
],
"automaticMappingsFrom": [ ],
"rank": "502.0"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy