{
  "system_obj": [
    {
      "id": 1,
      "code": "DYNJSON-70e3018b-9d20-46c7-9a40-2bf4c1a71e0f",
      "name": "Simple Loan Calculator",
      "en_name": "Simple Loan Calculator",
      "schema_code": "ai_sch_20260514_042319",
      "description": "A web application for calculating loan payment schedules, monthly payments, and total interest costs based on loan parameters.",
      "en_description": "A web application for calculating loan payment schedules, monthly payments, and total interest costs based on loan parameters.",
      "industry_id": 1,
      "auto": true,
      "deleted": false,
      "organization_id": 1,
      "created_by": 1,
      "language": "en",
      "language_options": [
        "en"
      ]
    }
  ],
  "menu_obj": [
    {
      "id": 1,
      "name": "Loan Calculations",
      "description": "Loan Calculations",
      "code": "DYNJSON-70e3018b-9d20-46c7-9a40-2bf4c1a71e0f-menu-1",
      "element": "submenu",
      "en_name": "Loan Calculations",
      "en_description": "Loan Calculations",
      "organization_id": 1,
      "created_by": 1,
      "auto": true,
      "order_index": 1,
      "system_id": 1,
      "icon_json": {
        "tag": "svg",
        "attr": {
          "viewBox": "0 0 24 24"
        },
        "child": [
          {
            "tag": "path",
            "attr": {
              "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
            }
          }
        ]
      }
    }
  ],
  "form_obj": [
    {
      "id": "s101",
      "code": "DYNJSON-70e3018b-9d20-46c7-9a40-2bf4c1a71e0f-submenu-s101",
      "name": "Perform Calculation",
      "en_name": "Perform Calculation",
      "description": "Perform Calculation",
      "en_description": "Perform Calculation",
      "db_table_name": "calculation_inputs",
      "priority": 1,
      "element": "form",
      "layout": "840*1400",
      "actions": {
        "data": [
          {
            "id": 16,
            "key": "table-add-new",
            "code": "ADD_ITEM",
            "name": "Add",
            "type": "table"
          },
          {
            "id": 49,
            "key": "row-delete",
            "code": "DELETE_ITEM",
            "name": "Delete",
            "type": "row"
          },
          {
            "id": 48,
            "key": "row-edit",
            "code": "EDIT_ITEM",
            "name": "Edit",
            "type": "row"
          },
          {
            "id": 47,
            "key": "row-view",
            "code": "VIEW_ITEM",
            "name": "View",
            "type": "row"
          }
        ]
      },
      "fields": [
        {
          "id": "id",
          "column_name": "id",
          "component": "question",
          "response_choice": "default",
          "type": "text",
          "order": 1,
          "required": true,
          "label": "ID",
          "en_label": "ID",
          "placeholder": "Enter ID",
          "en_placeholder": "Enter ID",
          "multiple": false,
          "table_name": "calculation_inputs",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "principal_amount",
          "column_name": "principal_amount",
          "component": "question",
          "response_choice": "default",
          "type": "number",
          "order": 2,
          "required": true,
          "label": "Principal Amount",
          "en_label": "Principal Amount",
          "placeholder": "Enter Principal Amount",
          "en_placeholder": "Enter Principal Amount",
          "multiple": false,
          "table_name": "calculation_inputs",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "interest_rate",
          "column_name": "interest_rate",
          "component": "question",
          "response_choice": "default",
          "type": "number",
          "order": 3,
          "required": true,
          "label": "Interest Rate",
          "en_label": "Interest Rate",
          "placeholder": "Enter Interest Rate",
          "en_placeholder": "Enter Interest Rate",
          "multiple": false,
          "table_name": "calculation_inputs",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "term_months",
          "column_name": "term_months",
          "component": "question",
          "response_choice": "default",
          "type": "number-int",
          "order": 4,
          "required": true,
          "label": "Term Months",
          "en_label": "Term Months",
          "placeholder": "Enter Term Months",
          "en_placeholder": "Enter Term Months",
          "multiple": false,
          "table_name": "calculation_inputs",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "start_date",
          "column_name": "start_date",
          "component": "question",
          "response_choice": "default",
          "type": "date",
          "order": 5,
          "required": false,
          "label": "Start Date",
          "en_label": "Start Date",
          "placeholder": "Enter Start Date",
          "en_placeholder": "Enter Start Date",
          "multiple": false,
          "table_name": "calculation_inputs",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        }
      ],
      "menu_id": 1,
      "system_id": 1,
      "organization_id": 1,
      "created_by": 1,
      "auto": true
    },
    {
      "id": "s102",
      "code": "DYNJSON-70e3018b-9d20-46c7-9a40-2bf4c1a71e0f-submenu-s102",
      "name": "Calculation Results",
      "en_name": "Calculation Results",
      "description": "Calculation Results",
      "en_description": "Calculation Results",
      "db_table_name": "amortization_schedule_entries",
      "priority": 0,
      "element": "form",
      "layout": "840*1400",
      "actions": {
        "data": [
          {
            "id": 16,
            "key": "table-add-new",
            "code": "ADD_ITEM",
            "name": "Add",
            "type": "table"
          },
          {
            "id": 49,
            "key": "row-delete",
            "code": "DELETE_ITEM",
            "name": "Delete",
            "type": "row"
          },
          {
            "id": 48,
            "key": "row-edit",
            "code": "EDIT_ITEM",
            "name": "Edit",
            "type": "row"
          },
          {
            "id": 47,
            "key": "row-view",
            "code": "VIEW_ITEM",
            "name": "View",
            "type": "row"
          }
        ]
      },
      "fields": [
        {
          "id": "id",
          "column_name": "id",
          "component": "question",
          "response_choice": "default",
          "type": "text",
          "order": 1,
          "required": true,
          "label": "ID",
          "en_label": "ID",
          "placeholder": "Enter ID",
          "en_placeholder": "Enter ID",
          "multiple": false,
          "table_name": "calculations",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "principal",
          "column_name": "principal",
          "component": "question",
          "response_choice": "default",
          "type": "number",
          "order": 2,
          "required": true,
          "label": "Principal",
          "en_label": "Principal",
          "placeholder": "Enter Principal",
          "en_placeholder": "Enter Principal",
          "multiple": false,
          "table_name": "calculations",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "annual_interest_rate",
          "column_name": "annual_interest_rate",
          "component": "question",
          "response_choice": "default",
          "type": "number",
          "order": 3,
          "required": true,
          "label": "Annual Interest Rate",
          "en_label": "Annual Interest Rate",
          "placeholder": "Enter Annual Interest Rate",
          "en_placeholder": "Enter Annual Interest Rate",
          "multiple": false,
          "table_name": "calculations",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "loan_term_months",
          "column_name": "loan_term_months",
          "component": "question",
          "response_choice": "default",
          "type": "number-int",
          "order": 4,
          "required": true,
          "label": "Loan Term Months",
          "en_label": "Loan Term Months",
          "placeholder": "Enter Loan Term Months",
          "en_placeholder": "Enter Loan Term Months",
          "multiple": false,
          "table_name": "calculations",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "monthly_payment",
          "column_name": "monthly_payment",
          "component": "question",
          "response_choice": "default",
          "type": "number",
          "order": 5,
          "required": true,
          "label": "Monthly Payment",
          "en_label": "Monthly Payment",
          "placeholder": "Enter Monthly Payment",
          "en_placeholder": "Enter Monthly Payment",
          "multiple": false,
          "table_name": "calculations",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "total_interest",
          "column_name": "total_interest",
          "component": "question",
          "response_choice": "default",
          "type": "number",
          "order": 6,
          "required": true,
          "label": "Total Interest",
          "en_label": "Total Interest",
          "placeholder": "Enter Total Interest",
          "en_placeholder": "Enter Total Interest",
          "multiple": false,
          "table_name": "calculations",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "total_amount_paid",
          "column_name": "total_amount_paid",
          "component": "question",
          "response_choice": "default",
          "type": "number",
          "order": 7,
          "required": true,
          "label": "Total Amount Paid",
          "en_label": "Total Amount Paid",
          "placeholder": "Enter Total Amount Paid",
          "en_placeholder": "Enter Total Amount Paid",
          "multiple": false,
          "table_name": "calculations",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "calculation_method",
          "column_name": "calculation_method",
          "component": "question",
          "response_choice": "default",
          "type": "text",
          "order": 8,
          "required": true,
          "label": "Calculation Method",
          "en_label": "Calculation Method",
          "placeholder": "Enter Calculation Method",
          "en_placeholder": "Enter Calculation Method",
          "multiple": false,
          "table_name": "calculations",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "created_at",
          "column_name": "created_at",
          "component": "question",
          "response_choice": "default",
          "type": "datetime",
          "order": 9,
          "required": true,
          "label": "Created AT",
          "en_label": "Created AT",
          "placeholder": "Enter Created AT",
          "en_placeholder": "Enter Created AT",
          "multiple": false,
          "table_name": "calculations",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "updated_at",
          "column_name": "updated_at",
          "component": "question",
          "response_choice": "default",
          "type": "datetime",
          "order": 10,
          "required": true,
          "label": "Updated AT",
          "en_label": "Updated AT",
          "placeholder": "Enter Updated AT",
          "en_placeholder": "Enter Updated AT",
          "multiple": false,
          "table_name": "calculations",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "id",
          "column_name": "id",
          "component": "question",
          "response_choice": "default",
          "type": "text",
          "order": 11,
          "required": true,
          "label": "ID",
          "en_label": "ID",
          "placeholder": "Enter ID",
          "en_placeholder": "Enter ID",
          "multiple": false,
          "table_name": "amortization_schedule_entries",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "calculation_id",
          "column_name": "calculation_id",
          "component": "question",
          "response_choice": "relation",
          "type": 1,
          "order": 12,
          "required": true,
          "label": "Calculation ID",
          "en_label": "Calculation ID",
          "placeholder": "Enter Calculation ID",
          "en_placeholder": "Enter Calculation ID",
          "multiple": false,
          "table_name": "amortization_schedule_entries",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "payment_number",
          "column_name": "payment_number",
          "component": "question",
          "response_choice": "default",
          "type": "number-int",
          "order": 13,
          "required": true,
          "label": "Payment Number",
          "en_label": "Payment Number",
          "placeholder": "Enter Payment Number",
          "en_placeholder": "Enter Payment Number",
          "multiple": false,
          "table_name": "amortization_schedule_entries",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "payment_date",
          "column_name": "payment_date",
          "component": "question",
          "response_choice": "default",
          "type": "date",
          "order": 14,
          "required": true,
          "label": "Payment Date",
          "en_label": "Payment Date",
          "placeholder": "Enter Payment Date",
          "en_placeholder": "Enter Payment Date",
          "multiple": false,
          "table_name": "amortization_schedule_entries",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "beginning_balance",
          "column_name": "beginning_balance",
          "component": "question",
          "response_choice": "default",
          "type": "number",
          "order": 15,
          "required": true,
          "label": "Beginning Balance",
          "en_label": "Beginning Balance",
          "placeholder": "Enter Beginning Balance",
          "en_placeholder": "Enter Beginning Balance",
          "multiple": false,
          "table_name": "amortization_schedule_entries",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "payment_amount",
          "column_name": "payment_amount",
          "component": "question",
          "response_choice": "default",
          "type": "number",
          "order": 16,
          "required": true,
          "label": "Payment Amount",
          "en_label": "Payment Amount",
          "placeholder": "Enter Payment Amount",
          "en_placeholder": "Enter Payment Amount",
          "multiple": false,
          "table_name": "amortization_schedule_entries",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "principal_payment",
          "column_name": "principal_payment",
          "component": "question",
          "response_choice": "default",
          "type": "number",
          "order": 17,
          "required": true,
          "label": "Principal Payment",
          "en_label": "Principal Payment",
          "placeholder": "Enter Principal Payment",
          "en_placeholder": "Enter Principal Payment",
          "multiple": false,
          "table_name": "amortization_schedule_entries",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "interest_payment",
          "column_name": "interest_payment",
          "component": "question",
          "response_choice": "default",
          "type": "number",
          "order": 18,
          "required": true,
          "label": "Interest Payment",
          "en_label": "Interest Payment",
          "placeholder": "Enter Interest Payment",
          "en_placeholder": "Enter Interest Payment",
          "multiple": false,
          "table_name": "amortization_schedule_entries",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "ending_balance",
          "column_name": "ending_balance",
          "component": "question",
          "response_choice": "default",
          "type": "number",
          "order": 19,
          "required": true,
          "label": "Ending Balance",
          "en_label": "Ending Balance",
          "placeholder": "Enter Ending Balance",
          "en_placeholder": "Enter Ending Balance",
          "multiple": false,
          "table_name": "amortization_schedule_entries",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "cumulative_interest",
          "column_name": "cumulative_interest",
          "component": "question",
          "response_choice": "default",
          "type": "number",
          "order": 20,
          "required": true,
          "label": "Cumulative Interest",
          "en_label": "Cumulative Interest",
          "placeholder": "Enter Cumulative Interest",
          "en_placeholder": "Enter Cumulative Interest",
          "multiple": false,
          "table_name": "amortization_schedule_entries",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "created_at",
          "column_name": "created_at",
          "component": "question",
          "response_choice": "default",
          "type": "datetime",
          "order": 21,
          "required": true,
          "label": "Created AT",
          "en_label": "Created AT",
          "placeholder": "Enter Created AT",
          "en_placeholder": "Enter Created AT",
          "multiple": false,
          "table_name": "amortization_schedule_entries",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        },
        {
          "id": "updated_at",
          "column_name": "updated_at",
          "component": "question",
          "response_choice": "default",
          "type": "datetime",
          "order": 22,
          "required": true,
          "label": "Updated AT",
          "en_label": "Updated AT",
          "placeholder": "Enter Updated AT",
          "en_placeholder": "Enter Updated AT",
          "multiple": false,
          "table_name": "amortization_schedule_entries",
          "auto": true,
          "icon_json": {
            "tag": "svg",
            "attr": {
              "viewBox": "0 0 24 24"
            },
            "child": [
              {
                "tag": "path",
                "attr": {
                  "d": "M9.74462 21.7446C5.30798 20.7219 2 16.7473 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.7473 18.692 20.7219 14.2554 21.7446L12 24L9.74462 21.7446Z"
                }
              }
            ]
          }
        }
      ],
      "menu_id": 1,
      "system_id": 1,
      "organization_id": 1,
      "created_by": 1,
      "auto": true
    }
  ],
  "global_obj": [],
  "relation_obj": [
    {
      "id": 1,
      "form_id": "s102",
      "field": "payment_number",
      "name": "Calculation Results Calculation ID",
      "en_name": "Calculation Results Calculation ID",
      "multiple": false,
      "reference_column": [],
      "separator": []
    }
  ],
  "internal_obj": [],
  "business_intelligence_obj": [],
  "dashboard_obj": [],
  "collab_obj": [],
  "ai_obj": [],
  "email_obj": [],
  "invoice_obj": [],
  "report_obj": []
}
