{ "@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" } }