From 3155b2f97e3ba7df9c6a8c7848c21b6954af5bc3 Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Tue, 10 Mar 2026 16:04:27 +0800 Subject: [PATCH] ret info fix revert --- unilabos/registry/registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unilabos/registry/registry.py b/unilabos/registry/registry.py index 1310c5b7..2a277664 100644 --- a/unilabos/registry/registry.py +++ b/unilabos/registry/registry.py @@ -107,7 +107,7 @@ class Registry: raw_create_resource_schema = ros_action_to_json_schema( self.ResourceCreateFromOuterEasy, "用于创建或更新物料资源,每次传入一个物料信息。" ) - raw_create_resource_schema["properties"]["result"]["properties"]["return_info"] = create_resource_schema["properties"]["result"] + raw_create_resource_schema["properties"]["result"] = create_resource_schema["properties"]["result"] self.device_type_registry.update( {