mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-03 15:01:00 +02:00
17 lines
396 B
JSON
17 lines
396 B
JSON
|
|
{
|
||
|
|
"$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"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|