mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
9 lines
302 B
JSON
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"
|
||
|
]
|
||
|
}
|