CodexFlow_TM / data_schema.json
LordXido's picture
Create data_schema.json
9179f46 verified
raw
history blame contribute delete
198 Bytes
{
"commodities": [
{ "name": "gold", "unit": "ounce" },
{ "name": "iron_ore", "unit": "ton" },
{ "name": "crude_oil", "unit": "barrel" }
],
"sources": ["exchange", "port", "erp"]
}