LordXido commited on
Commit
a108f99
·
verified ·
1 Parent(s): 28da7e5

Create schemas.py

Browse files
Files changed (1) hide show
  1. schemas.py +5 -0
schemas.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ ECONOMIC_REQUEST_SCHEMA = {
2
+ "commodity": str,
3
+ "physical_anchor": float,
4
+ "reporting_lag_days": int
5
+ }