api-docs/models/ActivityLevel.json

9 lines
302 B
JSON
Raw Normal View History

2023-10-26 02:27:37 +02:00
{
"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"
]
}