{
    "IND_CARGA": {
        "type": "numeric",
        "regex": "^(0|1|2|3|4|5|9)+$",
        "required": true,
        "info": "Indicador do tipo de transporte",
        "format": ""
    },
    "CNPJ_COL": {
        "type": "string",
        "regex": "^[0-9]{14}$",
        "required": false,
        "info": "N\u00famero do CNPJ do contribuinte do local de coleta",
        "format": ""
    },
    "IE_COL": {
        "type": "string",
        "regex": "^[0-9]{2,14}$",
        "required": false,
        "info": "Inscri\u00e7\u00e3o Estadual do contribuinte do local de coleta",
        "format": ""
    },
    "CPF_COL": {
        "type": "string",
        "regex": "^[0-9]{11}$",
        "required": true,
        "info": "CPF do contribuinte do local de coleta das mercadorias",
        "format": ""
    },
    "COD_MUN_COL": {
        "type": "numeric",
        "regex": "^([0-9]{7})$",
        "required": true,
        "info": "C\u00f3digo do Munic\u00edpio do local de coleta",
        "format": ""
    },
    "CNPJ_ENTG": {
        "type": "string",
        "regex": "^[0-9]{14}$",
        "required": false,
        "info": "N\u00famero do CNPJ do contribuinte do local de entrega",
        "format": ""
    },
    "IE_ENTG": {
        "type": "string",
        "regex": "^[0-9]{2,14}$",
        "required": false,
        "info": "Inscri\u00e7\u00e3o Estadual do contribuinte do local de entrega",
        "format": ""
    },
    "CPF_ENTG": {
        "type": "string",
        "regex": "^[0-9]{11}$",
        "required": true,
        "info": "Cpf do contribuinte do local de entrega",
        "format": ""
    },
    "COD_MUN_ENTG": {
        "type": "numeric",
        "regex": "^([0-9]{7})$",
        "required": true,
        "info": "C\u00f3digo do Munic\u00edpio do local de entrega",
        "format": ""
    }
}