Google Drive · JSON-LD Context

Google Drive Context

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

18 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

drive: https://developers.google.com/drive/api/v3/reference#

Classes

File id name mimeType parents createdTime modifiedTime size trashed starred shared webViewLink webContentLink iconLink owners Permission role emailAddress

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "drive": "https://developers.google.com/drive/api/v3/reference#",
    "File": "drive:File",
    "id": "drive:fileId",
    "name": "name",
    "mimeType": "encodingFormat",
    "parents": "isPartOf",
    "createdTime": "dateCreated",
    "modifiedTime": "dateModified",
    "size": "contentSize",
    "trashed": "drive:trashed",
    "starred": "drive:starred",
    "shared": "drive:shared",
    "webViewLink": "url",
    "webContentLink": "contentUrl",
    "iconLink": "image",
    "owners": "author",
    "Permission": "drive:Permission",
    "role": "drive:role",
    "emailAddress": "email"
  }
}