summaryrefslogtreecommitdiffstats
path: root/tests/shared/json/list-objects.json
blob: 79f59fbf409d4e06a603e3cdf783bd3738581c39 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[
  {
  "_type":"com.example.social.ApplicationFeatures",
  "features":[
         {
          "feature":"provide Facebook",
          "objectType":"com.example.accounts.Account",
          "properties":[
                 {
                  "allowMultiple":false,
                  "description":"Facebook account provider",
                  "iconUrl":"accounts.facebookprovider.png"
                 }],
          "supported":["share"]
         }],
  "features-file-version":1,
  "identifier":"accounts.facebookprovider",
  "name":"Facebook"
  },
  {
  "_type":"com.example.social.ApplicationFeatures",
  "features":[
         {
          "feature":"provide Gmail",
          "objectType":"com.example.accounts.Account",
          "properties":[
                 {
                  "allowMultiple":false,
                  "description":"Gmail account provider",
                  "iconUrl":"accounts.gmailprovider.png"
                 }],
          "supported":["share"]
         }],
  "features-file-version":1,
  "identifier":"accounts.gmailprovider",
  "name":"Gmail"
  }
]