{
    "table": {
        "id": 1,
        "uuid": 0,
        "tablename": "ccon",
        "name": {
            "en": "contactos",
            "es": "contactos"
        },
        "timestamps": 1,
        "softDeletes": 1,
        "menu_show": 1,
        "slug": 0,
        "singlepage": false,
        "slug_global": 0,
        "icon": "123"
    },
    "inputs": [
        {
            "columnname": "name",
            "icon": "",
            "type": "text",
            "visible": 1,
            "visible_edit": 1,
            "label": {
                "en": "Nombre y Apellido",
                "es": "Nombre y Apellido"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": "3"
        },
        {
            "columnname": "phone",
            "icon": "",
            "type": "text",
            "visible": 1,
            "visible_edit": 1,
            "label": {
                "en": "Telef\u00f3no",
                "es": "Telef\u00f3no"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": "3"
        },
        {
            "columnname": "email",
            "icon": "",
            "type": "text",
            "visible": 1,
            "visible_edit": 1,
            "label": {
                "en": "Email",
                "es": "Email"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": "3"
        },
        {
            "columnname": "address",
            "type": "text",
            "label": {
                "en": "Direccion 1",
                "es": "Direccion"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": "12",
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "locality",
            "type": "text",
            "label": {
                "en": "Localidad",
                "es": "Localidad"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": "4",
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "cp",
            "type": "text",
            "label": {
                "en": "CP",
                "es": "CP"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": "2",
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "province",
            "type": "text",
            "label": {
                "en": "Provincia",
                "es": "Provincia"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": "3",
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "country",
            "type": "text",
            "label": {
                "en": "Country",
                "es": "Pa\u00eds"
            },
            "unique": 0,
            "default": "Argentina",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": "3",
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "client_id",
            "icon": "",
            "type": "bigInteger",
            "visible": "0",
            "visible_edit": "0",
            "label": {},
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": ""
        }
    ]
}