mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
7 lines
369 B
JSON
7 lines
369 B
JSON
|
{
|
||
|
"type": "number",
|
||
|
"format": "double",
|
||
|
"description": "The repairable condition of a component. A value of 0 indicates the component needs significant repairs, while a value of 1 indicates the component is in near perfect condition. As the condition of a component is repaired, the overall integrity of the component decreases.",
|
||
|
"minimum": 0,
|
||
|
"maximum": 1
|
||
|
}
|