Node-RED · JSON-LD Context

Node Red Context

JSON-LD context defining the semantic vocabulary for Node Red from Node-RED.

9 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/

Classes

Flow Node id type label name info wires env

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://nodered.org/vocab#",
    "schema": "https://schema.org/",
    "Flow": "schema:CreativeWork",
    "Node": "schema:SoftwareSourceCode",
    "id": "@id",
    "type": "@type",
    "label": "schema:name",
    "name": "schema:name",
    "info": "schema:description",
    "wires": "schema:isRelatedTo",
    "env": "schema:hasPart"
  }
}