Skip to content

Commit

Permalink
Properly document mapping of samm-c:Either to JSON payloads
Browse files Browse the repository at this point in the history
Changes:
- Refactoring

Fixes: #271
  • Loading branch information
Yauhenikapl committed Jan 22, 2024
1 parent c4e560f commit 1c89c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/pages/modeling-guidelines.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 1c89c07

Please sign in to comment.