Google Tasks · JSON-LD Context

Tasks Context

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

9 Classes 4 Properties 1 Namespaces
View Context View on GitHub

Namespaces

gtasks: https://tasks.googleapis.com/tasks/v1/

Classes

Task TaskList id title notes status parent position links

Properties

Property Type Container
due schema:DateTime
completed schema:DateTime
updated schema:DateTime
selfLink reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "gtasks": "https://tasks.googleapis.com/tasks/v1/",
    "Task": "schema:Action",
    "TaskList": "schema:ItemList",
    "id": "schema:identifier",
    "title": "schema:name",
    "notes": "schema:description",
    "status": "schema:actionStatus",
    "due": {
      "@id": "schema:scheduledTime",
      "@type": "schema:DateTime"
    },
    "completed": {
      "@id": "schema:endTime",
      "@type": "schema:DateTime"
    },
    "updated": {
      "@id": "schema:dateModified",
      "@type": "schema:DateTime"
    },
    "selfLink": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "parent": "schema:isPartOf",
    "position": "schema:position",
    "links": "schema:relatedLink"
  }
}