Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 908 Bytes

File metadata and controls

30 lines (18 loc) · 908 Bytes

ValidateMedia200Response

Properties

Name Type Description Notes
valid Boolean [optional]
url URI [optional]
error String Error message if valid is false [optional]
contentType String [optional]
size Integer File size in bytes [optional]
sizeFormatted String [optional]
type TypeEnum [optional]
platformLimits Map<String, ValidateMedia200ResponsePlatformLimitsValue> Per-platform size limit comparison (only present when size and type are known) [optional]

Enum: TypeEnum

Name Value
IMAGE "image"
VIDEO "video"
UNKNOWN "unknown"