Add new appconfig for spring-boot sparky
[aai/test-config.git] / sparky / appconfig / schemas / entityCountHistoryMappings.json
1 {
2     "properties": {
3         "count": {
4            "type": "long"
5         },
6         "entityType": {
7             "type": "string",
8             "index": "not_analyzed"
9         },
10         "timestamp": {
11             "type": "date",
12             "format": "MMM d y HH:m:s||dd-MM-yyyy HH:mm:ss||yyyy-MM-dd'T'HH:mm:ss.SSSZZ||MM/dd/yyyy||yyyyMMdd'T'HHmmssZ"
13         }
14     }
15 }
16