summaryrefslogtreecommitdiffstats
path: root/tests/auto/accesscontrol/json/index-test.json
blob: 1fca665274d53822ce83181fb798bc7887f53793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[
{
  "_type": "Index",
  "objectType": "Phone",
  "name": "name",
  "propertyName": "name",
  "propertyType": "string"
},
{
  "_type": "Index",
  "name": "another",
  "objectType": ["Phone", "Contact"],
  "propertyName": "field",
  "propertyType": "string",
  "locale": "en_US",
  "collation": "default",
  "casePreference": "IgnoreCase"
},
{
  "_type": "Index",
  "name": "noObjectType",
  "propertyName": "field",
  "propertyType": "string"
}
]