Skip to content

Commit 22a62b1

Browse files
committed
Add correct lat/lon example; closes #471
1 parent eebc7a6 commit 22a62b1

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

ERRATA.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,20 @@ 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 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+

0 commit comments

Comments
 (0)