Skip to content

Commit

Permalink
Merge pull request #164 from LD4/json_example_updates
Browse files Browse the repository at this point in the history
updated json except examples and fixed a few other JSON issues
  • Loading branch information
sfolsom authored Jan 22, 2024
2 parents 430cbf9 + c36a2ae commit a5af476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/0.1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ The _Change Set_{:.term} _MUST_{:.strong-term} have a `partOf` property. The val
* a string that is HTTP(S) URI of the _Entry Point_{:.term}, or
* a JSON object, with at least the `id` and `type` properties. The value of the `id` property _MUST_{:.strong-term} be a string that is the HTTP(S) URI of the _Entry Point_{:.term}. The value of the `type` property _MUST_{:.strong-term} be the string `OrderedCollection`.

```
```json-doc
"partOf": {
"type": "OrderedCollection",
"id": "https://data.my.authority/change_documents/2021/activity-stream"
Expand All @@ -479,7 +479,7 @@ A count of the number of items in the _Change Set_{:.term}.

The _Change Set_{:.term} _SHOULD_{:.strong-term} have a `totalItems` property. If present, the value _MUST_{:.strong-term} be a non-negative integer that corresponds with the number of items in the `orderedItems` array in this _Change Set_{:.term}.

```
```json-doc
"totalItems": 3
```

Expand Down

0 comments on commit a5af476

Please sign in to comment.