mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 14:50:52 +01:00
11 lines
165 B
JSON
11 lines
165 B
JSON
|
{
|
||
|
"type": "string",
|
||
|
"description": "The supply level of a trade good.",
|
||
|
"enum": [
|
||
|
"SCARCE",
|
||
|
"LIMITED",
|
||
|
"MODERATE",
|
||
|
"HIGH",
|
||
|
"ABUNDANT"
|
||
|
]
|
||
|
}
|