Asset Export Schema
Reference the asset object schema and properties used in Mondoo JSONL exports.
This is the schema Mondoo uses when exporting asset data to JSONL.
Asset type
object
Asset properties
| Property | Type | Required? | Nullable? |
|---|---|---|---|
| space_mrn | string | Yes | No |
| space_id | string | Yes | No |
| space_name | string | Yes | No |
| asset_id | string | Yes | No |
| mrn | string | Yes | No |
| name | string | Yes | No |
| platform_name | string | Yes | No |
| error | string | Yes | Yes |
| created_at | string | Yes | No |
| score_updated_at | string | Yes | No |
| updated_at | string | Yes | No |
| labels | object | Yes | No |
| annotations | object | Yes | No |
| exported_at | string | Yes | No |
| time_travel_id | string | Yes | No |
| url | string | Yes | No |
| risk_factors | JSON | No | Yes |
| base_score | integer | Yes | Yes |
| risk_score | integer | Yes | Yes |
| risk_value | integer | Yes | Yes |
| security_base_score | integer | Yes | Yes |
| security_risk_score | integer | Yes | Yes |
| vuln_base_score | integer | Yes | Yes |
| vuln_risk_score | integer | Yes | Yes |
space_mrn property
Mondoo identifier for the space containing the asset
space_mrn
| Type | Required? | Nullable? |
|---|---|---|
| String | Yes | No |
space_id property
Unique identifier for the space containing the asset
space_id
| Type | Required? | Nullable? |
|---|---|---|
| String | Yes | No |
space_name property
Name of the space containing the asset
space_name
| Type | Required? | Nullable? |
|---|---|---|
| String | Yes | No |
asset_id property
Space-unique asset identifier
asset_id
| Type | Required? | Nullable? |
|---|---|---|
| String | Yes | No |
mrn property
Globally unique asset MRN
mrn
| Type | Required? | Nullable? |
|---|---|---|
| String | Yes | No |
name property
Asset display name
name
| Type | Required? | Nullable? |
|---|---|---|
| String | Yes | No |
platform_name property
Name of the asset's platform
platform_name
| Type | Required? | Nullable? |
|---|---|---|
| String | Yes | No |
error property
Error message if scan failed
error
| Type | Required? | Nullable? |
|---|---|---|
| String | Yes | Yes |
created_at property
Asset creation time. This is a date-time string matching RFC 3339, section 5.6.
created_at
| Type | Required? | Nullable? |
|---|---|---|
| String | Yes | No |
score_updated_at property
Timestamp when the score of this asset was last updated. This is a date-time string matching RFC 3339, section 5.6.
score_updated_at
| Type | Required? | Nullable? |
|---|---|---|
| String | Yes | No |
updated_at property
Timestamp when this asset was last updated. This is a date-time string matching RFC 3339, section 5.6.
updated_at
| Type | Required? | Nullable? |
|---|---|---|
| String | Yes | No |
labels property
Metadata that Mondoo collects from assets (such as cloud tags and Kubernetes labels)
labels
| Type | Required? | Nullable? |
|---|---|---|
| Object | Yes | No |
annotations property
Metadata that Mondoo users add to assets
annotations
| Type | Required? | Nullable? |
|---|---|---|
| Object | Yes | No |
exported_at property
Timestamp when this data was exported. This is a date-time string matching RFC 3339, section 5.6.
exported_at
| Type | Required? | Nullable? |
|---|---|---|
| String | Yes | No |
time_travel_id property
Point-in-time query ID
time_travel_id
| Type | Required? | Nullable? |
|---|---|---|
| String | Yes | No |
url property
Console URL for the asset
url
| Type | Required? | Nullable? |
|---|---|---|
| String | Yes | No |
risk_factors property
Read Risk Factor Export Schema.
base_score property
Calculated base score (0-100)
base_score
| Type | Required? | Nullable? |
|---|---|---|
| Integer | Yes | Yes |
risk_score property
Risk score (0-100)
risk_score
| Type | Required? | Nullable? |
|---|---|---|
| Integer | Yes | Yes |
risk_value property
Derived value: 100 - risk_score
risk_value
| Type | Required? | Nullable? |
|---|---|---|
| Integer | Yes | Yes |
security_base_score property
Security-specific base score
security_base_score
| Type | Required? | Nullable? |
|---|---|---|
| Integer | Yes | Yes |
security_risk_score property
Security-specific risk score
security_risk_score
| Type | Required? | Nullable? |
|---|---|---|
| Integer | Yes | Yes |
vuln_base_score property
Vulnerability-specific base score
vuln_base_score
| Type | Required? | Nullable? |
|---|---|---|
| Integer | Yes | Yes |
vuln_risk_score property
Vulnerability-specific risk score
vuln_risk_score
| Type | Required? | Nullable? |
|---|---|---|
| Integer | Yes | Yes |