summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfr33domlover <fr33domlover@riseup.net>2020-08-05 12:01:49 +0300
committerfr33domlover <fr33domlover@riseup.net>2020-08-05 12:01:49 +0300
commit52bb666cfb4de43cf8e5863f82ccb19ed85b6ef4 (patch)
tree067e342b4a7d4ba11bde1a86e3c89f83d141b0f3
parent63a309a582604144795f39f507b0d4932fa06bc5 (diff)
Allow 'resolvedBy' to specify an activity
-rw-r--r--spec/modeling.md2
-rw-r--r--spec/vocabulary.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/spec/modeling.md b/spec/modeling.md
index 0b0e0c0..c4b8607 100644
--- a/spec/modeling.md
+++ b/spec/modeling.md
@@ -285,7 +285,7 @@ Properties:
which this ticket depends
- [isResolved][prop-isresolved]: Whether the work on this ticket is done
- [resolvedBy][prop-resolvedby]: If the work on this ticket is done, who marked
- the ticket as resolved
+ the ticket as resolved, or which activity did so
- [resolved][prop-resolved]: When the ticket has been marked as resolved
Example:
diff --git a/spec/vocabulary.md b/spec/vocabulary.md
index 82254c6..d35bfab 100644
--- a/spec/vocabulary.md
+++ b/spec/vocabulary.md
@@ -403,12 +403,12 @@ work on it is done and it doesn't need to attract attention anymore.
**URI:** `https://forgefed.peers.community/ns#resolvedBy`
-**Notes:** Identifies the [Actor][] who has resolved the
-[Ticket](#type-ticket).
+**Notes:** Identifies the Actor who has resolved the [Ticket](#type-ticket), or
+the activity that has resolved the Ticket.
**Domain:** [Ticket](#type-ticket)
-**Range:** [Object][] than is an actor
+**Range:** [Object][] than is an actor, or [Activity][]
**Functional:** Yes