From c8cfcf04072efd5ac31e36ff1bf9115b1c24a9df Mon Sep 17 00:00:00 2001 From: demo-bot Date: Sun, 9 Aug 2026 15:10:41 +0000 Subject: [PATCH] decomposer: scaffold crucible-agent-create-production (tool) --- output.schema.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 output.schema.json diff --git a/output.schema.json b/output.schema.json new file mode 100644 index 0000000..2b61c88 --- /dev/null +++ b/output.schema.json @@ -0,0 +1,27 @@ +{ + "properties": { + "container_artifacts": { + "type": "object" + }, + "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", + "container_artifacts" + ], + "type": "object" +}