Skip to content

Commit 2a6fe7e

Browse files
authored
Merge pull request #475 from w3c/issue-439
`summary` not allowed in `Mention` object. Closes #439.
2 parents 2d27d7d + 8788e33 commit 2a6fe7e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

ERRATA.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
44

55
## Activity Streams
66

7-
- None yet reported.
7+
- None yet reported.
88

99
## Activity Vocabulary
1010

11-
- None yet reported.
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

Comments
 (0)