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:16:56 +0200
commit2063464de868fdd04a09efef0681b753d32b160c (patch)
treebd957eced5cacd5b24adfb2fc266bab03af6e0eb
parent52bb666cfb4de43cf8e5863f82ccb19ed85b6ef4 (diff)
Modeling spec: add attributedTo example for 'Repository'
Signed-off-by: Loïc Dachary <loic@dachary.org>
-rw-r--r--spec/modeling.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/modeling.md b/spec/modeling.md
index c4b8607..6bc1284 100644
--- a/spec/modeling.md
+++ b/spec/modeling.md
@@ -170,6 +170,7 @@ Example:
"ticketsTrackedBy": "https://dev.example/aviva/treesim",
"sendPatchesTo": "https://dev.example/aviva/treesim",
"name": "Tree Growth 3D Simulation",
+ "attributedTo": "https://example.dev/bob",
"summary": "<p>Tree growth 3D simulator for my nature exploration game</p>"
}
```