Skip to content

HDF Schema Reference

The Heimdall Data Format (HDF) defines 7 JSON document types for security assessment data. Each schema is self-contained — all referenced types are embedded, no external fetches needed.

Document Types

HDF Results

Assessment results from running security checks against a target system.

  • Version: v3.4.0
  • $id: https://mitre.github.io/hdf-libs/schemas/hdf-results/v3.4.0

HDF Baseline

Security requirement definitions without results — the "what to check" document.

  • Version: v3.4.0
  • $id: https://mitre.github.io/hdf-libs/schemas/hdf-baseline/v3.4.0

HDF System

System authorization boundary, components, data flows, and control designations.

  • Version: v3.4.0
  • $id: https://mitre.github.io/hdf-libs/schemas/hdf-system/v3.4.0

HDF Plan

Assessment plan defining what baselines to run against which components.

  • Version: v3.4.0
  • $id: https://mitre.github.io/hdf-libs/schemas/hdf-plan/v3.4.0

HDF Amendments

Waivers, attestations, POA&Ms, and other status overrides applied to findings.

  • Version: v3.4.0
  • $id: https://mitre.github.io/hdf-libs/schemas/hdf-amendments/v3.4.0

HDF Evidence Package

Bundle of references to all HDF documents for a complete assessment record.

  • Version: v3.4.0
  • $id: https://mitre.github.io/hdf-libs/schemas/hdf-evidence-package/v3.4.0

HDF Comparison

Differential analysis of two or more assessment results.

  • Version: v3.4.0
  • $id: https://mitre.github.io/hdf-libs/schemas/hdf-comparison/v3.4.0

Downloads

SchemaVersionDownload
HDF Resultsv3.4.0hdf-results.schema.json
HDF Baselinev3.4.0hdf-baseline.schema.json
HDF Systemv3.4.0hdf-system.schema.json
HDF Planv3.4.0hdf-plan.schema.json
HDF Amendmentsv3.4.0hdf-amendments.schema.json
HDF Evidence Packagev3.4.0hdf-evidence-package.schema.json
HDF Comparisonv3.4.0hdf-comparison.schema.json

Released under the Apache 2.0 License.