From f3a9c13f4306a56841cba7048027ae86d0c2033d Mon Sep 17 00:00:00 2001 From: demo-bot Date: Sun, 9 Aug 2026 15:09:02 +0000 Subject: [PATCH] decomposer: scaffold crucible-agent-maintain-only-latest (tool) --- input.schema.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 input.schema.json diff --git a/input.schema.json b/input.schema.json new file mode 100644 index 0000000..e988295 --- /dev/null +++ b/input.schema.json @@ -0,0 +1,19 @@ +{ + "properties": { + "endpoint_check_implementation": { + "type": "object" + }, + "service_specification": { + "type": "object" + }, + "target_management_implementation": { + "type": "object" + } + }, + "required": [ + "service_specification", + "target_management_implementation", + "endpoint_check_implementation" + ], + "type": "object" +}