Losant · JSON-LD Context

Losant Context

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

20 Classes 7 Properties 2 Namespaces
View Context View on GitHub

Namespaces

losant: https://raw.githubusercontent.com/api-evangelist/losant/main/vocabulary/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Application Device DeviceRecipe Event Flow FlowVersion Dashboard DataTable Experience ExperienceUser Webhook Integration Notebook EdgeDeployment EmbeddedDeployment Instance Organization id name description

Properties

Property Type Container
tags set
creationDate dateTime
lastUpdated dateTime
applicationId reference
deviceId reference
flowId reference
attributes set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "losant": "https://raw.githubusercontent.com/api-evangelist/losant/main/vocabulary/",
    "Application": "losant:Application",
    "Device": "losant:Device",
    "DeviceRecipe": "losant:DeviceRecipe",
    "Event": "losant:Event",
    "Flow": "losant:Flow",
    "FlowVersion": "losant:FlowVersion",
    "Dashboard": "losant:Dashboard",
    "DataTable": "losant:DataTable",
    "Experience": "losant:Experience",
    "ExperienceUser": "losant:ExperienceUser",
    "Webhook": "losant:Webhook",
    "Integration": "losant:Integration",
    "Notebook": "losant:Notebook",
    "EdgeDeployment": "losant:EdgeDeployment",
    "EmbeddedDeployment": "losant:EmbeddedDeployment",
    "Instance": "losant:Instance",
    "Organization": "Organization",
    "id": "@id",
    "name": "name",
    "description": "description",
    "tags": {
      "@id": "losant:tag",
      "@container": "@set"
    },
    "creationDate": {
      "@id": "dateCreated",
      "@type": "xsd:dateTime"
    },
    "lastUpdated": {
      "@id": "dateModified",
      "@type": "xsd:dateTime"
    },
    "applicationId": {
      "@id": "losant:application",
      "@type": "@id"
    },
    "deviceId": {
      "@id": "losant:device",
      "@type": "@id"
    },
    "flowId": {
      "@id": "losant:flow",
      "@type": "@id"
    },
    "attributes": {
      "@id": "losant:attribute",
      "@container": "@set"
    },
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  }
}