decomposer: scaffold crucible-agent-build-source-connectors (tool)

This commit is contained in:
2026-09-01 13:57:19 +00:00
parent 7a75ba8cca
commit b4a4f51323
4 changed files with 68 additions and 1 deletions

35
output.schema.json Normal file
View File

@@ -0,0 +1,35 @@
{
"properties": {
"change_cursor_model": {
"type": "object"
},
"connector_interface": {
"type": "object"
},
"delegated_authentication": {
"type": "object"
},
"scoped_enumeration": {
"type": "object"
},
"source_acl_model": {
"type": "object"
},
"source_adapters": {
"type": "object"
},
"webhook_event_model": {
"type": "object"
}
},
"required": [
"connector_interface",
"source_adapters",
"delegated_authentication",
"scoped_enumeration",
"change_cursor_model",
"webhook_event_model",
"source_acl_model"
],
"type": "object"
}