{
    "COD_SCP": {
        "type": "numeric",
        "regex": "^(\\d{14})$",
        "required": false,
        "info": "Identifica\u00e7\u00e3o da SCP",
        "format": ""
    },
    "DESC_SCP": {
        "type": "string",
        "regex": "^(.*)$",
        "required": false,
        "info": "Descri\u00e7\u00e3o da SCP",
        "format": ""
    },
    "INF_COMP": {
        "type": "string",
        "regex": "^(.*)$",
        "required": false,
        "info": "Informa\u00e7\u00e3o Complementar",
        "format": ""
    }
}