api-docs/models/ActivityLevel.json
2023-10-25 17:27:37 -07:00

9 lines
302 B
JSON

{
"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"
]
}