Spanning · JSON-LD Context

Spanning Context

JSON-LD context defining the semantic vocabulary for Spanning from Spanning.

10 Classes 11 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
spanning: https://spanning.com/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

User Export SharedDrive userKey email displayName exportId status driveId name

Properties

Property Type Container
assigned boolean
backupStatus
lastBackup dateTime
isAdmin boolean
isSuspended boolean
initiatedAt dateTime
completedAt dateTime
downloadUrl reference
expiresAt dateTime
sizeBytes integer
backupEnabled boolean

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "spanning": "https://spanning.com/vocab/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "User": "schema:Person",
    "Export": "spanning:Export",
    "SharedDrive": "spanning:SharedDrive",

    "userKey": "@id",
    "email": "schema:email",
    "displayName": "schema:name",
    "assigned": {
      "@id": "spanning:licenseAssigned",
      "@type": "xsd:boolean"
    },
    "backupStatus": {
      "@id": "spanning:backupStatus"
    },
    "lastBackup": {
      "@id": "spanning:lastBackup",
      "@type": "xsd:dateTime"
    },
    "isAdmin": {
      "@id": "spanning:isAdmin",
      "@type": "xsd:boolean"
    },
    "isSuspended": {
      "@id": "spanning:isSuspended",
      "@type": "xsd:boolean"
    },

    "exportId": "@id",
    "status": "spanning:status",
    "initiatedAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "completedAt": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "downloadUrl": {
      "@id": "schema:contentUrl",
      "@type": "@id"
    },
    "expiresAt": {
      "@id": "schema:expires",
      "@type": "xsd:dateTime"
    },
    "sizeBytes": {
      "@id": "schema:contentSize",
      "@type": "xsd:integer"
    },

    "driveId": "@id",
    "name": "schema:name",
    "backupEnabled": {
      "@id": "spanning:backupEnabled",
      "@type": "xsd:boolean"
    }
  }
}