Coalesce · JSON-LD Context

Coalesce Context

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

30 Classes 4 Properties 1 Namespaces
View Context View on GitHub

Namespaces

coalesce: https://coalesce.io/vocab#

Classes

id type Environment environmentID environmentName environmentStatus Node nodeID nodeName nodeType workspaceID Run runCounter runStatus Project projectID projectName GitAccount gitAccountID provider User userID email name createdBy data next parallelism parameters rowsAffected

Properties

Property Type Container
startedAt http://www.w3.org/2001/XMLSchema#dateTime
completedAt http://www.w3.org/2001/XMLSchema#dateTime
createdAt http://www.w3.org/2001/XMLSchema#dateTime
updatedAt http://www.w3.org/2001/XMLSchema#dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "coalesce": "https://coalesce.io/vocab#",
    "id": "@id",
    "type": "@type",

    "Environment": "coalesce:Environment",
    "environmentID": "coalesce:environmentID",
    "environmentName": "coalesce:environmentName",
    "environmentStatus": "coalesce:environmentStatus",

    "Node": "coalesce:Node",
    "nodeID": "coalesce:nodeID",
    "nodeName": "coalesce:nodeName",
    "nodeType": "coalesce:nodeType",
    "workspaceID": "coalesce:workspaceID",

    "Run": "coalesce:Run",
    "runCounter": "coalesce:runCounter",
    "runStatus": "coalesce:runStatus",
    "startedAt": {
      "@id": "coalesce:startedAt",
      "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
    },
    "completedAt": {
      "@id": "coalesce:completedAt",
      "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
    },

    "Project": "coalesce:Project",
    "projectID": "coalesce:projectID",
    "projectName": "coalesce:projectName",

    "GitAccount": "coalesce:GitAccount",
    "gitAccountID": "coalesce:gitAccountID",
    "provider": "coalesce:gitProvider",

    "User": "schema:Person",
    "userID": "schema:identifier",
    "email": "schema:email",
    "name": "schema:name",

    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
    },
    "createdBy": "schema:creator",
    "updatedAt": {
      "@id": "schema:dateModified",
      "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
    },

    "data": "schema:ItemList",
    "next": "coalesce:paginationCursor",
    "parallelism": "coalesce:parallelism",
    "parameters": "coalesce:runParameters",
    "rowsAffected": "coalesce:rowsAffected"
  }
}