Skip to content

Commit 2c35cf0

Browse files
committed
adding new collection metadata
1 parent 41ddc49 commit 2c35cf0

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"name" : "Collection",
3+
"description" : "Collection information from v1",
4+
"required_for_items": {
5+
"datasets": false,
6+
"files": false
7+
},
8+
"context" : [
9+
{
10+
"collection_name" : "https://schema.org/colname",
11+
"collection_id" : "https://schema.org/colid",
12+
"parent_collection_name": "https://schema.org/parentcolname",
13+
"parent_collection_id": "https://schema.org/parentcolid"
14+
}
15+
],
16+
"fields" : [
17+
{
18+
"name" : "collection_name",
19+
"list" : false,
20+
"widgetType": "TextField",
21+
"config": {
22+
"type" : "str"
23+
},
24+
"required" : false
25+
},
26+
{
27+
"name" : "collection_id",
28+
"list" : false,
29+
"widgetType": "TextField",
30+
"config": {
31+
"type" : "str"
32+
},
33+
"required" : false
34+
},
35+
{
36+
"name" : "parent_collection_name",
37+
"list" : false,
38+
"widgetType": "TextField",
39+
"config": {
40+
"type" : "str"
41+
},
42+
"required" : false
43+
},
44+
{
45+
"name" : "parent_collection_id",
46+
"list" : false,
47+
"widgetType": "TextField",
48+
"config": {
49+
"type" : "float"
50+
},
51+
"required" : false
52+
}
53+
]
54+
}

0 commit comments

Comments
 (0)