target output schema for json

This commit is contained in:
Paul Trowbridge 2025-08-01 15:16:41 -04:00
parent f91e889857
commit ea0b76b7b4

View File

@ -0,0 +1,13 @@
{
"first_column": {
"label": "Target Price Block",
"details": [
{
"label": "Base price",
"value": 30,
"type": "number",
"note": "info"
}
]
}
}