Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 5cf8d57

Browse files
committed
Create catalog-template.json
1 parent 6bb15eb commit 5cf8d57

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

Diff for: v1.1/examples/catalog-template.json

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
[
2+
{
3+
"title": "Data Catalog",
4+
"description": "Version 1.0",
5+
"keyword": ["catalog"],
6+
"modified": "",
7+
"publisher": "",
8+
"contactPoint": "",
9+
"mbox": "",
10+
"identifier": "",
11+
"accessLevel": "",
12+
"bureauCode": [""],
13+
"programCode": [""],
14+
"accessURL": "",
15+
"format": "application/json"
16+
},
17+
{
18+
"title": "",
19+
"description": "",
20+
"keyword": ["",""],
21+
"modified": "",
22+
"publisher": "",
23+
"contactPoint": "",
24+
"mbox": "",
25+
"identifier": "",
26+
"accessLevel": "",
27+
"bureauCode": [""],
28+
"programCode": [""],
29+
"accessLevelComment": "",
30+
"accessURL": "",
31+
"format": "",
32+
"webService": "",
33+
"license": "",
34+
"spatial": "",
35+
"temporal": ""
36+
},
37+
{
38+
"title": "",
39+
"description": "",
40+
"keyword": ["",""],
41+
"modified": "",
42+
"publisher": "",
43+
"contactPoint": "",
44+
"mbox": "",
45+
"identifier": "",
46+
"accessLevel": "",
47+
"bureauCode": [""],
48+
"programCode": [""],
49+
"accessLevelComment": "",
50+
"distribution": [
51+
{
52+
"accessURL": "",
53+
"format": ""
54+
},
55+
{
56+
"accessURL": "",
57+
"format": ""
58+
},
59+
{
60+
"accessURL": "",
61+
"format": ""
62+
}
63+
],
64+
"webService": "",
65+
"license": "",
66+
"spatial": "",
67+
"temporal": ""
68+
}]

0 commit comments

Comments
 (0)