Skip to content

Commit 1f786fc

Browse files
chore: add jsonNormalization in version v3 and v4alpha1 (#135)
On-behalf-of: Gerald Morrison (SAP) <gerald.morrison@sap.com> <!-- markdownlint-disable MD041 --> #### What this PR does / why we need it add v3 and v4alpha1 of jsonNormalization --------- Signed-off-by: Gerald Morrison (SAP) <gerald.morrison@sap.com> Co-authored-by: Gerald Morrison (SAP) <gerald.morrison@sap.com>
1 parent d92d084 commit 1f786fc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

doc/04-extensions/04-algorithms/component-descriptor-normalization-algorithms.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ Labels are treated specially across all label-bearing elements (component, resou
123123
1. **Only signing-relevant labels are included.** A label is signing-relevant if and only if its `signing` field is set to `true` (boolean or the string `"true"`).Labels without `signing: true` are excluded.
124124
2. **For included labels, only these fields are preserved:**
125125

126-
- `name`
127-
- `version`
128-
- `value`
129-
- `signing`
126+
- `name`
127+
- `version`
128+
- `value`
129+
- `signing`
130130

131-
1. **Other label metadata** (e.g. `mergeAlgorithm`) is excluded.
132-
2. **If the resulting label array is empty after filtering, the entire `labels` field is omitted** (not serialized as `[]`).
131+
3. **Other label metadata** (e.g. `mergeAlgorithm`) is excluded.
132+
4. **If the resulting label array is empty after filtering, the entire `labels` field is omitted** (not serialized as `[]`).
133133

134134
### Serialization
135135

0 commit comments

Comments
 (0)