File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,19 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
8
8
9
9
## Activity Vocabulary
10
10
11
+ - Example 150 has ` latitude ` and ` longitude ` properties with string values.
12
+ The range of these properties is ` xsd:float ` . A correct example would be:
13
+
14
+ ``` json
15
+ {
16
+ "@context" : " https://www.w3.org/ns/activitystreams" ,
17
+ "type" : " Place" ,
18
+ "name" : " San Francisco, CA" ,
19
+ "longitude" : 122.4167 ,
20
+ "latitude" : 37.7833
21
+ }
22
+ ```
23
+
11
24
- Example 80 has `Image` objects with `width` and `height` properties, which
12
25
are only allowed on `Link` objects. One alternative is to use `Link` objects
13
26
with the correct `height` and `width` as the `url` property for each `Image`
You can’t perform that action at this time.
0 commit comments