decomposer: scaffold crucible-agent-create-production (tool)
This commit is contained in:
23
input.schema.json
Normal file
23
input.schema.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"properties": {
|
||||
"current_status_implementation": {
|
||||
"type": "object"
|
||||
},
|
||||
"endpoint_check_implementation": {
|
||||
"type": "object"
|
||||
},
|
||||
"service_specification": {
|
||||
"type": "object"
|
||||
},
|
||||
"target_management_implementation": {
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"service_specification",
|
||||
"target_management_implementation",
|
||||
"endpoint_check_implementation",
|
||||
"current_status_implementation"
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user