Files
crucible-agent-build-source…/output.schema.json

36 lines
661 B
JSON

{
"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"
}