OBJECT
type AbsFaultLifeCycleDto {vehicleId: UUID vin: String! extMfgrSerialNum: String customerId: Int faultTypeId: Int faultName: String faultStart: OffsetDateTime faultEnd: OffsetDateTime eventDetails: JsonNode durationSeconds: Long maxMph: Float totalGpsMileage: Float totalAbsMileage: Float bestAvailableTotalMileage: Float eventCount: Int cause: String repairInformation: String spn: Int fmi: Int blinkCode: Int suspectComponent: String faultDescription: String groups: [String] faultLevelId: Int created: OffsetDateTime }