Risk Factor Export Schema
This is the schema Mondoo uses when exporting risk factor data to JSONL.
RiskFactor type
object
RiskFactor properties
| Property | Type | Required? | Nullable? |
|---|---|---|---|
| id | string | Yes | No |
| mrn | string | Yes | No |
| name | string | Yes | No |
id property
Unique identifier for the risk factor
id
| Type | Required? | Nullable? |
|---|---|---|
| String | Yes | No |
mrn property
Mondoo identifier for the risk factor
mrn
| Type | Required? | Nullable? |
|---|---|---|
| String | Yes | No |
name property
Name of the risk factor
name
| Type | Required? | Nullable? |
|---|---|---|
| String | Yes | No |