forked from ericwhyne/darpa_open_catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXDATA-examples.json
More file actions
27 lines (26 loc) · 844 Bytes
/
XDATA-examples.json
File metadata and controls
27 lines (26 loc) · 844 Bytes
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
[
{
"Application Name":"Fake Application 1",
"Teams":[
"Boeing",
"L-3"
],
"Description":"A fake example",
"Instructional Material":"http://www.example1.com/demo",
"Link":"http://www.example1.com",
"New Date":"Date approved to go live in yyyymmdd format",
"Update Date":"Date updated with new information in yyyymmdd format"
},
{
"Application Name":"Fake Application 2",
"Teams":[
"UCLA",
"L-3"
],
"Description":"A fake example",
"Instructional Material":"http://www.example2.com/demo",
"Link":"http://www.example2.com",
"New Date":"Date approved to go live in yyyymmdd format",
"Update Date":"Date updated with new information in yyyymmdd format"
}
]