LordXido commited on
Commit
9179f46
·
verified ·
1 Parent(s): 448c4d0

Create data_schema.json

Browse files
Files changed (1) hide show
  1. 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
+ }