This repository was archived by the owner on Mar 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiota_event_example.json
More file actions
86 lines (86 loc) · 2.83 KB
/
iota_event_example.json
File metadata and controls
86 lines (86 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"type": "channel",
"localization": "en-CA",
"copyright": null,
"license": null,
"generator": "Your IoTA Generator Name Here",
"publisher": null,
"rating": null,
"url": "http://myiotafeedurl.com/feed_url.json",
"description": "This is a sample feed!",
"name": null,
"iotaVersion": "0.10.0",
"relationships": null,
"items": [
{
"type": "event",
"name": "This is the name of an event",
"description": "This is an event description, which is meant to be a summary.",
"geo": [
{
"latitude": 0,
"longitude": 0,
"address": "123 Fake Street South, Faketon, XX"
}
],
"datetime": {
"start": "2012-01-19T18:00:00-04:00",
"end": "2012-01-19T19:00:00-04:00",
"dateFormat": "ISO8601"
},
"images": [
"http://example.com/full-size-image.jpg",
"http://example.com/thumbnail-image.jpg"
],
"tags": [
"party",
"annual"
],
"url": null,
"uuid": "9ac83870-725f-11e4-82f8-0800200c9a96",
"author": "Feed object author",
"publisher": "Feed provider name",
"relationships": {},
"details": {
"html": "<h1>My event</h1><p>This is where a full HTML description could be added",
"css": {
"url": "http://example.com/mycss.css",
"style": "/*CSS STYLES HERE*/"
}
}
},
{
"type": "event",
"name": "This is the name of an event",
"description": "This is an event description, which is meant to be a summary.",
"geo": [
{
"latitude": 0,
"longitude": 0,
"address": "123 Fake Street South, Faketon, XX"
}
],
"datetime": {
"start": "2012-01-19T18:00:00-04:00",
"end": "2012-01-19T19:00:00-04:00",
"dateFormat": "ISO8601"
},
"images": [
"http://example.com/full-size-image.jpg",
"http://example.com/thumbnail-image.jpg"
],
"tags": [
"party",
"annual"
],
"url": null,
"uuid": "9ac83870-725f-11e4-82f8-0800200c9a06",
"author": "Feed object author",
"publisher": "Feed provider name",
"relationships": {},
"details": {
"html": "<h1>My event</h1><p>This is where a full HTML description could be added"
}
}
]
}