-
Notifications
You must be signed in to change notification settings - Fork 51
/
service_metadata.json
178 lines (177 loc) · 5.13 KB
/
service_metadata.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"version": 1,
"display_name": "Entity Disambiguation",
"encoding": "proto",
"service_type": "http",
"model_ipfs_hash": "Qmd21xqgX8fkU4fD2bFMNG2Q86wAB4GmGBekQfLoiLtXYv",
"mpe_address": "0x34E2EeE197EfAAbEcC495FdF3B1781a3b894eB5f",
"groups": [
{
"group_name": "default_group",
"free_calls": 12,
"free_call_signer_address": "0x7DF35C98f41F3Af0df1dc4c7F7D4C19a71Dd059F",
"pricing": [
{
"price_model": "fixed_price",
"price_in_cogs": 1,
"default": true
},
{
"package_name": "example_service",
"price_model": "fixed_price_per_method",
"details": [
{
"service_name": "Calculator",
"method_pricing": [
{
"method_name": "add",
"price_in_cogs": 2
},
{
"method_name": "sub",
"price_in_cogs": 1
},
{
"method_name": "div",
"price_in_cogs": 2
},
{
"method_name": "mul",
"price_in_cogs": 3
}
]
},
{
"service_name": "Calculator2",
"method_pricing": [
{
"method_name": "add",
"price_in_cogs": 2
},
{
"method_name": "sub",
"price_in_cogs": 1
},
{
"method_name": "div",
"price_in_cogs": 3
},
{
"method_name": "mul",
"price_in_cogs": 2
}
]
}
]
}
],
"endpoints": [
"https://tz-services-1.snet.sh:8005"
],
"group_id": "EoFmN3nvaXpf6ew8jJbIPVghE5NXfYupFF7PkRmVyGQ=",
"addOns":[
{ "discountInPercentage": 4,
"addOnCostInAGIX":70,
"name": "Get Additional Calls worth 100 AGIX for 70 AGIX"
},
{ "discountInPercentage": 5,
"addOnCostInAGIX":80,
"name": "Get Additional Calls worth 120 AGIX for 80 AGIX"
}
],
"licenses": {
"tiers": [
{
"type": "Tier",
"planName": "Tier AAA",
"grpcServiceName": "ServiceA",
"grpcMethodName": "MethodA",
"range": [
{
"high": 100,
"discountInPercentage": 3
},
{
"high": 200,
"discountInPercentage": 4
},
{
"high": 300,
"discountInPercentage": 6
}
],
"detailsUrl": "http://abc.org/licenses/Tier.html",
"isActive": "true/false"
},
{
"type": "Tier",
"planName": "Tier BBB Applicable for All service.methods",
"range": [
{
"high": 100,
"discountInPercentage": 2
},
{
"high": 200,
"discountInPercentage": 1.75
},
{
"high": 300,
"discountInPercentage": 2.50
}
],
"detailsUrl": "http://abc.org/licenses/Tier.html",
"isActive": "true/false"
}
],
"subscriptions": {
"type": "Subscription",
"subscription": [
{
"periodInDays": 30,
"discountInPercentage": 10,
"planName": "Monthly For ServiceA/MethodA",
"LicenseCost": 90,
"grpcServiceName": "ServiceA",
"grpcMethodName": "MethodA"
},
{
"periodInDays": 30,
"discountInPercentage": 12,
"planName": "Monthly",
"LicenseCost": 93
},
{
"periodInDays": 120,
"discountInPercentage": 16,
"LicenseCost": 120,
"planName": "Quarterly"
},
{
"periodInDays": 365,
"discountInPercentage": 23,
"LicenseCost": 390,
"planName": "Yearly"
}
],
"detailsUrl": "http://abc.org/licenses/Subscription.html",
"isActive": "true/false"
}
}
}
],
"assets": {
"hero_image": "Qmb1n3LxPXLHTUMu7afrpZdpug4WhhcmVVCEwUxjLQafq1/hero_named-entity-disambiguation.png"
},
"service_description": {
"url": "https://singnet.github.io/nlp-services-misc/users_guide/named-entity-disambiguation-service.html",
"description": "Provide further clearity regaridng entities named within a piece of text. For example, \"Paris is the capital of France\", we would want to link \"Paris\" to Paris the city not Paris Hilton in this case.",
"short_description": "text of 180 chars"
},
"contributors": [
{
"name": "dummy dummy",
"email_id": "[email protected]"
}
]
}