This commit is contained in:
egarette@silique.fr 2026-06-19 07:38:02 +02:00
parent afa1cf3493
commit f134e96257

View file

@ -62,11 +62,11 @@ Consistency
Consistency is validating the value of a variable in relation to other Consistency is validating the value of a variable in relation to other
variables in the :term:`context`. variables in the :term:`context`.
This does not only concern only the variables themselves, such as their type. This does not only concern the variables themselves, such as their type.
Of course there is a typed base validation. Of course there is a typed base validation.
The aim is to validate a variable in a :term:`configuration`, The aim is to validate a variable in a :term:`configuration`,
the :term:`structured data` and the :term:`user data` based on the situation, the :term:`structured data` and the :term:`user data` based on the situation.
This is what we call a "context"—meaning the dataset to which a variable is linked. This is what we call a "context"—meaning the dataset to which a variable is linked.