Skip to main content

Asset Export Schema

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

Asset type

object

Asset properties

PropertyTypeRequired?Nullable?
annotationsObjectYesNo
asset_mrnStringYesNo
errorStringYesYes
exported_atStringYesNo
labelsObjectYesNo
mrn (deprecated)StringYesNo
nameStringYesNo
platform_nameStringYesNo
score_updated_atStringYesNo
updated_atStringYesNo

annotations property

Metadata that Mondoo adds to assets

annotations

TypeRequired?Nullable?
ObjectYesNo

asset_mrn property

Unique identifier for the asset

asset_mrn

TypeRequired?Nullable?
StringYesNo

error property

The error if any (needs better description)

error

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

labels property

Metadata that Mondoo users add to assets

labels

TypeRequired?Nullable?
ObjectYesNo

mrn

Deprecated. Use asset_mrn instead.

name property

The name of the asset

name

TypeRequired?Nullable?
StringYesNo

platform_name property

The name of the platform

platform_name

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.

TypeRequired?Nullable?
StringYesNo