Run ReportsContinuous Data ExportsSchema Reference

Package Export Schema

Reference the package object schema and properties used in Mondoo JSONL exports.

This is the schema Mondoo uses when exporting package data to JSONL.

Package type

object

Package properties

PropertyTypeRequired?Nullable?
space_mrnstringYesNo
space_idstringYesNo
space_namestringYesNo
asset_idstringYesNo
asset_mrnstringYesNo
asset_namestringYesNo
package_namestringYesNo
package_versionstringYesNo
fixed_versionstringYesYes
vuln_mrnsJSONNoYes
vuln_idsJSONNoYes
first_detected_onstringYesNo
resolved_onstringYesYes
exported_atstringYesNo
cvss_scoreintegerNoNo
cvss_severitystringNoNo
risk_factorsJSONNoYes
base_scoreintegerYesNo
risk_scoreintegerYesNo
risk_valueintegerYesNo
time_travel_idstringYesNo
remediationJSONNoYes
evidenceJSONNoYes

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

asset_mrn property

Globally unique asset MRN

asset_mrn

TypeRequired?Nullable?
StringYesNo

asset_name property

Asset display name

asset_name

TypeRequired?Nullable?
StringYesNo

package_name property

Package name

package_name

TypeRequired?Nullable?
StringYesNo

package_version property

Installed package version

package_version

TypeRequired?Nullable?
StringYesNo

fixed_version property

Version with fix available. Null if no fix is available.

fixed_version

TypeRequired?Nullable?
StringYesYes

vuln_mrns property

Associated vulnerability MRNs

vuln_mrns

TypeRequired?Nullable?
JSONNoYes

vuln_ids property

Associated vulnerability IDs (CVE IDs or equivalent)

vuln_ids

TypeRequired?Nullable?
JSONNoYes

first_detected_on property

Timestamp from when the vulnerable package was first detected. This is a date-time string matching RFC 3339, section 5.6.

first_detected_on

TypeRequired?Nullable?
StringYesNo

resolved_on property

Timestamp from when the vulnerability was resolved. This is a date-time string matching RFC 3339, section 5.6. Null if not yet resolved.

resolved_on

TypeRequired?Nullable?
StringYesYes

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

cvss_score property

Maximum CVSS score of associated vulnerabilities, in integer format (for example, 9.8 is represented as 98)

cvss_score

TypeRequired?Nullable?
IntegerNoNo

cvss_severity property

CVSS severity (Critical, High, Medium, Low, None)

cvss_severity

TypeRequired?Nullable?
StringNoNo

risk_factors property

Read Risk Factor Export Schema.

base_score property

Base score (0-100)

base_score

TypeRequired?Nullable?
IntegerYesNo

risk_score property

Risk score (0-100)

risk_score

TypeRequired?Nullable?
IntegerYesNo

risk_value property

Derived value: 100 - risk_score

risk_value

TypeRequired?Nullable?
IntegerYesNo

time_travel_id property

Point-in-time query ID

time_travel_id

TypeRequired?Nullable?
StringYesNo

remediation property

JSON remediation data

remediation

TypeRequired?Nullable?
JSONNoYes

evidence property

Evidence objects

evidence

TypeRequired?Nullable?
JSONNoYes

On this page