@@ -23,48 +23,48 @@ Href:
2323 attribute : true
2424 name : href
2525
26- # Asset:
27- # type: object
28- # description: 'Asset value object'
29- # properties:
30- # uri:
31- # type: string
32- # description: Asset's URI address.
33- # assetId:
34- # type: string
35- # description: Asset's identifier.
36- # assetSource:
37- # type: string
38- # description: Asset provider's identifier.
39- # assetMetadata:
40- # type: assetMetadata
41- # description: 'Asset metadata object. Depending on the provider, it can contain different parameters.'
26+ Asset :
27+ type : object
28+ description : ' Asset value object'
29+ properties :
30+ uri :
31+ type : string
32+ description : Asset's URI address.
33+ assetId :
34+ type : string
35+ description : Asset's identifier.
36+ assetSource :
37+ type : string
38+ description : Asset provider's identifier.
39+ assetMetadata :
40+ type : assetMetadata
41+ description : ' Asset metadata object. Depending on the provider, it can contain different parameters.'
4242
43- # assetMetadata:
44- # type: object
45- # description: 'Asset metadata object. Depending on the provider, it can contain different parameters.'
46- # properties:
47- # alternativeText:
48- # type: datetime
49- # description: 'Alternative text for the image asset'
50- # width:
51- # type: integer
52- # description: 'Image width'
53- # height:
54- # type: integer
55- # description: 'Image height'
56- # created_at:
57- # type: datetime
58- # description: Image asset's creation date
59- # updated_at:
60- # type: datetime
61- # description: Image asset's modification date
62- # author:
63- # type: string
64- # description: 'A name of the author of the image asset'
65- # author_link_html:
66- # type: string
67- # description: 'A URL address of the author of the image asset'
43+ assetMetadata :
44+ type : object
45+ description : ' Asset metadata object. Depending on the provider, it can contain different parameters.'
46+ properties :
47+ alternativeText :
48+ type : datetime
49+ description : ' Alternative text for the image asset'
50+ width :
51+ type : integer
52+ description : ' Image width'
53+ height :
54+ type : integer
55+ description : ' Image height'
56+ created_at :
57+ type : datetime
58+ description : Image asset's creation date
59+ updated_at :
60+ type : datetime
61+ description : Image asset's modification date
62+ author :
63+ type : string
64+ description : ' A name of the author of the image asset'
65+ author_link_html :
66+ type : string
67+ description : ' A URL address of the author of the image asset'
6868
6969BaseObject :
7070 type : object
0 commit comments