Spaces:
Sleeping
Sleeping
Create data_schema.json
Browse files- data_schema.json +8 -0
data_schema.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"commodities": [
|
| 3 |
+
{ "name": "gold", "unit": "ounce" },
|
| 4 |
+
{ "name": "iron_ore", "unit": "ton" },
|
| 5 |
+
{ "name": "crude_oil", "unit": "barrel" }
|
| 6 |
+
],
|
| 7 |
+
"sources": ["exchange", "port", "erp"]
|
| 8 |
+
}
|