api-docs/models/ShipCondition.json

6 lines
163 B
JSON
Raw Normal View History

2022-09-18 17:49:41 +02:00
{
"type": "integer",
"description": "Condition is a range of 0 to 100 where 0 is completely worn out and 100 is brand new.",
"minimum": 0,
"maximum": 100
}