decomposer: scaffold crucible-agent-build-source-connectors (tool)
This commit is contained in:
35
output.schema.json
Normal file
35
output.schema.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user