Cflow · JSON-LD Context

Cflow Context

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

3 Classes 15 Properties 3 Namespaces
View Context View on GitHub

Namespaces

cflow: https://us.cflowapps.com/
xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/

Classes

name description email

Properties

Property Type Container
workflowId string
stageId string
requestId string
currentStage string
submittedBy string
fields @json
stages @json
reviewers @json
order integer
status string
role string
permissions @json
username string
createdAt dateTime
updatedAt dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "cflow": "https://us.cflowapps.com/",
    "workflowId": {
      "@id": "cflow:workflowId",
      "@type": "xsd:string"
    },
    "stageId": {
      "@id": "cflow:stageId",
      "@type": "xsd:string"
    },
    "requestId": {
      "@id": "cflow:requestId",
      "@type": "xsd:string"
    },
    "currentStage": {
      "@id": "cflow:currentStage",
      "@type": "xsd:string"
    },
    "submittedBy": {
      "@id": "cflow:submittedBy",
      "@type": "xsd:string"
    },
    "fields": {
      "@id": "cflow:fields",
      "@type": "@json"
    },
    "stages": {
      "@id": "cflow:stages",
      "@type": "@json"
    },
    "reviewers": {
      "@id": "cflow:reviewers",
      "@type": "@json"
    },
    "order": {
      "@id": "cflow:order",
      "@type": "xsd:integer"
    },
    "status": {
      "@id": "cflow:status",
      "@type": "xsd:string"
    },
    "role": {
      "@id": "cflow:role",
      "@type": "xsd:string"
    },
    "permissions": {
      "@id": "cflow:permissions",
      "@type": "@json"
    },
    "username": {
      "@id": "cflow:username",
      "@type": "xsd:string"
    },
    "createdAt": {
      "@id": "cflow:createdAt",
      "@type": "xsd:dateTime"
    },
    "updatedAt": {
      "@id": "cflow:updatedAt",
      "@type": "xsd:dateTime"
    },
    "name": "schema:name",
    "description": "schema:description",
    "email": "schema:email",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/"
  }
}