Run ReportsContinuous Data ExportsSchema Reference

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

PropertyTypeRequired?Nullable?
space_mrnstringYesNo
space_idstringYesNo
space_namestringYesNo
asset_idstringYesNo
mrnstringYesNo
namestringYesNo
platform_namestringYesNo
errorstringYesYes
created_atstringYesNo
score_updated_atstringYesNo
updated_atstringYesNo
labelsobjectYesNo
annotationsobjectYesNo
exported_atstringYesNo
time_travel_idstringYesNo
urlstringYesNo
risk_factorsJSONNoYes
base_scoreintegerYesYes
risk_scoreintegerYesYes
risk_valueintegerYesYes
security_base_scoreintegerYesYes
security_risk_scoreintegerYesYes
vuln_base_scoreintegerYesYes
vuln_risk_scoreintegerYesYes

space_mrn property

Mondoo identifier for the space containing the asset

space_mrn

TypeRequired?Nullable?
StringYesNo

space_id property

Unique identifier for the space containing the asset

space_id

TypeRequired?Nullable?
StringYesNo

space_name property

Name of the space containing the asset

space_name

TypeRequired?Nullable?
StringYesNo

asset_id property

Space-unique asset identifier

asset_id

TypeRequired?Nullable?
StringYesNo

mrn property

Globally unique asset MRN

mrn

TypeRequired?Nullable?
StringYesNo

name property

Asset display name

name

TypeRequired?Nullable?
StringYesNo

platform_name property

Name of the asset's platform

platform_name

TypeRequired?Nullable?
StringYesNo

error property

Error message if scan failed

error

TypeRequired?Nullable?
StringYesYes

created_at property

Asset creation time. This is a date-time string matching RFC 3339, section 5.6.

created_at

TypeRequired?Nullable?
StringYesNo

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

TypeRequired?Nullable?
StringYesNo

updated_at property

Timestamp when this asset was last updated. This is a date-time string matching RFC 3339, section 5.6.

updated_at

TypeRequired?Nullable?
StringYesNo

labels property

Metadata that Mondoo collects from assets (such as cloud tags and Kubernetes labels)

labels

TypeRequired?Nullable?
ObjectYesNo

annotations property

Metadata that Mondoo users add to assets

annotations

TypeRequired?Nullable?
ObjectYesNo

exported_at property

Timestamp when this data was exported. This is a date-time string matching RFC 3339, section 5.6.

exported_at

TypeRequired?Nullable?
StringYesNo

time_travel_id property

Point-in-time query ID

time_travel_id

TypeRequired?Nullable?
StringYesNo

url property

Console URL for the asset

url

TypeRequired?Nullable?
StringYesNo

risk_factors property

Read Risk Factor Export Schema.

base_score property

Calculated base score (0-100)

base_score

TypeRequired?Nullable?
IntegerYesYes

risk_score property

Risk score (0-100)

risk_score

TypeRequired?Nullable?
IntegerYesYes

risk_value property

Derived value: 100 - risk_score

risk_value

TypeRequired?Nullable?
IntegerYesYes

security_base_score property

Security-specific base score

security_base_score

TypeRequired?Nullable?
IntegerYesYes

security_risk_score property

Security-specific risk score

security_risk_score

TypeRequired?Nullable?
IntegerYesYes

vuln_base_score property

Vulnerability-specific base score

vuln_base_score

TypeRequired?Nullable?
IntegerYesYes

vuln_risk_score property

Vulnerability-specific risk score

vuln_risk_score

TypeRequired?Nullable?
IntegerYesYes

On this page