summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Dachary <loic@dachary.org>2021-07-15 08:13:52 +0200
committerLoïc Dachary <loic@dachary.org>2021-07-15 09:23:15 +0200
commita56a19e5641e976e7e805211f01ae6b5b417f43e (patch)
tree69fd8e1d435fd6a0707e0e12ff0f4479faedf63a
parent52bb666cfb4de43cf8e5863f82ccb19ed85b6ef4 (diff)
Modeling spec: attributedTo type under 'Repository'
Specify the `mailto` alternative re-using the wording from the Commit model. Signed-off-by: Loïc Dachary <loic@dachary.org>
-rw-r--r--spec/modeling.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/modeling.md b/spec/modeling.md
index c4b8607..355c4a4 100644
--- a/spec/modeling.md
+++ b/spec/modeling.md
@@ -130,7 +130,8 @@ Properties:
* [type][]: ["Repository"][type-repository]
* [name][]: The user given name of the repository, e.g. "My cool repo"
* [attributedTo][]: The actor(s) in charge of the repository, e.g. a person or
- an organization
+ an organization; if their actor URI is unknown, it MAY be
+ their email address as a `mailto` URI
* [published][]: The time the repository was created on the server
* [summary][]: A one-line user provided description of the repository, as HTML,
e.g. "`<p>A command-line tool that does cool things</p>`"