Google Photos Library · JSON-LD Context

Photos Context

JSON-LD context defining the semantic vocabulary for Photos from Google Photos Library.

13 Classes 3 Properties 1 Namespaces
View Context View on GitHub

Namespaces

gphotos: https://photoslibrary.googleapis.com/v1/

Classes

MediaItem Album id description mimeType filename width height cameraMake cameraModel title coverPhotoBaseUrl mediaItemsCount

Properties

Property Type Container
productUrl reference
baseUrl reference
creationTime schema:DateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "gphotos": "https://photoslibrary.googleapis.com/v1/",
    "MediaItem": "gphotos:MediaItem",
    "Album": "gphotos:Album",
    "id": "schema:identifier",
    "description": "schema:description",
    "productUrl": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "baseUrl": {
      "@id": "schema:contentUrl",
      "@type": "@id"
    },
    "mimeType": "schema:encodingFormat",
    "filename": "schema:name",
    "creationTime": {
      "@id": "schema:dateCreated",
      "@type": "schema:DateTime"
    },
    "width": "schema:width",
    "height": "schema:height",
    "cameraMake": "schema:manufacturer",
    "cameraModel": "schema:model",
    "title": "schema:name",
    "coverPhotoBaseUrl": "schema:thumbnailUrl",
    "mediaItemsCount": "schema:numberOfItems"
  }
}