SeoIssueList| Name | Type | Format | Required |
|---|---|---|---|
items |
array <SeoIssue> | required | |
total |
integer | required |
{
"items": [
{
"id": 0,
"vendor": "string",
"kind": "string",
"severity": "string",
"fingerprint": "string",
"subject": "string",
"detail": "string",
"firstSeen": "string",
"lastSeen": "string",
"resolvedAt": "string"
}
],
"total": 0
}