II.
KnowledgeSource JSON
Structured · liveknowledge-source:design-artifacts
Design Artifacts json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "knowledge-source:design-artifacts",
"_kind": "KnowledgeSource",
"_file": "domain/knowledge-fabric/knowledge-sources.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Design Artifacts",
"description": "Design system documentation, component libraries, Figma exports, style\nguides, and UX research findings as a knowledge source. Embedded via\nmultimodal vector representations that capture both visual and textual\ndesign knowledge.\n",
"sourceKind": "design-system",
"updateFrequency": "weekly",
"indexingMethod": "vector-embedding"
},
"outgoingEdges": [
{
"from": "knowledge-source:design-artifacts",
"to": "knowledge-domain:product-knowledge",
"kind": "feeds_knowledge"
}
],
"incomingEdges": []
}