generated from globus/template-search-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatic.json
75 lines (75 loc) · 1.9 KB
/
static.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
71
72
73
74
75
{
"_static": {
"generator": {
"name": "@globus/static-search-portal"
}
},
"data": {
"version": "1.0.0",
"attributes": {
"metadata": {
"title": "Example: Globus Embed"
},
"content": {
"headline": "Example: Globus Embed"
},
"features": {
"transfer": false
},
"components": {
"Result": {
"heading": "entries[0].content.name",
"fields": [
{
"label": "Tags",
"property": "entries[0].content.tags"
},
{
"label": "Region",
"property": "entries[0].content.region"
},
{
"label": "Sample",
"property": "entries[0].content.sample",
"type": "globus.embed",
"options": {
"collection": "a6f165fa-aee2-4fe5-95f3-97429c28bf82"
}
},
{
"label": "Sample : 1951 Scatter Plot using Plotly",
"value": "https://g-fe1c1.fd635.8443.data.globus.org/portal/plotly/1951_atl_plotly_scatter.json",
"type": "globus.embed",
"options": {
"collection": "a6f165fa-aee2-4fe5-95f3-97429c28bf82",
"renderer": "plotly"
}
}
]
}
},
"globus": {
"application": {
"client_id": "7442cbd9-2766-42b9-9512-9195b12ed167"
},
"search": {
"index": "fbd23dc9-546c-4ecf-857f-708e6e706fa0",
"facets": [
{
"name": "Tags",
"field_name": "tags",
"type": "terms",
"size": 10
},
{
"name": "Region",
"field_name": "region",
"type": "terms",
"size": 10
}
]
}
}
}
}
}