-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopen-datasheets-datapackage.json
94 lines (94 loc) · 3 KB
/
open-datasheets-datapackage.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
{
"name": "test-private-repo-updated-1-3",
"title": "This is the data package for test-private-repo",
"description": "This is the data package for test-private-repo",
"doi": "",
"version": "1.0.0",
"created": "2023-12-01T03:00:00.000Z",
"licenses": [
{
"title": "Apache License 2.0",
"path": "https://github.com/v-fsalamo_microsoft/test-private-repo/blob/main/LICENSE",
"name": "Apache-2.0"
}
],
"sources": [],
"resources": [
{
"name": "test file",
"description": "test file",
"path": "test_file.xlsx",
"format": "xlsx",
"doi": "",
"mediatype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"bytes": 9026,
"date": "2023-12-07T21:48:57.290Z",
"encoding": "utf-8",
"version": "1.0.0",
"language": "",
"schema": [
{
"name": "Sheet1.A",
"type": "number",
"description": "This is a sample value for the property 'A': 123"
},
{
"name": "Sheet1.B",
"type": "object",
"description": "This is a sample value for the property 'B': Mon Oct 19 2020 21:00:00 GMT-0300 (Uruguay Standard Time)"
},
{
"name": "Sheet1.C",
"type": "string",
"description": "This is a sample value for the property (200 chars only) 'C': Test"
},
{
"name": "Sheet1.D",
"type": "number",
"description": "This is a sample value for the property 'D': 145"
}
],
"dialect": {}
},
{
"name": "userdata1",
"description": "userdata1",
"path": "userdata1.parquet",
"format": "parquet",
"doi": "",
"mediatype": "application/parquet",
"bytes": 113629,
"date": "2023-12-01T03:00:00.000Z",
"encoding": "utf-8",
"version": "1.0.0",
"language": "",
"schema": [],
"dialect": {}
}
],
"contributors": [
{
"title": "v-fsalamo_microsoft",
"path": "https://github.com/v-fsalamo_microsoft",
"email": "",
"role": "contributor"
}
],
"privacy": [],
"security": [
{
"access": {
"level": "public",
"description": "No security information, was found when this data package was imported from Github.",
"path": "https://github.com/v-fsalamo_microsoft/test-private-repo",
"contributors": []
}
}
],
"procedures": {
"collection": [],
"processing": [],
"update": []
},
"use": []
}