-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
executable file
·70 lines (70 loc) · 1.96 KB
/
data.json
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
[
{
"title": "Complete Data Catalog",
"description": "Version 1.0",
"keyword": "catalog",
"modified": "2013-09-01 06:00:00",
"publisher": "API Evangelist",
"person": "Kin Lane",
"mbox": "[email protected]",
"identifier": "1",
"accessLevel": "public",
"distribution": [
{
"accessURL": "http://kinlane.github.io/dev-hub/json/data.json",
"format": "json"
}
]
},
{
"title": "Facilities",
"description": "Version 1.0",
"keyword": "Facilities",
"modified": "2013-09-01 06:00:00",
"publisher": "API Evangelist",
"person": "Kin Lane",
"mbox": "[email protected]",
"identifier": "2",
"accessLevel": "public",
"distribution": [
{
"accessURL": "http://kinlane.github.io/dev-hub/json/facilities.json",
"format": "json"
}
]
},
{
"title": "Programs",
"description": "Version 1.0",
"keyword": "Programs",
"modified": "2013-09-01 06:00:00",
"publisher": "API Evangelist",
"person": "Kin Lane",
"mbox": "[email protected]",
"identifier": "3",
"accessLevel": "public",
"distribution": [
{
"accessURL": "http://kinlane.github.io/dev-hub/json/programs.json",
"format": "json"
}
]
},
{
"title": "Press",
"description": "Version 1.0",
"keyword": "Press,News",
"modified": "2013-09-01 06:00:00",
"publisher": "API Evangelist",
"person": "Kin Lane",
"mbox": "[email protected]",
"identifier": "4",
"accessLevel": "public",
"distribution": [
{
"accessURL": "http://kinlane.github.io/dev-hub/json/press.json",
"format": "json"
}
]
}
]