Page MenuHomeWickedGov Phorge

MediaFile.json
No OneTemporary

Size
4 KB
Referenced Files
None
Subscribers
None

MediaFile.json

{
"x-i18n-description": "rest-schema-desc-media-file",
"required": [
"title",
"file_description_url",
"latest",
"preferred",
"original",
"thumbnail"
],
"properties": {
"title": {
"type": "string",
"x-i18n-description": "rest-param-desc-media-file-title"
},
"file_description_url": {
"type": "string",
"description": "rest-param-desc-media-description-url"
},
"latest": {
"type": "object",
"nullable": true,
"x-i18n-description": "rest-param-desc-media-latest",
"properties": {
"timestamp": {
"type": "string",
"format": "date-time",
"x-i18n-description": "rest-param-desc-media-latest-timestamp"
},
"user": {
"type": "object",
"x-i18n-description": "rest-param-desc-media-latest-user",
"properties": {
"id": {
"type": "integer",
"nullable": true,
"x-i18n-description": "rest-property-desc-user-id"
},
"name": {
"type": "string",
"nullable": true,
"x-i18n-description": "rest-property-desc-user-name"
}
},
"required": [
"id",
"name"
]
}
},
"required": [
"timestamp",
"user"
]
},
"preferred": {
"type": "object",
"nullable": true,
"x-i18n-description": "rest-param-desc-media-preferred",
"properties": {
"mediatype": {
"type": "string",
"enum": [
"BITMAP",
"DRAWING",
"AUDIO",
"VIDEO",
"MULTIMEDIA",
"UNKNOWN",
"OFFICE",
"TEXT",
"EXECUTABLE",
"ARCHIVE",
"3D"
],
"x-i18n-description": "rest-param-desc-media-mediatype"
},
"size": {
"type": "integer",
"nullable": true,
"x-i18n-description": "rest-param-desc-media-size"
},
"width": {
"type": "integer",
"nullable": true,
"x-i18n-description": "rest-param-desc-media-width"
},
"height": {
"type": "integer",
"nullable": true,
"x-i18n-description": "rest-param-desc-media-height"
},
"duration": {
"type": "number",
"nullable": true,
"x-i18n-description": "rest-param-desc-media-duration"
},
"url": {
"type": "string",
"format": "uri",
"x-i18n-description": "rest-param-desc-media-url"
}
},
"required": [
"mediatype",
"size",
"width",
"height",
"duration",
"url"
]
},
"original": {
"type": "object",
"nullable": true,
"x-i18n-description": "rest-param-desc-media-original",
"properties": {
"mediatype": {
"type": "string",
"enum": [
"BITMAP",
"DRAWING",
"AUDIO",
"VIDEO",
"MULTIMEDIA",
"UNKNOWN",
"OFFICE",
"TEXT",
"EXECUTABLE",
"ARCHIVE",
"3D"
],
"x-i18n-description": "rest-param-desc-media-mediatype"
},
"size": {
"type": "integer",
"nullable": true,
"x-i18n-description": "rest-param-desc-media-size"
},
"width": {
"type": "integer",
"nullable": true,
"x-i18n-description": "rest-param-desc-media-width"
},
"height": {
"type": "integer",
"nullable": true,
"x-i18n-description": "rest-param-desc-media-height"
},
"duration": {
"type": "number",
"nullable": true,
"x-i18n-description": "rest-param-desc-media-duration"
},
"url": {
"type": "string",
"format": "url",
"x-i18n-description": "rest-param-desc-media-url"
}
},
"required": [
"mediatype",
"size",
"width",
"height",
"duration",
"url"
]
},
"thumbnail": {
"type": "object",
"nullable": true,
"x-i18n-description": "rest-param-desc-media-thumbnail",
"properties": {
"mediatype": {
"type": "string",
"enum": [
"BITMAP",
"DRAWING",
"AUDIO",
"VIDEO",
"MULTIMEDIA",
"UNKNOWN",
"OFFICE",
"TEXT",
"EXECUTABLE",
"ARCHIVE",
"3D"
],
"x-i18n-description": "rest-param-desc-media-mediatype"
},
"size": {
"type": "integer",
"nullable": true,
"x-i18n-description": "rest-param-desc-media-size"
},
"width": {
"type": "integer",
"nullable": true,
"x-i18n-description": "rest-param-desc-media-width"
},
"height": {
"type": "integer",
"nullable": true,
"x-i18n-description": "rest-param-desc-media-height"
},
"duration": {
"type": "number",
"nullable": true,
"x-i18n-description": "rest-param-desc-media-duration"
},
"url": {
"type": "string",
"format": "uri",
"x-i18n-description": "rest-param-desc-media-url"
}
},
"required": [
"mediatype",
"size",
"width",
"height",
"duration",
"url"
]
}
}
}

File Metadata

Mime Type
application/json
Expires
Aug 18 2026, 12:09 (4 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e2/a1/b2e339aa72879b4ed2e6093aaf1c
Default Alt Text
MediaFile.json (4 KB)

Event Timeline