From 796b114ef7ec2c5d79887317f281db8a6a1bdd43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Aug 2025 12:17:50 +0000 Subject: [PATCH] Update Smithery YAML files from tag 0.0.38 Updated YAML files in chart/crds directory to align with local smithery output. Source tag: 0.0.38 Workflow run: 17098006758 --- chart/crds/Form.crd.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/chart/crds/Form.crd.yaml b/chart/crds/Form.crd.yaml index 7499976..77fece6 100644 --- a/chart/crds/Form.crd.yaml +++ b/chart/crds/Form.crd.yaml @@ -435,6 +435,21 @@ spec: - tooltip - inline type: string + objectFields: + description: configuration for object fields in the form + items: + properties: + displayField: + description: the field to display in the objects list + type: string + path: + description: the path of the object field + type: string + required: + - displayField + - path + type: object + type: array schema: description: the schema of the form as an object type: object