From 215827f2885e6a40d7c919db0008ec737117c501 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 13 Jun 2026 19:25:47 +0200 Subject: [PATCH] docs(fix): data_integrity --- docs/structured_data/data_integrity.rst | 27 ++++++++++++++----------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/docs/structured_data/data_integrity.rst b/docs/structured_data/data_integrity.rst index 9e8069e13..5197f944f 100644 --- a/docs/structured_data/data_integrity.rst +++ b/docs/structured_data/data_integrity.rst @@ -18,7 +18,7 @@ The values of the variables must be individually of good quality. .. toctree:: :titlesonly: - + typing variable_validation @@ -27,13 +27,24 @@ Access control .. toctree:: :titlesonly: - + mode variable_properties Overall coherence ----------------- +.. glossary:: + + conherence + + An isolated variable can be considered to be of quality + but become inconsistent depending on the context. + + Overall coherence is initially managed by personalized validators + which will validate the value of a variable in relation to others. + But it also depends on the availability of the variable depending on the context. + Consistency ~~~~~~~~~~~ @@ -42,20 +53,12 @@ Consistency consistency - Consistency corresponds to what current market tools offer; + Consistency corresponds to what current market tools offer; first it is a typed base validation, and then it is a schema-based validation. - For example, if a minimum value and then a maximum value are requested, + For example, if a minimum value and then a maximum value are requested, the minimum must be lesser than the maximum. - conherence - - An isolated variable can be considered to be of quality - but become inconsistent depending on the context. - - Overall coherence is initially managed by personalized validators - which will validate the value of a variable in relation to others. - Context access control ~~~~~~~~~~~~~~~~~~~~~~