Media
idinteger
uuidstring<uuid>
namestring
mime_typestring
Example:
image/jpegtypestring
Possible values: [image, video, gif]
urlstring<uri>
thumb_urlstring<uri>nullable
is_videoboolean
created_atstring<date-time>
Media
{
"id": 0,
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"mime_type": "image/jpeg",
"type": "image",
"url": "string",
"thumb_url": "string",
"is_video": true,
"created_at": "2024-07-29T15:51:28.071Z"
}