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 fcc67f1 + 2a6fe7e commit 1bf1438Copy full SHA for 1bf1438
ERRATA.md
@@ -14,4 +14,15 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
14
15
```text
16
"cm" | "feet" | "inches" | "km" | "m" | "miles" | xsd:anyURI
17
+
18
+ - Example 58 includes a `summary` property on a `Mention` object, which is
19
+ not allowed. A corrected example:
20
21
+ ```json
22
+ {
23
+ "@context": "https://www.w3.org/ns/activitystreams",
24
+ "type": "Mention",
25
+ "href": "http://example.org/joe",
26
+ "name": "Joe"
27
+ }
28
```
implementation-reports/distbin.com renamed to implementation-reports/distbin.com.md
0 commit comments