Squillo · JSON-LD Context

Squillo Context

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

17 Classes 7 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
squillo: https://squillo.io/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Workflow WorkflowStep Execution Connector Connection id name description status tags trigger triggeredBy action inputMapping outputMapping category logoUrl

Properties

Property Type Container
createdAt dateTime
updatedAt dateTime
startedAt dateTime
completedAt dateTime
steps list
connectorId reference
workflowId reference

JSON-LD Document

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

    "Workflow": "schema:Action",
    "WorkflowStep": "schema:Action",
    "Execution": "schema:Action",
    "Connector": "schema:SoftwareApplication",
    "Connection": "schema:ListItem",

    "id": "schema:identifier",
    "name": "schema:name",
    "description": "schema:description",
    "status": "schema:status",
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updatedAt": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "startedAt": {
      "@id": "schema:startDate",
      "@type": "xsd:dateTime"
    },
    "completedAt": {
      "@id": "schema:endDate",
      "@type": "xsd:dateTime"
    },
    "tags": "schema:keywords",
    "steps": {
      "@id": "squillo:hasStep",
      "@container": "@list"
    },
    "trigger": "squillo:hasTrigger",
    "triggeredBy": "squillo:triggeredBy",
    "connectorId": {
      "@id": "squillo:usesConnector",
      "@type": "@id"
    },
    "action": "squillo:performs",
    "inputMapping": "squillo:inputMapping",
    "outputMapping": "squillo:outputMapping",
    "workflowId": {
      "@id": "squillo:fromWorkflow",
      "@type": "@id"
    },
    "category": "schema:category",
    "logoUrl": "schema:logo"
  }
}