OBJECT
An Asset's properties
type AssetProperties {# The year of manufacture.year: String # The manufacturer.make: String # The model name.model: String # Unique serial number.serial_number: String # Average hourly charge rate.charge_rate: String # Last reading of the meter (odometer, operating hours, etc).number_reading: String }