Item in the history of validity checks for an external link
| name | data type | constraints | description |
|---|---|---|---|
| timestamp | number | required int | Timestamp of the check |
| status | ExternalLinkStatus | Check status | |
| reason | string | Failure reason |
Example
{
"timestamp" : 1591693475,
"status" : "invalid",
"reason" : "unknown host"
}