summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/entities/admin_users_data_attributes_paths.json
blob: eab8b6268763e93a34f2cdc6f29168b947680361 (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
{
  "type": "object",
  "properties": {
    "edit": { "type": "string" },
    "approve": { "type": "string" },
    "reject": { "type": "string" },
    "unblock": { "type": "string" },
    "block": { "type": "string" },
    "deactivate": { "type": "string" },
    "activate": { "type": "string" },
    "unlock": { "type": "string" },
    "delete": { "type": "string" },
    "delete_with_contributions": { "type": "string" },
    "admin_user": { "type": "string" }
  },
  "required": [
    "edit",
    "approve",
    "reject",
    "unblock",
    "block",
    "deactivate",
    "activate",
    "unlock",
    "delete",
    "delete_with_contributions",
    "admin_user"
  ],
  "additionalProperties": false
}