api-docs/models/ActivityLevel.json

9 lines
302 B
JSON
Raw Permalink Normal View History

{
"type": "string",
"description": "The activity level of a trade good. If the good is an import, this represents how strong consumption is for the good. If the good is an export, this represents how strong the production is for the good.",
"enum": [
"WEAK",
"GROWING",
"STRONG"
]
}