From ea0b76b7b4a9ae20c093a188b69b9636c7601d49 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Fri, 1 Aug 2025 15:16:41 -0400 Subject: [PATCH] target output schema for json --- new_targets/procs/template.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 new_targets/procs/template.json diff --git a/new_targets/procs/template.json b/new_targets/procs/template.json new file mode 100644 index 0000000..2ae9a7d --- /dev/null +++ b/new_targets/procs/template.json @@ -0,0 +1,13 @@ +{ + "first_column": { + "label": "Target Price Block", + "details": [ + { + "label": "Base price", + "value": 30, + "type": "number", + "note": "info" + } + ] + } +}