We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d27d7d + 8788e33 commit 2a6fe7eCopy full SHA for 2a6fe7e
ERRATA.md
@@ -4,8 +4,18 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
4
5
## Activity Streams
6
7
-- None yet reported.
+ - None yet reported.
8
9
## Activity Vocabulary
10
11
+ - Example 58 includes a `summary` property on a `Mention` object, which is
12
+ not allowed. A corrected example:
13
+
14
+ ```json
15
+ {
16
+ "@context": "https://www.w3.org/ns/activitystreams",
17
+ "type": "Mention",
18
+ "href": "http://example.org/joe",
19
+ "name": "Joe"
20
+ }
21
+ ```
0 commit comments