PreCheckResults

PreCheckResults
PreCheckResults

List of pre-check results for the given feature.

JSON Example
{
    "feature": "string",
    "results": [
        {
            "id": "string",
            "name": "string",
            "desc": "string",
            "feature": "string",
            "status": "string",
            "reason": "string"
        }
    ]
}
feature
Required

feature

results
Required

The list of pre check reports.