json

Json code posted
created at 13 Sep 16:55

Edit | Back
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
{
  "id": "LibRML Copyright - Restricted Access",
  "tenant": "http://www.slub-dresden.de",
  "usageguide": "http://librml.org/examples/copyright_restrictedaccess",
  "template": "LibRML Copyright - Restricted Access",
  "actions": [
    {
      "type": "displaymetadata",
      "permission": true
    },
    {
      "type": "index",
      "permission": true
    },
    {
      "type": "read",
      "permission": true,
      "restrictions": [
        {
          "type": "location",
          "subnet": [
            "192.168.10.0/24"
          ]
        }
      ]
    },
    {
      "type": "archive",
      "permission": true
    }
  ]
}
673 Bytes in 2 ms with coderay