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.
1 parent a03d00c commit 5559b6bCopy full SHA for 5559b6b
ERRATA.md
@@ -4,7 +4,22 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
4
5
## Activity Streams
6
7
- - None yet reported.
+ - Example 2 has an incorrect value for the `@vocab` property. The correct example should be:
8
+
9
+ ```json
10
+ {
11
+ "@context": {
12
+ "@vocab": "https://www.w3.org/ns/activitystreams#",
13
+ "ext": "https://canine-extension.example/terms/",
14
+ "@language": "en"
15
+ },
16
+ "summary": "A note",
17
+ "type": "Note",
18
+ "content": "My dog has fleas.",
19
+ "ext:nose": 0,
20
+ "ext:smell": "terrible"
21
+ }
22
+ ```
23
24
## Activity Vocabulary
25
0 commit comments