From f876dbc78e09fa9a981abe2a06913b1ddcd2ad9c Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Jun 27 2022 10:04:02 +0000 Subject: Use "orderedItems" instead of "items" --- diff --git a/spec/vocabulary.md b/spec/vocabulary.md index a23f8ea..4066c06 100644 --- a/spec/vocabulary.md +++ b/spec/vocabulary.md @@ -962,7 +962,7 @@ items is by reverse chronological order of the forking events. "forks": { "type": "OrderedCollection", "totalItems": 1, - "items": [ + "orderedItems": [ { "id": "https://example.dev/alice/myfork/", "type": "Repository",