Spaces:
Sleeping
Sleeping
Create schemas.py
Browse files- 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 |
+
}
|