{
    "VL_ICMS_OP": {
        "type": "numeric",
        "regex": "",
        "required": true,
        "info": "Valor m\u00e9dio unit\u00e1rio do ICMS OP",
        "format": "15v6"
    },
    "VL_BC_ICMS_ST": {
        "type": "numeric",
        "regex": "^\\d+(\\.\\d*)?|\\.\\d+$",
        "required": true,
        "info": "Valor m\u00e9dio unit\u00e1rio da base de c\u00e1lculo do ICMS ST",
        "format": "15v6"
    },
    "VL_ICMS_ST": {
        "type": "numeric",
        "regex": "^\\d+(\\.\\d*)?|\\.\\d+$",
        "required": true,
        "info": "Valor m\u00e9dio unit\u00e1rio do ICMS ST",
        "format": "15v2"
    },
    "VL_FCP": {
        "type": "numeric",
        "regex": "^\\d+(\\.\\d*)?|\\.\\d+$",
        "required": true,
        "info": "Valor m\u00e9dio unit\u00e1rio do FCP",
        "format": "15v6"
    }
}