RemediationEnvelope
okbooleanrequired
meta object
watermarkstring
Opaque leak-tracing token. Safe to ignore.
Possible values: Value must match regular expression ^wm_[0-9a-f]{8}$
Example:
wm_a1b2c3d4data object
stepsstring[]required
Ordered, display-ready instructions.
severitystring
Possible values: [critical, high, medium, low]
estimated_effortstring
Possible values: [low, medium, high]
compliance_frameworks object[]
Array [
frameworkstringrequired
Possible values: [SOC 2, GDPR, PCI-DSS, HIPAA, ISO 27001]
controlstringrequired
Example:
CC6.1]
RemediationEnvelope
{
"ok": true,
"meta": {
"watermark": "wm_a1b2c3d4"
},
"data": {
"steps": [
"string"
],
"severity": "critical",
"estimated_effort": "low",
"compliance_frameworks": [
{
"framework": "SOC 2",
"control": "CC6.1"
}
]
}
}