Skip to content

Commit

Permalink
Make formatting consistent for Create (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
eslao authored Jan 11, 2024
1 parent dde45fa commit 7f06221
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 @@ -668,7 +668,7 @@ A new entity _MUST_{:.strong-term} be implemented as an _Activity_{:.term} follo

An entity appearing in an _Entry Point_{:.term} stream for the first time _MUST_{:.strong-term} use _Activity_{:.term} type `Create` and/or `Add`.

`Create` _SHOULD_{:.strong-term} be used when the entity is new in the source dataset and available for use. A provider _MUST NOT_{:.strong-term} use `Create` to broadcast that an entity exists unless it can be dereferenced at the entity URI. A Create activity indicates that the entity is new and available for use by consumers, see also `Add` below.
`Create` _SHOULD_{:.strong-term} be used when the entity is new in the source dataset and available for use. A provider _MUST NOT_{:.strong-term} use `Create` to broadcast that an entity exists unless it can be dereferenced at the entity URI. A `Create` activity indicates that the entity is new and available for use by consumers, see also `Add` below.

`Add` _SHOULD_{:.strong-term} be used when the entity exists in the source dataset, but was previously not available through the _Entry Point_{:.term} and now is being made available in the stream. Situations where this might happen include, but are not limited to, change in permissions, end of an embargo, temporary removal and now being made available.

Expand Down

0 comments on commit 7f06221

Please sign in to comment.