Problem description
The lastChecked field is mandatory with date-time format, but some API providers may not know when they last confirmed the IMEI associated with a device
Possible evolution
Make lastChecked nullable to allow the API provider to explicitly indicate that they do not know when the IMEI was last confirmed to be correct. The API consumer can take that into account when using the information.
Alternative solution
Do nothing
Additional context
None
Problem description
The
lastCheckedfield is mandatory withdate-timeformat, but some API providers may not know when they last confirmed the IMEI associated with a devicePossible evolution
Make
lastCheckednullable to allow the API provider to explicitly indicate that they do not know when the IMEI was last confirmed to be correct. The API consumer can take that into account when using the information.Alternative solution
Do nothing
Additional context
None