-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path@metadata.spec
72 lines (71 loc) · 2.15 KB
/
@metadata.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"attributes": [
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": true,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "Metadata objects associated with this entity. This will contain a list of Metadata objects if the API request is made using the special flag to enable the embedded Metadata feature. Only a maximum of Metadata objects is returned based on the value set in the system configuration.",
"exposed": true,
"filterable": false,
"format": null,
"max_length": null,
"max_value": null,
"min_length": null,
"min_value": null,
"name": "embeddedMetadata",
"orderable": false,
"read_only": true,
"required": false,
"subtype": "Metadata",
"transient": true,
"type": "list",
"unique": false,
"uniqueScope": null,
"userlabel": "Embedded Metadata"
}
],
"children": [
{
"bulk_create": false,
"bulk_delete": false,
"bulk_update": false,
"create": true,
"delete": false,
"deprecated": false,
"get": true,
"relationship": "child",
"rest_name": "globalmetadata",
"update": true
},
{
"bulk_create": false,
"bulk_delete": false,
"bulk_update": false,
"create": true,
"delete": false,
"deprecated": false,
"get": true,
"relationship": "child",
"rest_name": "metadata",
"update": false
}
],
"model": {
"create": false,
"delete": false,
"description": null,
"entity_name": null,
"extends": [],
"get": false,
"package": null,
"resource_name": null,
"rest_name": null,
"root": false,
"update": false
}
}