CloudAlly · JSON-LD Context

Cloudally Context

JSON-LD context defining the semantic vocabulary for Cloudally from CloudAlly.

4 Classes 8 Properties 3 Namespaces
View Context View on GitHub

Namespaces

cloudally: https://api.cloudally.com/schemas/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

id name type status

Properties

Property Type Container
BackupTask schema:Action
RestoreJob schema:Action
Partner schema:Organization
Reseller schema:Organization
User schema:Person
createdAt dateTime
lastBackup dateTime
size integer

JSON-LD Document

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

    "BackupTask": {
      "@id": "cloudally:BackupTask",
      "@type": "schema:Action"
    },
    "RestoreJob": {
      "@id": "cloudally:RestoreJob",
      "@type": "schema:Action"
    },
    "Partner": {
      "@id": "cloudally:Partner",
      "@type": "schema:Organization"
    },
    "Reseller": {
      "@id": "cloudally:Reseller",
      "@type": "schema:Organization"
    },
    "User": {
      "@id": "cloudally:User",
      "@type": "schema:Person"
    },

    "id": "@id",
    "name": "schema:name",
    "type": "cloudally:taskType",
    "status": "schema:actionStatus",
    "createdAt": {"@id": "schema:dateCreated", "@type": "xsd:dateTime"},
    "lastBackup": {"@id": "cloudally:lastBackup", "@type": "xsd:dateTime"},
    "size": {"@id": "schema:contentSize", "@type": "xsd:integer"}
  }
}