You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/swagger/resources/assets/definitions/asset.yaml
+22-23Lines changed: 22 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -9,29 +9,28 @@ properties:
9
9
type: object
10
10
description: "Asset attributes values, see the <a href='/concepts/asset-manager.html#focus-on-the-asset-values'>Focus on the asset values</a> section for more details."
11
11
x-validation-rules: Validation rules detailed in Asset attribute values section
12
-
properties:
13
-
attributeCode:
14
-
type: array
15
-
items:
16
-
type: object
17
-
properties:
18
-
channel:
19
-
type: string
20
-
description: Channel code of the asset attribute value
21
-
locale:
22
-
type: string
23
-
description: Locale code of the asset attribute value
24
-
data:
25
-
type: object
26
-
description: Asset attribute value. See <a href='/concepts/asset-manager.html#the-data-format'>the `data` format</a> section for more details.
27
-
_links:
28
-
type: object
29
-
description: Related links for the `media file` attribute values. See <a href='/concepts/asset-manager.html#the-_links-format'>the `_links` format</a> section for more details.
30
-
x-validation-rules: The share link is returned when asset sharing is enabled
31
-
linked_data:
32
-
type: object
33
-
description: Linked data for the `media link` attribute values. See <a href='/concepts/asset-manager.html#the-linked_data-format'>the `linked_data` format</a> section for more details.
34
-
x-from-version: "SaaS"
12
+
additionalProperties:
13
+
type: array
14
+
items:
15
+
type: object
16
+
properties:
17
+
channel:
18
+
type: string
19
+
description: Channel code of the asset attribute value
20
+
locale:
21
+
type: string
22
+
description: Locale code of the asset attribute value
23
+
data:
24
+
type: object
25
+
description: Asset attribute value. See <a href='/concepts/asset-manager.html#the-data-format'>the `data` format</a> section for more details.
26
+
_links:
27
+
type: object
28
+
description: Related links for the `media file` attribute values. See <a href='/concepts/asset-manager.html#the-_links-format'>the `_links` format</a> section for more details.
29
+
x-validation-rules: The share link is returned when asset sharing is enabled
30
+
linked_data:
31
+
type: object
32
+
description: Linked data for the `media link` attribute values. See <a href='/concepts/asset-manager.html#the-linked_data-format'>the `linked_data` format</a> section for more details.
0 commit comments