Finding
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
id |
string |
no | — |
category |
string |
no | (dns, email, web, security) |
severity |
string |
no | (ok, info, warn, problem) |
title |
string |
no | — |
detail |
string |
no | — |
fix |
object |
no | — |
Example
Section titled “Example”{ "id": "string", "category": "dns", "severity": "ok", "title": "string", "detail": "string", "fix": { "steps": "string", "record": { "host": "string", "type": "string", "value": "string" }, "cta": { "label": "string", "href": "string" } }}