documentation

This commit is contained in:
2024-06-21 20:43:38 -03:00
parent 7617e533e4
commit 1ee7275f40

View File

@@ -54,10 +54,10 @@ What the algorithm performs:
- The algorithm searches for the attribute name in the list (**ATTRIBUTE_PATTERNS**). This needs to be in the format:
'<name>': '<value>'
<name> is the attribute name
'name': 'value'
'name' is the attribute name
: need to respect a JSON association
<value> is the value between '', yes the value needs to be a String
'value' is the value between '', yes the value needs to be a String
So you can use the class **Redaction.py** in you code, like this: