diff --git a/models/ShipComponentCondition.json b/models/ShipComponentCondition.json index 15df838..f62a51d 100644 --- a/models/ShipComponentCondition.json +++ b/models/ShipComponentCondition.json @@ -1,6 +1,6 @@ { "type": "number", - "format": "double", + "format": "number", "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 diff --git a/models/ShipComponentIntegrity.json b/models/ShipComponentIntegrity.json index aefa001..bd2ee18 100644 --- a/models/ShipComponentIntegrity.json +++ b/models/ShipComponentIntegrity.json @@ -1,6 +1,6 @@ { "type": "number", - "format": "double", + "format": "number", "description": "The overall integrity of the component, which determines the performance of the component. A value of 0 indicates that the component is almost completely degraded, while a value of 1 indicates that the component is in near perfect condition. The integrity of the component is non-repairable, and represents permanent wear over time.", "minimum": 0, "maximum": 1