-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtools.frictionless-table-schema.json
443 lines (443 loc) · 13.2 KB
/
tools.frictionless-table-schema.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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
{
"$schema": "https://datapackage.org/profiles/2.0/tableschema.json",
"fields": [
{
"name": "tool_name",
"title": "the name of the tool",
"type": "string",
"constraints": [
{
"required": true
},
{
"minLength": 3
}
],
"description": "The tool must have a well identified name and not being just an item in the menu of a bigger tool (e.g. not the sustainability check option in a development tool)",
"example": "Boavizta API",
"format": "A string specifying a format, but not used by the widget"
},
{
"name": "organization",
"title": "The legal entity having the intellectual property of the tool",
"type": "string",
"constraints": [
{
"required": true
},
{
"minLength": 3
}
],
"description": "The legal entity having the intellectual property of the tool. In case of shared intellectual property between organizations, all of them can be listed (comma separated).",
"example": "Boavizta",
"format": "A string specifying a format, but not used by the widget"
},
{
"name": "website",
"title": "website",
"type": "string",
"constraints": {
"required": true
},
"description": "The tool must have a dedicated web page (landing page, github repo, etc.) describing its functionalities, its licensing etc. Required format is a URL.",
"example": "https://github.com/Boavizta/cloud-scanner",
"format": "^(http|https)://[a-zA-Z0-9. -]+\\. [a-zA-Z]{2,}$"
},
{
"name": "sub_module",
"title": "sub module of a tool",
"type": "string",
"constraints": [
{
"required": false
},
{
"minLength": 3
}
],
"description": "If a tool has multiple modules based on different models and/or data entry point, several lines can be inserted for the same tool. Both the fields 'Tool name' and 'Organization' must have exact same values between the different sub-modules. This field is rarely used and is reserved for complex and comprehensive tools assessing an entire information system.",
"example": "Device Fleet"
},
{
"name": "environmental_indicator",
"title": "Environmental indicators",
"type": "string",
"constraints": [
{
"required": true
},
{
"enum": [
"Final Energy Consumption",
"Primary Energy Consumption",
"Global Warming Potential",
"Abiotic ressource Depletion Potential for fossil fuel - ADPf",
"Abiotic ressource Depletion Potential for element - ADPe",
"Water Depletion",
"Product Environmental Footprint Score",
"Not Applicable"
]
}
],
"description": "Which environmental indicators are provided by the tool such as Final Energy consumption, Primary Energy consumption, Global Warming Potential, Abiotic ressource Depletion Potential, Water Depletion, Product Environmental Footprint Score. The Not Applicable value is usually used for the tools having a “Best Practices” type of assessment.",
"example": "GWP"
},
{
"name": "quick_description",
"title": "Quick description",
"type": "string",
"constraints": [
{
"required": true
},
{
"minLength": 15
}
],
"description": "Ideally it should be the description provided by the owner of the tool.",
"example": "Cloud scanner combines real time inventory and usage data from your AWS account with Boavizta API to offer a view of your impacts on a given region. It is multi criteria: Primary Energy consumption (PE), Abiotic resource depletion potential (ADP), and Global Warming Potential (GWP) and multi stage: separate impacts of resources Usage and Manufacture. This is similar to what you can get from Datavizta but with automated inventory. Estimations can be filtered by tags. It eases attribution to a specific server, environment, application or service."
},
{
"name": "assessment_type",
"title": "Assessment type",
"type": "string",
"constraints": [
{
"required": true
},
{
"enum": [
"Best practices",
"Evaluation",
"Measure"
]
}
],
"description": "What is the main purpose of the tool. Best practices: assessing some functional units against industry best practices without any intention to measure or evaluate footprint. Evaluation: assessing some functional units using a model to estimate an environmental indicator. Measure: collecting the value of an environmental indicator for some functional units.",
"format": "A string specifying a format, but not used by the widget"
},
{
"name": "main_perimeter",
"title": "Main Perimeter",
"type": "string",
"constraints": [
{
"required": true
},
{
"enum": [
"Global - Information System",
"Global - Digital Advertising",
"Global - Digital Workplace",
"Infra - Datacenter",
"Infra - Cloud",
"Infra - Network",
"Equipment - End-user Devices",
"Equipment - IoT",
"Equipment - Industrial equipment",
"Software - Development Tools",
"Software - CI-CD",
"Software - Backend",
"Software - API",
"Software - Mobile Apps",
"Software - Web Apps",
"Software - Web Content",
"Not Applicable"
]
}
],
"description": "What is the general scope covered by the tool. Only one must be chosen as the primary one for visual classification purpose."
},
{
"name": "other_perimeters",
"title": "Other Perimeters",
"type": "string",
"constraints": [
{
"required": false
},
{
"enum": [
"Global - Information System",
"Global - Digital Advertising",
"Global - Digital Workplace",
"Infra - Datacenter",
"Infra - Cloud",
"Infra - Network",
"Equipment - End-user Devices",
"Equipment - IoT",
"Equipment - Industrial equipment",
"Software - Development Tools",
"Software - CI-CD",
"Software - Backend",
"Software - API",
"Software - Mobile Apps",
"Software - Web Apps",
"Software - Web Content",
"Not Applicable"
]
}
],
"description": "What is the general scopes covered by the tool. Several value can be chosen to best described the tool coverage."
},
{
"name": "assessed_functional_unit",
"title": "Assessed Functional Unit",
"type": "string",
"constraints": [
{
"required": true
},
{
"enum": [
"Process (System)",
"Application",
"Team",
"Project",
"User",
"Request (http)",
"Feature",
"User Story",
"Machine",
"Room",
"Website",
"Network Traffic",
"Not Applicable"
]
}
],
"description": "Which granularity of a digital service or an information system can be assessed with the tool (it does not include the data used as entry point which are covered in the field [data_entry_point])."
},
{
"name": "data_entry_points",
"title": "Data Entry Points",
"type": "string",
"constraints": [
{
"required": true
},
{
"enum": [
"Server plan",
"CPU based (RAPL)",
"CPU, RAM, I/O (raw)",
"Bandwidth",
"DOM Size",
"Request Number",
"User Journey Modelisation",
"User localization",
"Datacenter Localization",
"Connexion type",
"PUE",
"WUE",
"Mutualization rate",
"Devices Inventory (both internal and external users of an application)",
"CPU capacity",
"RAM capacity",
"I/O Capacity",
"Traffic/Usage",
"Storage",
"Undisclosed",
"Not Applicable"
]
}
],
"description": "List all the data used to produce the environmental indicators."
},
{
"name": "life_cycle_steps",
"title": "Life Cycle Steps",
"type": "string",
"constraints": [
{
"required": true
},
{
"enum": [
"Extraction",
"Manufacturing",
"Transport",
"Usage",
"End of life",
"Undisclosed",
"Not Applicable"
]
}
],
"description": "Qualify which steps of a Life Cycle Assessment are tracked. Minimum coverage is usually “usage” when only the energy consumed during the use phase is taken into consideration. This field enables also to qualify the scope(s) being covered for the GWP indicator (GHG emissions in CO2e). Usual steps of an ISO 14040:2006 LCA are eligible."
},
{
"name": "ghg_scope",
"title": "GHG Scopes Covered",
"type": "string",
"constraints": [
{
"required": true
},
{
"enum": [
"Scope 1 and 2 (market-based)",
"Scope 1 and 2 (location-based)",
"Scope 1, 2 (market-based) and 3",
"Scope 1, 2 (location-based) and 3",
"Not Applicable"
]
}
],
"description": "This category makes it easy to link the product view (life cycle steps) with the Corporate Standard (company scopes), for educational purposes. If GWP is checked in the environmental indicator field, this field indicates which scopes are covered (following GHG protocol Corporate Standard). The scope 2 must be specified between market-based and location-based approach. It should be aligned with the Life Cycle Steps (no scope 3 can be indicated if Manufacturing is not included in the Life Cycle Steps)."
},
{
"name": "focus",
"title": "Focus",
"type": "string",
"constraints": [
{
"required": true
},
{
"enum": [
"Reporting",
"Calculation",
"Awareness",
"Eco-design",
"Collection (of data)"
]
}
],
"description": "The information can be provided by the organization itself or assessed by Boavizta team. This field describe the main goals of the tool, several values are allowed. This field is for classification purpose."
},
{
"name": "licence",
"title": "Licence",
"type": "string",
"constraints": [
{
"required": true
},
{
"enum": [
"Open-Source under Apache 2.0 licence",
"Open-Source under AGPLv3 licence",
"Open-Source under GPLv2 licence",
"Open-Source under GPLv3 licence",
"Open-Source under BSD-3 licence",
"Open-Source under MIT license",
"Creative Commons (CC-BY-NC-ND)",
"Creative Commons (CC-BY)",
"Open-Source under an unknown licence",
"Business Source - non permissive licence",
"Closed Source / Commercial"
]
}
],
"description": "Describe the legal environment of the intellectual property of the tool. Business Source - non permissive licence is to be used when the code is accessible but its licence restricts its permitted use such as no commercial use or internal use only if self-hosted; elasticsearch is an example. Closed Source / Commercial is to be used when the code isn’t shared at all."
},
{
"name": "self_hostable",
"title": "Self Hostable",
"type": "string",
"constraints": [
{
"required": true
},
{
"enum": [
"Yes",
"No",
"Not Applicable"
]
}
],
"description": "Can the tool be self-hosted or is it only a SaaS solution?"
},
{
"name": "originating_country",
"title": "Originating Country",
"type": "string",
"constraints": [
{
"required": true
}
],
"description": "Where the legal entity owning the intellectual property of the tool is legally based. Value should be of ISO 3166-1 alpha-3 format.",
"format": "^[A-Z]{3}",
"example": "FRA"
},
{
"name": "logo",
"title": "Logo",
"type": "string",
"constraints": [
{
"required": true
}
],
"description": "A URI pointing to an image file file. We recommend square image file with maximum size of 300x300px and maximum weight of 100Kb."
},
{
"name": "inside_models",
"title": "Inside Models",
"type": "string",
"constraints": [
{
"required": false
}
],
"description": "Main models being used for the evaluation, separated by + character. This field requires that the Assessment Type field = Evaluation.",
"example": "Sustainable Web Design model"
},
{
"name": "methodology_transparency",
"title": "Methodology Transparency",
"type": "string",
"constraints": [
{
"required": true
},
{
"enum": [
"Undisclosed",
"Disclosed only to internal stakeholders or clients",
"Disclosed to a scientific panel who did not share the results",
"Disclosed to a scientific panel who shared the results",
"Fully Disclosed",
"Not Applicable"
]
}
],
"description": "To which audience is disclosed the following information: inside model, main data sources and main scientific sources (single value)."
},
{
"name": "status",
"title": "Boavizta Processing Status",
"type": "string",
"constraints": [
{
"required": true
},
{
"enum": [
"Draft",
"Boavizta reviewed",
"Published",
"Not to be listed"
]
}
],
"description": "Described where the recording stands in the listing process at Boavizta.",
"example": "Draft"
},
{
"name": "ref_sources",
"title": "Reference Sources",
"type": "string",
"constraints": [
{
"required": true
}
],
"description": "Must be URL with a path separated by comma. A list of the references supporting the claims about the tool made in this table (blog articles, scientific paper, white paper, presentation, webinar, etc.)."
}
]
}