From 1c89c073efb937076bb44f7d444b03012f2edd5d Mon Sep 17 00:00:00 2001 From: Yauhenikapl Date: Mon, 22 Jan 2024 12:55:00 +0300 Subject: [PATCH] Properly document mapping of samm-c:Either to JSON payloads Changes: - Refactoring Fixes: #271 --- documentation/modules/ROOT/pages/modeling-guidelines.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/modules/ROOT/pages/modeling-guidelines.adoc b/documentation/modules/ROOT/pages/modeling-guidelines.adoc index 7f9d2da..e772a40 100644 --- a/documentation/modules/ROOT/pages/modeling-guidelines.adoc +++ b/documentation/modules/ROOT/pages/modeling-guidelines.adoc @@ -382,7 +382,7 @@ Aspects each containing a single Collection. Describes a Property whose value can have one of two possible types (a disjoint union). This Characteristic is special since it does not directly define a data type. The data type is defined in the two Characteristics which define the left and right value of the disjoint union. Also see -xref:characteristics.adoc#either-characteristic[Either] and xref:payload.adoc[Mapping to JSON]. +xref:characteristics.adoc#either-characteristic[Either] and xref:payload.adoc#characteristics-payload-mappings[Payload mappings to JSON for Characteristics]. Example: