Skip to content

Commit a89edbd

Browse files
committed
fix: update 5005 fix name of deletions key
1 parent ac85505 commit a89edbd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

sources/express-changes/sections/04-structure.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ Fields:
3535

3636
`versions`:: An array of version change objects (required).
3737

38-
`type_of_change`:: One of `additions`, `modifications`, `removals`, or
39-
`mapping`.
38+
`type_of_change`:: One of `additions`, `modifications`, `deletions`, or
39+
`mappings`.
4040

sources/express-changes/sections/05-schema-change.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The schema change structure is a record of modifications to the structure and
88
semantics of an EXPRESS schema across different versions.
99

10-
It records additions, modifications, and removals of schema elements such as
10+
It records additions, modifications, and deletions of schema elements such as
1111
entities, types, functions, and rules.
1212

1313
The structure is built on the following constructs:
@@ -47,7 +47,7 @@ additions:
4747
modifications:
4848
- {item change 1}
4949
- {item change 2}
50-
removals:
50+
deletions:
5151
- {item change 1}
5252
- {item change 2}
5353
----
@@ -67,7 +67,7 @@ If not provided, a publication may provide its own boilerplate or summary.
6767

6868
`modifications`:: (optional) An array of modified elements as item changes.
6969

70-
`removals`:: (optional) An array of removed elements as item changes.
70+
`deletions`:: (optional) An array of removed elements as item changes.
7171

7272

7373

0 commit comments

Comments
 (0)