-
Notifications
You must be signed in to change notification settings - Fork 8
/
avatar.spec
52 lines (52 loc) · 1.35 KB
/
avatar.spec
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"attributes": [
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "The image type",
"exposed": true,
"filterable": false,
"format": "free",
"max_length": null,
"max_value": null,
"min_length": null,
"min_value": null,
"name": "type",
"orderable": false,
"read_only": false,
"required": false,
"subtype": null,
"transient": false,
"type": "string",
"unique": false,
"uniqueScope": null,
"userlabel": "Type"
}
],
"children": [],
"model": {
"create": false,
"delete": true,
"description": "Avatar",
"entity_name": "Avatar",
"extends": [
"@audited",
"@base",
"@metadata",
"@permission"
],
"get": true,
"package": "usermgmt",
"resource_name": "avatars",
"rest_name": "avatar",
"root": false,
"update": true,
"userlabel": "Avatar"
}
}