{
  "system_obj": [
    {
      "id": 1,
      "code": "DYNJSON-07143495-2c82-4aee-892d-c03338edfd42",
      "name": "Todo Task Demo Application",
      "en_name": "Todo Task Demo Application",
      "schema_code": "ai_sch_20260514_061927",
      "description": "A minimal web application for submitting and displaying user entries without backend infrastructure.",
      "en_description": "A minimal web application for submitting and displaying user entries without backend infrastructure.",
      "industry_id": 1,
      "auto": true,
      "deleted": false,
      "organization_id": 1,
      "created_by": 1,
      "language": "en",
      "language_options": [
        "en"
      ]
    }
  ],
  "menu_obj": [
    {
      "id": 1,
      "name": "Submission Management",
      "description": "Submission Management",
      "code": "DYNJSON-07143495-2c82-4aee-892d-c03338edfd42-menu-1",
      "element": "submenu",
      "en_name": "Submission Management",
      "en_description": "Submission Management",
      "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-07143495-2c82-4aee-892d-c03338edfd42-submenu-s101",
      "name": "Submit Entry",
      "en_name": "Submit Entry",
      "description": "Submit Entry",
      "en_description": "Submit Entry",
      "db_table_name": "submissions",
      "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": "submissions",
          "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": "name",
          "column_name": "name",
          "component": "question",
          "response_choice": "default",
          "type": "text",
          "order": 2,
          "required": true,
          "label": "Name",
          "en_label": "Name",
          "placeholder": "Enter Name",
          "en_placeholder": "Enter Name",
          "multiple": false,
          "table_name": "submissions",
          "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": "email",
          "column_name": "email",
          "component": "question",
          "response_choice": "default",
          "type": "email",
          "order": 3,
          "required": true,
          "label": "Email",
          "en_label": "Email",
          "placeholder": "Enter Email",
          "en_placeholder": "Enter Email",
          "multiple": false,
          "table_name": "submissions",
          "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": 4,
          "required": true,
          "label": "Created AT",
          "en_label": "Created AT",
          "placeholder": "Enter Created AT",
          "en_placeholder": "Enter Created AT",
          "multiple": false,
          "table_name": "submissions",
          "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": 5,
          "required": true,
          "label": "Updated AT",
          "en_label": "Updated AT",
          "placeholder": "Enter Updated AT",
          "en_placeholder": "Enter Updated AT",
          "multiple": false,
          "table_name": "submissions",
          "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": [],
  "internal_obj": [],
  "business_intelligence_obj": [],
  "dashboard_obj": [],
  "collab_obj": [],
  "ai_obj": [],
  "email_obj": [],
  "invoice_obj": [],
  "report_obj": []
}
