Compare commits

..

No commits in common. "d9fc615c59fad2a75a77787235e38f62d4a49293" and "892b17be2689991b77b0f06d38411d36ea0aa6fa" have entirely different histories.

View File

@ -6351,6 +6351,14 @@ components:
type: integer
format: int64
description: Size of the asset in bytes
width:
type: integer
nullable: true
description: "Original image width in pixels. Null for non-image assets or assets ingested before dimension extraction."
height:
type: integer
nullable: true
description: "Original image height in pixels. Null for non-image assets or assets ingested before dimension extraction."
mime_type:
type: string
description: MIME type of the asset