CodexFlow_TM / schemas.py
LordXido's picture
Create schemas.py
a108f99 verified
raw
history blame contribute delete
111 Bytes
ECONOMIC_REQUEST_SCHEMA = {
"commodity": str,
"physical_anchor": float,
"reporting_lag_days": int
}