Google Keep · JSON-LD Context

Json Ld Context

JSON-LD context defining the semantic vocabulary for Json Ld from Google Keep.

4 Classes 3 Properties 2 Namespaces
View Context View on GitHub

Namespaces

keep: https://keep.googleapis.com/v1/
goog: https://developers.google.com/workspace/keep/api/reference/rest/v1/

Classes

name description url provider

Properties

Property Type Container
Note
Permission
Attachment

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "keep": "https://keep.googleapis.com/v1/",
    "goog": "https://developers.google.com/workspace/keep/api/reference/rest/v1/",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "provider": "schema:provider",
    "Note": {
      "@id": "goog:notes",
      "@context": {
        "name": "schema:identifier",
        "title": "schema:name",
        "createTime": "schema:dateCreated",
        "updateTime": "schema:dateModified",
        "trashed": "schema:deleted",
        "body": "schema:text",
        "permissions": "schema:hasDigitalDocumentPermission",
        "attachments": "schema:associatedMedia"
      }
    },
    "Permission": {
      "@id": "goog:notes.permissions",
      "@context": {
        "name": "schema:identifier",
        "email": "schema:email",
        "role": "schema:roleName"
      }
    },
    "Attachment": {
      "@id": "schema:MediaObject",
      "@context": {
        "name": "schema:identifier",
        "mimeType": "schema:encodingFormat"
      }
    }
  },
  "@type": "WebAPI",
  "name": "Google Keep API",
  "description": "The Google Keep API enables enterprise administrators to manage notes, attachments, and permissions.",
  "url": "https://developers.google.com/workspace/keep/api/guides",
  "provider": {
    "@type": "Organization",
    "name": "Google",
    "url": "https://developers.google.com"
  }
}