mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 03:42:11 +02:00
Squashed 'ai-context/trustgraph-templates/' content from commit 42a5fd1b
git-subtree-dir: ai-context/trustgraph-templates git-subtree-split: 42a5fd1b678f32be378062e30451e2052ccb95dd
This commit is contained in:
commit
74cc8a4685
1216 changed files with 116347 additions and 0 deletions
16
tests/schemas/trustgraph-config.schema.json
Normal file
16
tests/schemas/trustgraph-config.schema.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "TrustGraph Configuration Output",
|
||||
"description": "Schema for generated TrustGraph configuration",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"collection": {
|
||||
"type": "object",
|
||||
"description": "Collection definitions"
|
||||
},
|
||||
"tools": {
|
||||
"type": "object",
|
||||
"description": "Tool definitions"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue