summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfr33domlover <fr33domlover@riseup.net>2020-01-22 13:25:29 +0200
committerfr33domlover <fr33domlover@riseup.net>2020-01-22 13:25:29 +0200
commit64dace501ca95009b5d1dea4efbd9998f802942b (patch)
tree37586353ddccfd649c9121b73b5f26a16274aca8
parent482a01adb755466badb94c48c90036fd4607191d (diff)
Modeling spec: List 'forks' under 'Repository'
-rw-r--r--spec/modeling.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/modeling.md b/spec/modeling.md
index 5cf71ee..b492229 100644
--- a/spec/modeling.md
+++ b/spec/modeling.md
@@ -137,6 +137,8 @@ Properties:
* [team][prop-team]: [Collection][] of actors who have management/push access
to the repository, or the subset of them who is available and wants to be
contacted/notified/responsible on repo access related activities/requests
+* [forks][prop-forks]: [OrderedCollection][] of repositories that are forks of
+ this repository
* [ticketsTrackedBy][prop-ticketstrackedby]: The ticket tracker that tracks
tickets for this repository, this can be the repository itself if it manages
its own tickets
@@ -362,6 +364,7 @@ Example:
[prop-dependants]: /vocabulary.html#prop-dependants
[prop-dependencies]: /vocabulary.html#prop-dependencies
[prop-earlyitems]: /vocabulary.html#prop-earlyitems
+[prop-forks]: /vocabulary.html#prop-forks
[prop-hash]: /vocabulary.html#prop-hash
[prop-hashafter]: /vocabulary.html#prop-hashafter
[prop-hashbefore]: /vocabulary.html#prop-hashbefore
@@ -388,7 +391,7 @@ Example:
[name]: https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name
[ordereditems]: https://www.w3.org/TR/activitystreams-vocabulary/#dfn-ordereditems
[published]: https://www.w3.org/TR/activitystreams-vocabulary/#dfn-published
-[replies]: https://www.w3.org/TR/activitystreams-vocabulary/#dfn-replies
+[replies]: https://www.w3.org/TR/activitystreams-vocabulary/#dfn-replies
[source]: https://www.w3.org/TR/activitypub/#source-property
[summary]: https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary
[target]: https://www.w3.org/TR/activitystreams-vocabulary/#dfn-target