From 45f9167249c36818dc14e2e671a94ac86b4eb2b1 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Tue, 16 Jan 2024 13:09:33 +0100 Subject: [PATCH] enhance additional_schema documentation --- CHANGES.rst | 2 ++ README.rst | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2c23a17..4631639 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,8 @@ Changelog - Fix: Do not fail on `field_remove` or `full_remove` if section or name does not exist. [jensens] - Fix: Fail and exit worker if there is `mappings.json` is missing or has a syntax error. [jensens] +- Enhancement: additional_schema documentation. [jensens] + 2.0.0 (2023-12-05) ------------------ diff --git a/README.rst b/README.rst index 009929f..130ae0c 100644 --- a/README.rst +++ b/README.rst @@ -254,7 +254,8 @@ These actions ar available: ``additional_schema`` Adds an additional schema to the full schema. - The configuration must a valid schema to add. + The configuration must a valid schema, i.e. with name and field, to add. + In the resulting mapping the schema is added to a (new) section ``additional`` under the subsection ``preprocessed``. ``rewrite`` Moves content data from one position in the field-tree to another.