Skip to content

Commit

Permalink
Merge pull request #170 from LD4/mixter_must
Browse files Browse the repository at this point in the history
fixed a must RFC 2119 notation
  • Loading branch information
sfolsom authored Feb 5, 2024
2 parents 41ba4e2 + a755194 commit 94bcb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/0.1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ An entity that has been deprecated _SHOULD_{:.strong-term} have an [Entity Chang
* A `Deprecate` activity for the deprecated entity, and one or more activities (e.g. `Create`, `Update`, `Add`) for the replacement entity or entities. In all cases, it is expected that the consumer will dereference the deprecated entity URI to obtain the updated entity description, including whether it was replaced.


Note that the Entity Metadata Management context includes definition of the term `Deprecate` and thus _MUST_{:strong-term} be included in the `@context` definition if `Deprecate` activities are used. See [JSON-LD Representation](#jsondld-representation) for more details.
Note that the Entity Metadata Management context includes definition of the term `Deprecate` and thus _MUST_{:.strong-term} be included in the `@context` definition if `Deprecate` activities are used. See [JSON-LD Representation](#jsondld-representation) for more details.

#### Example Entity Change Activity excerpt for Deprecate in the Scenario where a Replacement Entity Already Exists

Expand Down

0 comments on commit 94bcb0d

Please sign in to comment.