Run ReportsContinuous Data ExportsSchema Reference

Control Export Schema

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

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

Control type

object

Control properties

PropertyTypeRequired?Nullable?
space_mrnstringYesNo
space_idstringYesNo
space_namestringYesNo
entity_mrnstringYesNo
entity_idstringYesNo
control_mrnstringYesNo
titlestringYesNo
statestringYesNo
exported_atstringYesNo
modified_atstringYesNo
failed_atstringYesYes
base_scoreintegerYesYes
check_referencesJSONNoYes
query_referencesJSONNoYes
remediationJSONNoYes

space_mrn property

Mondoo identifier for the space

space_mrn

TypeRequired?Nullable?
StringYesNo

space_id property

Unique identifier for the space

space_id

TypeRequired?Nullable?
StringYesNo

space_name property

Name of the space

space_name

TypeRequired?Nullable?
StringYesNo

entity_mrn property

Asset or entity MRN

entity_mrn

TypeRequired?Nullable?
StringYesNo

entity_id property

Asset or entity ID

entity_id

TypeRequired?Nullable?
StringYesNo

control_mrn property

Control or policy MRN

control_mrn

TypeRequired?Nullable?
StringYesNo

title property

Control title

title

TypeRequired?Nullable?
StringYesNo

state property

Control state: pass, fail, etc.

state

TypeRequired?Nullable?
StringYesNo

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

modified_at property

Timestamp from when this control was last modified. This is a date-time string matching RFC 3339, section 5.6.

modified_at

TypeRequired?Nullable?
StringYesNo

failed_at property

Timestamp from when this control last failed. This is a date-time string matching RFC 3339, section 5.6. Null if the control has never failed.

failed_at

TypeRequired?Nullable?
StringYesYes

base_score property

Base score (0-100)

base_score

TypeRequired?Nullable?
IntegerYesYes

check_references property

Referenced check MRNs

check_references

TypeRequired?Nullable?
JSONNoYes

query_references property

Referenced query MRNs

query_references

TypeRequired?Nullable?
JSONNoYes

remediation property

Remediation JSON

remediation

TypeRequired?Nullable?
JSONNoYes

On this page