Flowise · JSON-LD Context

Flowise Context

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

29 Classes 1 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
flowise: https://raw.githubusercontent.com/api-evangelist/flowise/main/json-ld/flowise-context.jsonld#

Classes

Chatflow Agentflow Assistant Tool Variable DocumentStore ChatMessage Lead Feedback Prediction name description id createdDate updatedDate flowData deployed isPublic category type role content sourceDocuments usedTools question history uploads overrideConfig streaming

Properties

Property Type Container
chatflowid reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "flowise": "https://raw.githubusercontent.com/api-evangelist/flowise/main/json-ld/flowise-context.jsonld#",
    "Chatflow": "flowise:Chatflow",
    "Agentflow": "flowise:Agentflow",
    "Assistant": "flowise:Assistant",
    "Tool": "flowise:Tool",
    "Variable": "flowise:Variable",
    "DocumentStore": "flowise:DocumentStore",
    "ChatMessage": "flowise:ChatMessage",
    "Lead": "flowise:Lead",
    "Feedback": "flowise:Feedback",
    "Prediction": "flowise:Prediction",
    "name": "schema:name",
    "description": "schema:description",
    "id": "@id",
    "createdDate": "schema:dateCreated",
    "updatedDate": "schema:dateModified",
    "flowData": "flowise:flowData",
    "deployed": "flowise:deployed",
    "isPublic": "flowise:isPublic",
    "category": "schema:category",
    "type": "@type",
    "chatflowid": { "@id": "flowise:chatflow", "@type": "@id" },
    "role": "flowise:role",
    "content": "schema:text",
    "sourceDocuments": "flowise:sourceDocuments",
    "usedTools": "flowise:usedTools",
    "question": "flowise:question",
    "history": "flowise:history",
    "uploads": "flowise:uploads",
    "overrideConfig": "flowise:overrideConfig",
    "streaming": "flowise:streaming"
  }
}