{
  "system_obj": [
    {
      "id": 1,
      "code": "DYNJSON-c482dfce-6187-4c17-b924-159d63686bab",
      "name": "Simple Loan Calculator",
      "en_name": "Simple Loan Calculator",
      "schema_code": "ai_sch_20260514_021925",
      "description": "A web application for calculating loan payments, total interest, and amortization schedules.",
      "en_description": "A web application for calculating loan payments, total interest, and amortization schedules.",
      "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-c482dfce-6187-4c17-b924-159d63686bab-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"
            }
          }
        ]
      }
    },
    {
      "id": 2,
      "name": "User Sessions",
      "description": "User Sessions",
      "code": "DYNJSON-c482dfce-6187-4c17-b924-159d63686bab-menu-2",
      "element": "submenu",
      "en_name": "User Sessions",
      "en_description": "User Sessions",
      "organization_id": 1,
      "created_by": 1,
      "auto": true,
      "order_index": 2,
      "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-c482dfce-6187-4c17-b924-159d63686bab-submenu-s101",
      "name": "Perform Calculation",
      "en_name": "Perform Calculation",
      "description": "Perform Calculation",
      "en_description": "Perform Calculation",
      "db_table_name": "loan_calculations",
      "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": "loan_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": "loan_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": "loan_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": "loan_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": "loan_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": "loan_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",
          "column_name": "total_amount",
          "component": "question",
          "response_choice": "default",
          "type": "number",
          "order": 7,
          "required": true,
          "label": "Total Amount",
          "en_label": "Total Amount",
          "placeholder": "Enter Total Amount",
          "en_placeholder": "Enter Total Amount",
          "multiple": false,
          "table_name": "loan_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": "loan_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": "session_id",
          "column_name": "session_id",
          "component": "question",
          "response_choice": "relation",
          "type": 1,
          "order": 9,
          "required": false,
          "label": "Session ID",
          "en_label": "Session ID",
          "placeholder": "Enter Session ID",
          "en_placeholder": "Enter Session ID",
          "multiple": false,
          "table_name": "loan_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": 10,
          "required": true,
          "label": "Created AT",
          "en_label": "Created AT",
          "placeholder": "Enter Created AT",
          "en_placeholder": "Enter Created AT",
          "multiple": false,
          "table_name": "loan_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": 11,
          "required": true,
          "label": "Updated AT",
          "en_label": "Updated AT",
          "placeholder": "Enter Updated AT",
          "en_placeholder": "Enter Updated AT",
          "multiple": false,
          "table_name": "loan_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"
                }
              }
            ]
          }
        }
      ],
      "menu_id": 1,
      "system_id": 1,
      "organization_id": 1,
      "created_by": 1,
      "auto": true
    },
    {
      "id": "s102",
      "code": "DYNJSON-c482dfce-6187-4c17-b924-159d63686bab-submenu-s102",
      "name": "Amortization Schedule",
      "en_name": "Amortization Schedule",
      "description": "Amortization Schedule",
      "en_description": "Amortization Schedule",
      "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": "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": "loan_calculation_id",
          "column_name": "loan_calculation_id",
          "component": "question",
          "response_choice": "relation",
          "type": 2,
          "order": 2,
          "required": true,
          "label": "Loan Calculation ID",
          "en_label": "Loan Calculation ID",
          "placeholder": "Enter Loan Calculation ID",
          "en_placeholder": "Enter Loan 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": 3,
          "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": 4,
          "required": false,
          "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": 5,
          "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": 6,
          "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_portion",
          "column_name": "principal_portion",
          "component": "question",
          "response_choice": "default",
          "type": "number",
          "order": 7,
          "required": true,
          "label": "Principal Portion",
          "en_label": "Principal Portion",
          "placeholder": "Enter Principal Portion",
          "en_placeholder": "Enter Principal Portion",
          "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_portion",
          "column_name": "interest_portion",
          "component": "question",
          "response_choice": "default",
          "type": "number",
          "order": 8,
          "required": true,
          "label": "Interest Portion",
          "en_label": "Interest Portion",
          "placeholder": "Enter Interest Portion",
          "en_placeholder": "Enter Interest Portion",
          "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": 9,
          "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": 10,
          "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": "cumulative_principal",
          "column_name": "cumulative_principal",
          "component": "question",
          "response_choice": "default",
          "type": "number",
          "order": 11,
          "required": true,
          "label": "Cumulative Principal",
          "en_label": "Cumulative Principal",
          "placeholder": "Enter Cumulative Principal",
          "en_placeholder": "Enter Cumulative Principal",
          "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": 12,
          "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": 13,
          "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
    },
    {
      "id": "s201",
      "code": "DYNJSON-c482dfce-6187-4c17-b924-159d63686bab-submenu-s201",
      "name": "Calculation Sessions",
      "en_name": "Calculation Sessions",
      "description": "Calculation Sessions",
      "en_description": "Calculation Sessions",
      "db_table_name": "calculation_sessions",
      "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": "calculation_sessions",
          "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": "session_id",
          "column_name": "session_id",
          "component": "question",
          "response_choice": "default",
          "type": "text",
          "order": 2,
          "required": true,
          "label": "Session ID",
          "en_label": "Session ID",
          "placeholder": "Enter Session ID",
          "en_placeholder": "Enter Session ID",
          "multiple": false,
          "table_name": "calculation_sessions",
          "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_count",
          "column_name": "calculation_count",
          "component": "question",
          "response_choice": "default",
          "type": "number-int",
          "order": 3,
          "required": true,
          "label": "Calculation Count",
          "en_label": "Calculation Count",
          "placeholder": "Enter Calculation Count",
          "en_placeholder": "Enter Calculation Count",
          "multiple": false,
          "table_name": "calculation_sessions",
          "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": "user_agent",
          "column_name": "user_agent",
          "component": "question",
          "response_choice": "default",
          "type": "text",
          "order": 4,
          "required": false,
          "label": "User Agent",
          "en_label": "User Agent",
          "placeholder": "Enter User Agent",
          "en_placeholder": "Enter User Agent",
          "multiple": false,
          "table_name": "calculation_sessions",
          "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": "last_activity_at",
          "column_name": "last_activity_at",
          "component": "question",
          "response_choice": "default",
          "type": "datetime",
          "order": 5,
          "required": true,
          "label": "Last Activity AT",
          "en_label": "Last Activity AT",
          "placeholder": "Enter Last Activity AT",
          "en_placeholder": "Enter Last Activity AT",
          "multiple": false,
          "table_name": "calculation_sessions",
          "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": 6,
          "required": true,
          "label": "Created AT",
          "en_label": "Created AT",
          "placeholder": "Enter Created AT",
          "en_placeholder": "Enter Created AT",
          "multiple": false,
          "table_name": "calculation_sessions",
          "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": 7,
          "required": true,
          "label": "Updated AT",
          "en_label": "Updated AT",
          "placeholder": "Enter Updated AT",
          "en_placeholder": "Enter Updated AT",
          "multiple": false,
          "table_name": "calculation_sessions",
          "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": 2,
      "system_id": 1,
      "organization_id": 1,
      "created_by": 1,
      "auto": true
    }
  ],
  "global_obj": [],
  "relation_obj": [
    {
      "id": 1,
      "form_id": "s201",
      "field": "id",
      "name": "Perform Calculation Session ID",
      "en_name": "Perform Calculation Session ID",
      "multiple": false,
      "reference_column": [],
      "separator": []
    },
    {
      "id": 2,
      "form_id": "s101",
      "field": "id",
      "name": "Amortization Schedule Loan Calculation ID",
      "en_name": "Amortization Schedule Loan Calculation ID",
      "multiple": false,
      "reference_column": [],
      "separator": []
    }
  ],
  "internal_obj": [],
  "business_intelligence_obj": [],
  "dashboard_obj": [],
  "collab_obj": [],
  "ai_obj": [],
  "email_obj": [],
  "invoice_obj": [],
  "report_obj": []
}
