From aa418f352ff4b1337dbc201543ed19eb6e594d34 Mon Sep 17 00:00:00 2001 From: Loïc Dachary Date: Jun 07 2022 06:24:51 +0000 Subject: add cloneUri to the vocabulary --- diff --git a/spec/modeling.md b/spec/modeling.md index 936a7b1..2823250 100644 --- a/spec/modeling.md +++ b/spec/modeling.md @@ -129,7 +129,7 @@ Properties: * [type][]: ["Repository"][type-repository] * [name][]: The user given name of the repository, e.g. "My cool repo" -* [cloneUri][]: The endpoint from which the content of the repository can be +* [cloneUri][prop-cloneuri]: The endpoint from which the content of the repository can be obtained via the native protocol (Git, Hg, etc.) * [attributedTo][]: The actor(s) in charge of the repository, e.g. a person or an organization; if their actor URI is unknown, it MAY be @@ -373,6 +373,7 @@ Example: [type-repository]: /vocabulary.html#type-repository [type-ticket]: /vocabulary.html#type-ticket +[prop-cloneuri]: /vocabulary.html#prop-cloneuri [prop-committed]: /vocabulary.html#prop-committed [prop-committedby]: /vocabulary.html#prop-committedby [prop-description]: /vocabulary.html#prop-description diff --git a/spec/vocabulary.md b/spec/vocabulary.md index d35bfab..0f44643 100644 --- a/spec/vocabulary.md +++ b/spec/vocabulary.md @@ -566,6 +566,22 @@ range of the ActivityPub [source][] property works. } ``` +## cloneUri {#prop-cloneuri} + +**URI:** `https://forgefed.peers.community/ns#cloneUri` + +**Notes:** The endpoint that can be used with a VCS protocol such as Git or Mercurial for a given repository. + +**Domain:** [Repository](#type-repository) + +**Range:** [Object][] + +**Functional:** Yes + +**Inverse of:** (None) + +**Example:** + ## committedBy {#prop-committedby} **URI:** `https://forgefed.peers.community/ns#committedBy`