Types

MediaObject

Example

{
  "type": "MediaObject",
  "@id": "http://example.com",
  "id": "http://user.example.com/public/logo/fileName.zip",
  "name": "fileName.zip",
  "encodingFormat": "application/zip",
  "about": "http://user.example.com/profile/card#me",
  "url": "http://user.example.com/public/profile/image.jpg"
}

Schema

NameTypeDescription
(root)allOfan image, video or document availble for download
0 (allOf item)object-
typestringThe item type (Linked-Data @type) pattern (^[A-Z][a-zA-Z0-9]+$)
@idstringthe liked data uri for the Thing format (uri)
0 (property names)-pattern (^[a-z@$][a-zA-Z0-9-_]+$)
1 (allOf item)--
1.typestringallowed ("MediaObject", "ImageObject", "DigitalDocument")
1.idstringthe URL to access the item. format (uri)
1.namestringthe file name of the object.
1.encodingFormatstringMIME type
1.aboutstringURI to the subject of the image or logo format (uri)
1.urlstringURL of the image content format (uri)
Previous
MarketingProgram