@mitre/hdf-schema 3.1.0-rc.1 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://mitre.github.io/hdf-libs/schemas/hdf-comparison/v3.1.0",
3
+ "$id": "https://mitre.github.io/hdf-libs/schemas/hdf-comparison/v3.2.0",
4
4
  "type": "object",
5
5
  "unevaluatedProperties": false,
6
6
  "required": [
@@ -17,7 +17,7 @@
17
17
  "description": "Schema version for this comparison format."
18
18
  },
19
19
  "comparisonMode": {
20
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.1.0#/$defs/Comparison_Mode",
20
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.2.0#/$defs/Comparison_Mode",
21
21
  "description": "The mode of comparison being performed."
22
22
  },
23
23
  "timestamp": {
@@ -26,50 +26,50 @@
26
26
  "description": "When this comparison was performed."
27
27
  },
28
28
  "generator": {
29
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.1.0#/$defs/Generator",
29
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.2.0#/$defs/Generator",
30
30
  "description": "Information about the tool that generated this comparison."
31
31
  },
32
32
  "sources": {
33
33
  "type": "array",
34
34
  "minItems": 2,
35
35
  "items": {
36
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.1.0#/$defs/Source"
36
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.2.0#/$defs/Source"
37
37
  },
38
38
  "description": "The source documents being compared. At least two sources are required."
39
39
  },
40
40
  "matching": {
41
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.1.0#/$defs/Matching_Config",
41
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.2.0#/$defs/Matching_Config",
42
42
  "description": "Configuration for how requirements were matched across sources."
43
43
  },
44
44
  "summary": {
45
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.1.0#/$defs/Comparison_Summary",
45
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.2.0#/$defs/Comparison_Summary",
46
46
  "description": "Summary statistics for the overall comparison."
47
47
  },
48
48
  "baselineDiffs": {
49
49
  "type": "array",
50
50
  "items": {
51
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.1.0#/$defs/Baseline_Diff"
51
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.2.0#/$defs/Baseline_Diff"
52
52
  },
53
53
  "description": "Comparison of baselines between sources."
54
54
  },
55
55
  "requirementDiffs": {
56
56
  "type": "array",
57
57
  "items": {
58
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.1.0#/$defs/Requirement_Diff"
58
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.2.0#/$defs/Requirement_Diff"
59
59
  },
60
60
  "description": "Detailed comparison of individual requirements between sources."
61
61
  },
62
62
  "componentDiffs": {
63
63
  "type": "array",
64
64
  "items": {
65
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.1.0#/$defs/Component_Diff"
65
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.2.0#/$defs/Component_Diff"
66
66
  },
67
67
  "description": "Comparison of components between two system documents. Used in systemDrift mode."
68
68
  },
69
69
  "packageDiffs": {
70
70
  "type": "array",
71
71
  "items": {
72
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.1.0#/$defs/Package_Diff"
72
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.2.0#/$defs/Package_Diff"
73
73
  },
74
74
  "description": "Comparison of packages between two SBOMs. Used in systemDrift mode for SBOM comparison."
75
75
  },
@@ -81,19 +81,19 @@
81
81
  "drift": {
82
82
  "type": "array",
83
83
  "items": {
84
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.1.0#/$defs/Requirement_Diff"
84
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.2.0#/$defs/Requirement_Diff"
85
85
  },
86
86
  "description": "External/metadata changes separate from status changes (Terraform pattern)."
87
87
  },
88
88
  "annotations": {
89
89
  "type": "object",
90
90
  "additionalProperties": {
91
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.1.0#/$defs/Annotation"
91
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.2.0#/$defs/Annotation"
92
92
  },
93
93
  "description": "Map of annotation IDs to annotation objects, providing context or action items for requirement diffs."
94
94
  },
95
95
  "integrity": {
96
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.1.0#/$defs/Integrity",
96
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.2.0#/$defs/Integrity",
97
97
  "description": "Cryptographic integrity information for verifying this comparison document."
98
98
  },
99
99
  "extensions": {
@@ -105,9 +105,9 @@
105
105
  "description": "Structured comparison between two or more HDF security assessment documents. Supports temporal, baseline, fleet, and multi-source comparison modes.",
106
106
  "title": "HDF Comparison",
107
107
  "$defs": {
108
- "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.1.0": {
108
+ "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.2.0": {
109
109
  "$schema": "https://json-schema.org/draft/2020-12/schema",
110
- "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.1.0",
110
+ "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/comparison/v3.2.0",
111
111
  "title": "HDF Comparison Primitives",
112
112
  "description": "Types for representing structured comparisons between HDF security assessment documents.",
113
113
  "$defs": {
@@ -276,7 +276,7 @@
276
276
  "description": "The original format of the source document before conversion to HDF."
277
277
  },
278
278
  "checksum": {
279
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Checksum",
279
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Checksum",
280
280
  "description": "Cryptographic checksum of the source document for integrity verification."
281
281
  },
282
282
  "assessmentTimestamp": {
@@ -285,13 +285,13 @@
285
285
  "description": "When the source assessment was performed. ISO 8601 format."
286
286
  },
287
287
  "tool": {
288
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.1.0#/$defs/Tool",
288
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.2.0#/$defs/Tool",
289
289
  "description": "The security tool that produced the assessment data in this source."
290
290
  },
291
291
  "components": {
292
292
  "type": "array",
293
293
  "items": {
294
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/component/v3.1.0#/$defs/Component"
294
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/component/v3.2.0#/$defs/Component"
295
295
  },
296
296
  "description": "The components assessed in this source."
297
297
  },
@@ -809,7 +809,7 @@
809
809
  "before": {
810
810
  "oneOf": [
811
811
  {
812
- "$ref": "https://mitre.github.io/hdf-libs/schemas/hdf-results/v3.1.0#/$defs/Evaluated_Requirement"
812
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/hdf-results/v3.2.0#/$defs/Evaluated_Requirement"
813
813
  },
814
814
  {
815
815
  "type": "null"
@@ -820,7 +820,7 @@
820
820
  "after": {
821
821
  "oneOf": [
822
822
  {
823
- "$ref": "https://mitre.github.io/hdf-libs/schemas/hdf-results/v3.1.0#/$defs/Evaluated_Requirement"
823
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/hdf-results/v3.2.0#/$defs/Evaluated_Requirement"
824
824
  },
825
825
  {
826
826
  "type": "null"
@@ -916,9 +916,9 @@
916
916
  }
917
917
  }
918
918
  },
919
- "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0": {
919
+ "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0": {
920
920
  "$schema": "https://json-schema.org/draft/2020-12/schema",
921
- "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0",
921
+ "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0",
922
922
  "title": "HDF Common Primitives",
923
923
  "description": "Shared building blocks used by hdf-results and hdf-baseline schemas.",
924
924
  "$defs": {
@@ -1663,15 +1663,40 @@
1663
1663
  },
1664
1664
  "code": {
1665
1665
  "type": "string",
1666
- "description": "The raw source code of the requirement. Set to null for manual-only requirements or requirements not yet implemented. Note that if this is an overlay, it does not include the underlying source code."
1666
+ "description": "The raw source code of the requirement. Set to null for manual-only requirements or requirements not yet implemented; use verificationMethod to disambiguate manual-by-design from manual-pending-automation. Note that if this is an overlay, it does not include the underlying source code."
1667
1667
  },
1668
1668
  "sourceLocation": {
1669
1669
  "$ref": "#/$defs/Source_Location",
1670
1670
  "description": "The explicit location of the requirement within the source code."
1671
+ },
1672
+ "controlType": {
1673
+ "type": "string",
1674
+ "enum": [
1675
+ "policy",
1676
+ "procedure",
1677
+ "technical",
1678
+ "management",
1679
+ "operational"
1680
+ ],
1681
+ "description": "Classification of the control's nature, aligning with NIST SP 800-53 / SP 800-53A categories. 'policy' = an authored governance statement; 'procedure' = a documented process; 'technical' = an enforced technical configuration; 'management' = a programmatic/management activity; 'operational' = a recurring operational activity (e.g. AT, IR, MA families). Optional: when omitted, consumers may infer heuristically from family/id but should not assume a default."
1682
+ },
1683
+ "verificationMethod": {
1684
+ "$ref": "#/$defs/Verification_Method_Enum",
1685
+ "description": "How this requirement is intended to be verified. Disambiguates the two cases that null 'code' overloads: 'manual-by-design' (the requirement is statement-form and not amenable to automation, e.g. FedRAMP 20x KSIs); 'manual-pending-automation' (automation could exist but does not yet, e.g. a STIG rule lacking a fix). 'automated' = a check exists and runs without operator action; 'hybrid' = part automated, part manual. Optional: when omitted, consumers should not infer a default."
1686
+ },
1687
+ "applicability": {
1688
+ "type": "string",
1689
+ "enum": [
1690
+ "required",
1691
+ "optional",
1692
+ "advisory"
1693
+ ],
1694
+ "description": "Whether the requirement is mandatory within its baseline. Distinct from severity (risk weight) and status (lifecycle state). Maps cleanly onto: FedRAMP rev5 OSCAL 'CORE' prop, FedRAMP 20x inline 'Optional:' markers, CMMC sublevel rows, and CIS Implementation Group memberships (IG1/IG2/IG3 may carry richer semantics; layer those onto props[]/tags{}). Optional: when omitted, consumers should treat the requirement as 'required' by convention."
1671
1695
  }
1672
1696
  },
1673
1697
  "examples": [
1674
1698
  {
1699
+ "$comment": "v3.1.x-style requirement: classification fields omitted. Consumers must continue to handle this shape under v3.2.0 (backward compatibility).",
1675
1700
  "id": "SV-238196",
1676
1701
  "title": "The Ubuntu operating system must enforce password complexity",
1677
1702
  "impact": 0.5,
@@ -1699,11 +1724,85 @@
1699
1724
  "data": "Verify the value of 'minlen' in /etc/security/pwquality.conf."
1700
1725
  }
1701
1726
  ]
1727
+ },
1728
+ {
1729
+ "$comment": "v3.2 example populating all three classification fields. controlType=technical because AC-3 is enforced via configuration, not policy text. verificationMethod=automated because a check exists. applicability=required because this is a CORE control in the source baseline.",
1730
+ "id": "AC-3",
1731
+ "title": "Access Enforcement",
1732
+ "impact": 0.7,
1733
+ "tags": {
1734
+ "nist": [
1735
+ "AC-3"
1736
+ ],
1737
+ "severity": "high"
1738
+ },
1739
+ "descriptions": [
1740
+ {
1741
+ "label": "default",
1742
+ "data": "The information system enforces approved authorizations for logical access to information and system resources."
1743
+ }
1744
+ ],
1745
+ "code": "control 'AC-3' do; impact 0.7; end",
1746
+ "controlType": "technical",
1747
+ "verificationMethod": "automated",
1748
+ "applicability": "required"
1749
+ },
1750
+ {
1751
+ "$comment": "v3.2 example for a manual-by-design requirement. FedRAMP 20x KSIs are statement-form: code is omitted (not null) and verificationMethod=manual-by-design distinguishes this from 'automation could exist but doesn't yet'. controlType=policy because this is an authored governance statement.",
1752
+ "id": "KSI-CNA-01",
1753
+ "title": "Cyber Security Plan documents the system",
1754
+ "impact": 0.5,
1755
+ "tags": {
1756
+ "ksi": [
1757
+ "KSI-CNA"
1758
+ ]
1759
+ },
1760
+ "descriptions": [
1761
+ {
1762
+ "label": "default",
1763
+ "data": "The Cyber Security Plan documents the system, its boundary, and its components."
1764
+ }
1765
+ ],
1766
+ "controlType": "policy",
1767
+ "verificationMethod": "manual-by-design",
1768
+ "applicability": "required"
1769
+ },
1770
+ {
1771
+ "$comment": "v3.2 example for a STIG rule lacking a <fix>. Differs from manual-by-design: automation should exist, just not yet. applicability=advisory used here because the source format flagged it as recommended-but-not-mandatory; CIS-style IG memberships and FedRAMP 'Optional:' markers map onto applicability=optional or advisory similarly.",
1772
+ "id": "SV-999999",
1773
+ "title": "Example STIG rule pending automation",
1774
+ "impact": 0.3,
1775
+ "tags": {
1776
+ "stig_id": "SV-999999"
1777
+ },
1778
+ "descriptions": [
1779
+ {
1780
+ "label": "default",
1781
+ "data": "Example requirement that is intended to be automated but currently lacks a fix block."
1782
+ },
1783
+ {
1784
+ "label": "check",
1785
+ "data": "Manual review of system configuration is required."
1786
+ }
1787
+ ],
1788
+ "verificationMethod": "manual-pending-automation",
1789
+ "applicability": "advisory"
1702
1790
  }
1703
1791
  ],
1704
1792
  "description": "Core requirement fields shared between baseline requirements and evaluated requirements. Contains the fundamental requirement definition without assessment results.",
1705
1793
  "title": "Requirement Core"
1706
1794
  },
1795
+ "Verification_Method_Enum": {
1796
+ "type": "string",
1797
+ "enum": [
1798
+ "automated",
1799
+ "manual-by-design",
1800
+ "manual-pending-automation",
1801
+ "hybrid"
1802
+ ],
1803
+ "description": "How a requirement is intended to be verified. Disambiguates the two cases that null 'code' overloads: 'manual-by-design' (the requirement is statement-form and not amenable to automation, e.g. FedRAMP 20x KSIs); 'manual-pending-automation' (automation could exist but does not yet, e.g. a STIG rule lacking a fix). 'automated' = a check exists and runs without operator action; 'hybrid' = part automated, part manual. Named '_Enum' to disambiguate from the unrelated Verification_Method DID-context struct.",
1804
+ "title": "Verification Method Enum"
1805
+ },
1707
1806
  "Severity": {
1708
1807
  "type": "string",
1709
1808
  "enum": [
@@ -1734,9 +1833,9 @@
1734
1833
  }
1735
1834
  }
1736
1835
  },
1737
- "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.1.0": {
1836
+ "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.2.0": {
1738
1837
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1739
- "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.1.0",
1838
+ "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.2.0",
1740
1839
  "title": "HDF Extension Primitives",
1741
1840
  "description": "Extension types for waivers, attestations, generators, and integrity.",
1742
1841
  "$defs": {
@@ -1764,15 +1863,15 @@
1764
1863
  ],
1765
1864
  "properties": {
1766
1865
  "type": {
1767
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/amendments/v3.1.0#/$defs/Override_Type",
1866
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/amendments/v3.2.0#/$defs/Override_Type",
1768
1867
  "description": "The type of override applied to this requirement."
1769
1868
  },
1770
1869
  "status": {
1771
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.1.0#/$defs/Result_Status",
1870
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.2.0#/$defs/Result_Status",
1772
1871
  "description": "The new status this override sets for the requirement. Optional when only impact is being overridden."
1773
1872
  },
1774
1873
  "impact": {
1775
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/amendments/v3.1.0#/$defs/Impact_Override",
1874
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/amendments/v3.2.0#/$defs/Impact_Override",
1776
1875
  "description": "Override to the requirement's impact score. At least one of status or impact must be set."
1777
1876
  },
1778
1877
  "reason": {
@@ -1780,7 +1879,7 @@
1780
1879
  "description": "Explanation for why this override was applied."
1781
1880
  },
1782
1881
  "appliedBy": {
1783
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Identity",
1882
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Identity",
1784
1883
  "description": "Identity of who applied this override. For simple cases, use type 'simple' with just an identifier."
1785
1884
  },
1786
1885
  "appliedAt": {
@@ -1794,18 +1893,18 @@
1794
1893
  "description": "Timestamp when this override expires and must be reviewed/renewed. REQUIRED - no permanent overrides allowed. ISO 8601 format."
1795
1894
  },
1796
1895
  "signature": {
1797
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Signature",
1896
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Signature",
1798
1897
  "description": "Optional digital signature for enhanced trust and non-repudiation. Supports hardware security tokens (PKCS#11/PKCS#12), Yubikeys, GPG keys, passkeys, and other signing methods."
1799
1898
  },
1800
1899
  "evidence": {
1801
1900
  "type": "array",
1802
1901
  "items": {
1803
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Evidence"
1902
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Evidence"
1804
1903
  },
1805
1904
  "description": "Supporting evidence for this override, such as screenshots demonstrating manual verification for attestations."
1806
1905
  },
1807
1906
  "previousChecksum": {
1808
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Checksum",
1907
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Checksum",
1809
1908
  "description": "SHA-256 checksum of the previous amendment in chronological order. Creates a tamper-evident chain of amendments (similar to blockchain). Null for the first amendment on a requirement."
1810
1909
  }
1811
1910
  },
@@ -1911,7 +2010,7 @@
1911
2010
  "description": "Detailed explanation of the plan, including what actions will be taken."
1912
2011
  },
1913
2012
  "appliedBy": {
1914
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Identity",
2013
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Identity",
1915
2014
  "description": "Identity of who created this POA&M. For simple cases, use type 'simple' with just an identifier."
1916
2015
  },
1917
2016
  "appliedAt": {
@@ -1927,23 +2026,23 @@
1927
2026
  "milestones": {
1928
2027
  "type": "array",
1929
2028
  "items": {
1930
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Milestone"
2029
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Milestone"
1931
2030
  },
1932
2031
  "description": "Optional array of milestones tracking progress toward completion."
1933
2032
  },
1934
2033
  "signature": {
1935
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Signature",
2034
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Signature",
1936
2035
  "description": "Optional digital signature for enhanced trust and non-repudiation."
1937
2036
  },
1938
2037
  "evidence": {
1939
2038
  "type": "array",
1940
2039
  "items": {
1941
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Evidence"
2040
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Evidence"
1942
2041
  },
1943
2042
  "description": "Supporting evidence for this POA&M, such as documentation of compensating controls or mitigation implementation."
1944
2043
  },
1945
2044
  "previousChecksum": {
1946
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Checksum",
2045
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Checksum",
1947
2046
  "description": "SHA-256 checksum of the previous amendment in chronological order. Creates a tamper-evident chain of amendments (similar to blockchain). Null for the first amendment on a requirement."
1948
2047
  }
1949
2048
  },
@@ -2094,7 +2193,7 @@
2094
2193
  },
2095
2194
  "properties": {
2096
2195
  "algorithm": {
2097
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Hash_Algorithm",
2196
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Hash_Algorithm",
2098
2197
  "description": "The hash algorithm used for the checksum."
2099
2198
  },
2100
2199
  "checksum": {
@@ -2127,9 +2226,9 @@
2127
2226
  }
2128
2227
  }
2129
2228
  },
2130
- "https://mitre.github.io/hdf-libs/schemas/primitives/amendments/v3.1.0": {
2229
+ "https://mitre.github.io/hdf-libs/schemas/primitives/amendments/v3.2.0": {
2131
2230
  "$schema": "https://json-schema.org/draft/2020-12/schema",
2132
- "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/amendments/v3.1.0",
2231
+ "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/amendments/v3.2.0",
2133
2232
  "title": "HDF Amendment Primitives",
2134
2233
  "description": "Types for waivers, attestations, and POA&Ms that modify requirement compliance status.",
2135
2234
  "$defs": {
@@ -2201,7 +2300,7 @@
2201
2300
  "description": "Name of the baseline containing the requirement. Required when the system has multiple baselines with potentially overlapping requirement IDs."
2202
2301
  },
2203
2302
  "status": {
2204
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.1.0#/$defs/Result_Status",
2303
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.2.0#/$defs/Result_Status",
2205
2304
  "description": "The new status this amendment sets. Optional when only impact is being overridden."
2206
2305
  },
2207
2306
  "impact": {
@@ -2213,7 +2312,7 @@
2213
2312
  "description": "Justification for this amendment."
2214
2313
  },
2215
2314
  "appliedBy": {
2216
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Identity",
2315
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Identity",
2217
2316
  "description": "Identity of who applied this amendment."
2218
2317
  },
2219
2318
  "appliedAt": {
@@ -2229,22 +2328,22 @@
2229
2328
  "evidence": {
2230
2329
  "type": "array",
2231
2330
  "items": {
2232
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Evidence"
2331
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Evidence"
2233
2332
  },
2234
2333
  "description": "Supporting evidence (screenshots, logs, URLs, documents)."
2235
2334
  },
2236
2335
  "signature": {
2237
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Signature",
2336
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Signature",
2238
2337
  "description": "Digital signature for non-repudiation."
2239
2338
  },
2240
2339
  "previousChecksum": {
2241
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Checksum",
2340
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Checksum",
2242
2341
  "description": "Checksum of the prior amendment in the chain. Creates a tamper-evident linked list. Null for the first amendment."
2243
2342
  },
2244
2343
  "milestones": {
2245
2344
  "type": "array",
2246
2345
  "items": {
2247
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Milestone"
2346
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Milestone"
2248
2347
  },
2249
2348
  "description": "Remediation milestones (primarily for POA&M type amendments)."
2250
2349
  },
@@ -2365,9 +2464,9 @@
2365
2464
  }
2366
2465
  }
2367
2466
  },
2368
- "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.1.0": {
2467
+ "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.2.0": {
2369
2468
  "$schema": "https://json-schema.org/draft/2020-12/schema",
2370
- "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.1.0",
2469
+ "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.2.0",
2371
2470
  "title": "HDF Result Primitives",
2372
2471
  "description": "Types for representing assessment results and statuses.",
2373
2472
  "$defs": {
@@ -2498,9 +2597,9 @@
2498
2597
  }
2499
2598
  }
2500
2599
  },
2501
- "https://mitre.github.io/hdf-libs/schemas/primitives/component/v3.1.0": {
2600
+ "https://mitre.github.io/hdf-libs/schemas/primitives/component/v3.2.0": {
2502
2601
  "$schema": "https://json-schema.org/draft/2020-12/schema",
2503
- "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/component/v3.1.0",
2602
+ "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/component/v3.2.0",
2504
2603
  "title": "HDF Component Primitives",
2505
2604
  "description": "First-class system component with identity, polymorphic type, SBOM embedding, and system-binding properties. Components are the successor to Targets, adding stable identity (componentId), external system cross-references, and software inventory.",
2506
2605
  "$defs": {
@@ -2530,7 +2629,7 @@
2530
2629
  "description": "Description of this component's role or purpose."
2531
2630
  },
2532
2631
  "owner": {
2533
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Identity",
2632
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Identity",
2534
2633
  "description": "Team or individual responsible for this component. Enables per-component ownership when different teams manage different parts of a system."
2535
2634
  },
2536
2635
  "externalIds": {
@@ -2574,12 +2673,12 @@
2574
2673
  "inputOverrides": {
2575
2674
  "type": "array",
2576
2675
  "items": {
2577
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/system/v3.1.0#/$defs/Input_Override"
2676
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/system/v3.2.0#/$defs/Input_Override"
2578
2677
  },
2579
2678
  "description": "System-specific overrides for baseline input values."
2580
2679
  },
2581
2680
  "targetSelector": {
2582
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/system/v3.1.0#/$defs/Target_Selector",
2681
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/system/v3.2.0#/$defs/Target_Selector",
2583
2682
  "description": "Label selector to match targets belonging to this component during migration. Targets with matching labels are automatically included."
2584
2683
  }
2585
2684
  },
@@ -2899,7 +2998,7 @@
2899
2998
  "const": "cloudAccount"
2900
2999
  },
2901
3000
  "provider": {
2902
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Cloud_Provider",
3001
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Cloud_Provider",
2903
3002
  "description": "Cloud provider."
2904
3003
  },
2905
3004
  "accountId": {
@@ -2938,7 +3037,7 @@
2938
3037
  "const": "cloudResource"
2939
3038
  },
2940
3039
  "provider": {
2941
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Cloud_Provider",
3040
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Cloud_Provider",
2942
3041
  "description": "Cloud provider."
2943
3042
  },
2944
3043
  "resourceType": {
@@ -3118,9 +3217,9 @@
3118
3217
  }
3119
3218
  }
3120
3219
  },
3121
- "https://mitre.github.io/hdf-libs/schemas/primitives/system/v3.1.0": {
3220
+ "https://mitre.github.io/hdf-libs/schemas/primitives/system/v3.2.0": {
3122
3221
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3123
- "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/system/v3.1.0",
3222
+ "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/system/v3.2.0",
3124
3223
  "title": "HDF System Primitives",
3125
3224
  "description": "Types for describing system architecture, authorization boundaries, and components.",
3126
3225
  "$defs": {
@@ -3171,7 +3270,7 @@
3171
3270
  "description": "Rationale for why this override is needed."
3172
3271
  },
3173
3272
  "approvedBy": {
3174
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Identity",
3273
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Identity",
3175
3274
  "description": "Identity of the person or system that approved this override."
3176
3275
  }
3177
3276
  },
@@ -3252,9 +3351,9 @@
3252
3351
  }
3253
3352
  }
3254
3353
  },
3255
- "https://mitre.github.io/hdf-libs/schemas/hdf-results/v3.1.0": {
3354
+ "https://mitre.github.io/hdf-libs/schemas/hdf-results/v3.2.0": {
3256
3355
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3257
- "$id": "https://mitre.github.io/hdf-libs/schemas/hdf-results/v3.1.0",
3356
+ "$id": "https://mitre.github.io/hdf-libs/schemas/hdf-results/v3.2.0",
3258
3357
  "type": "object",
3259
3358
  "unevaluatedProperties": false,
3260
3359
  "required": [
@@ -3274,7 +3373,7 @@
3274
3373
  "components": {
3275
3374
  "type": "array",
3276
3375
  "items": {
3277
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/component/v3.1.0#/$defs/Component"
3376
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/component/v3.2.0#/$defs/Component"
3278
3377
  },
3279
3378
  "description": "The components that were assessed. Each component describes a system element (host, container, cloud resource, application, etc.) with optional identity, SBOM, and external references."
3280
3379
  },
@@ -3286,27 +3385,27 @@
3286
3385
  "description": "Information on the baselines that were evaluated, including findings."
3287
3386
  },
3288
3387
  "statistics": {
3289
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/statistics/v3.1.0#/$defs/Statistics",
3388
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/statistics/v3.2.0#/$defs/Statistics",
3290
3389
  "description": "Statistics for the assessment run, including duration and result counts."
3291
3390
  },
3292
3391
  "generator": {
3293
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.1.0#/$defs/Generator",
3392
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.2.0#/$defs/Generator",
3294
3393
  "description": "Information about the tool that generated this file."
3295
3394
  },
3296
3395
  "tool": {
3297
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.1.0#/$defs/Tool",
3396
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.2.0#/$defs/Tool",
3298
3397
  "description": "The security tool that produced the assessment data in this file."
3299
3398
  },
3300
3399
  "integrity": {
3301
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.1.0#/$defs/Integrity",
3400
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.2.0#/$defs/Integrity",
3302
3401
  "description": "Cryptographic integrity information for verifying this file."
3303
3402
  },
3304
3403
  "runner": {
3305
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/runner/v3.1.0#/$defs/Runner",
3404
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/runner/v3.2.0#/$defs/Runner",
3306
3405
  "description": "Information about the test execution environment where the security tool was run. Distinct from targets (what is being tested)."
3307
3406
  },
3308
3407
  "remediation": {
3309
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Remediation",
3408
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Remediation",
3310
3409
  "description": "Optional reference to automated remediation resources (Ansible playbooks, Terraform scripts, etc.) for fixing failing requirements found in this assessment."
3311
3410
  },
3312
3411
  "systemRef": {
@@ -3414,14 +3513,14 @@
3414
3513
  ],
3415
3514
  "allOf": [
3416
3515
  {
3417
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Baseline_Metadata"
3516
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Baseline_Metadata"
3418
3517
  }
3419
3518
  ],
3420
3519
  "properties": {
3421
3520
  "depends": {
3422
3521
  "type": "array",
3423
3522
  "items": {
3424
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Dependency"
3523
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Dependency"
3425
3524
  },
3426
3525
  "description": "The set of dependencies this baseline depends on."
3427
3526
  },
@@ -3434,15 +3533,15 @@
3434
3533
  "description": "The description - should be more detailed than the summary."
3435
3534
  },
3436
3535
  "integrity": {
3437
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.1.0#/$defs/Integrity",
3536
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.2.0#/$defs/Integrity",
3438
3537
  "description": "Cryptographic integrity information for verifying this baseline has not been tampered with."
3439
3538
  },
3440
3539
  "originalChecksum": {
3441
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Checksum",
3540
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Checksum",
3442
3541
  "description": "SHA-256 checksum of the original baseline definition file (before execution). This is an immutable reference to the baseline as defined, used to detect tampering with baseline requirements or metadata."
3443
3542
  },
3444
3543
  "resultsChecksum": {
3445
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Checksum",
3544
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Checksum",
3446
3545
  "description": "SHA-256 checksum of the raw results before any amendments (statusOverrides or POAMs). Used to detect tampering with test results. Compare with currentChecksum to verify amendment integrity."
3447
3546
  },
3448
3547
  "statusMessage": {
@@ -3460,14 +3559,14 @@
3460
3559
  "groups": {
3461
3560
  "type": "array",
3462
3561
  "items": {
3463
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Requirement_Group"
3562
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Requirement_Group"
3464
3563
  },
3465
3564
  "description": "A set of descriptions for the requirement groups."
3466
3565
  },
3467
3566
  "inputs": {
3468
3567
  "type": "array",
3469
3568
  "items": {
3470
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/parameter/v3.1.0#/$defs/Input"
3569
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/parameter/v3.2.0#/$defs/Input"
3471
3570
  },
3472
3571
  "description": "Typed inputs used to parameterize this baseline at execution time. See the Input primitive for the full schema."
3473
3572
  },
@@ -3492,7 +3591,7 @@
3492
3591
  ],
3493
3592
  "allOf": [
3494
3593
  {
3495
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Requirement_Core"
3594
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Requirement_Core"
3496
3595
  }
3497
3596
  ],
3498
3597
  "properties": {
@@ -3500,7 +3599,7 @@
3500
3599
  "type": "array",
3501
3600
  "minItems": 1,
3502
3601
  "items": {
3503
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.1.0#/$defs/Requirement_Description"
3602
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.2.0#/$defs/Requirement_Description"
3504
3603
  },
3505
3604
  "contains": {
3506
3605
  "type": "object",
@@ -3516,37 +3615,37 @@
3516
3615
  "description": "Array of labeled descriptions. At least one description with label 'default' must be present. Convention: place default description first. Common labels: 'default', 'check', 'fix', 'rationale'."
3517
3616
  },
3518
3617
  "severity": {
3519
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Severity",
3618
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Severity",
3520
3619
  "description": "Explicit severity rating. Typically derived from impact score but provided explicitly for clarity."
3521
3620
  },
3522
3621
  "sourceLocation": {
3523
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Source_Location",
3622
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Source_Location",
3524
3623
  "description": "The explicit location of the requirement within the source code."
3525
3624
  },
3526
3625
  "results": {
3527
3626
  "type": "array",
3528
3627
  "minItems": 1,
3529
3628
  "items": {
3530
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.1.0#/$defs/Requirement_Result"
3629
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.2.0#/$defs/Requirement_Result"
3531
3630
  },
3532
3631
  "description": "The set of all tests within the requirement and their results."
3533
3632
  },
3534
3633
  "statusOverrides": {
3535
3634
  "type": "array",
3536
3635
  "items": {
3537
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.1.0#/$defs/Status_Override"
3636
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.2.0#/$defs/Status_Override"
3538
3637
  },
3539
3638
  "description": "Chronological history of all overrides applied to this requirement. Overrides are intentional changes to the compliance status and/or impact score (waivers, attestations, false positives, risk adjustments). Most recent override should be first in array. Preserves full audit trail."
3540
3639
  },
3541
3640
  "poams": {
3542
3641
  "type": "array",
3543
3642
  "items": {
3544
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.1.0#/$defs/POAM"
3643
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.2.0#/$defs/POAM"
3545
3644
  },
3546
3645
  "description": "Plan of Action and Milestones for tracking remediation, mitigation, or risk acceptance. POAMs do NOT change effectiveStatus - they track the work being done to address a failure. Separate from statusOverrides which DO change status."
3547
3646
  },
3548
3647
  "effectiveStatus": {
3549
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.1.0#/$defs/Result_Status",
3648
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.2.0#/$defs/Result_Status",
3550
3649
  "description": "The current effective compliance status of this requirement after applying the most recent non-expired override with a status field, or computed from results (worst-wins) if no status-bearing overrides exist."
3551
3650
  },
3552
3651
  "effectiveImpact": {
@@ -3556,13 +3655,13 @@
3556
3655
  "description": "The current effective impact score (0.0–1.0) after applying the most recent non-expired override with an impact field. Absent when no impact overrides apply; consumers should use the requirement's impact field in that case."
3557
3656
  },
3558
3657
  "disposition": {
3559
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/amendments/v3.1.0#/$defs/Override_Type",
3658
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/amendments/v3.2.0#/$defs/Override_Type",
3560
3659
  "description": "The type of the most recent non-expired override or POAM governing this requirement. Indicates why the requirement is in its current state (e.g., waiver, falsePositive, riskAdjustment) or what remediation is being tracked (poam). Absent when no overrides or POAMs apply."
3561
3660
  },
3562
3661
  "evidence": {
3563
3662
  "type": "array",
3564
3663
  "items": {
3565
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Evidence"
3664
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Evidence"
3566
3665
  },
3567
3666
  "description": "Supporting evidence for this requirement's findings, such as screenshots, code samples, or log excerpts."
3568
3667
  }
@@ -3852,9 +3951,9 @@
3852
3951
  }
3853
3952
  }
3854
3953
  },
3855
- "https://mitre.github.io/hdf-libs/schemas/primitives/statistics/v3.1.0": {
3954
+ "https://mitre.github.io/hdf-libs/schemas/primitives/statistics/v3.2.0": {
3856
3955
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3857
- "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/statistics/v3.1.0",
3956
+ "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/statistics/v3.2.0",
3858
3957
  "title": "HDF Statistics Primitives",
3859
3958
  "description": "Statistics types for tracking assessment run metrics.",
3860
3959
  "$defs": {
@@ -3923,9 +4022,9 @@
3923
4022
  }
3924
4023
  }
3925
4024
  },
3926
- "https://mitre.github.io/hdf-libs/schemas/primitives/runner/v3.1.0": {
4025
+ "https://mitre.github.io/hdf-libs/schemas/primitives/runner/v3.2.0": {
3927
4026
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3928
- "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/runner/v3.1.0",
4027
+ "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/runner/v3.2.0",
3929
4028
  "title": "HDF Runner Primitive",
3930
4029
  "description": "Information about the test execution environment where the security tool/scanner was executed.",
3931
4030
  "$defs": {
@@ -3961,7 +4060,7 @@
3961
4060
  "description": "The container instance identifier. Example: 'a1b2c3d4e5f6', 'security-scan-job-xyz123'. Can be a Docker container ID, Kubernetes pod name, or other container runtime identifier."
3962
4061
  },
3963
4062
  "operator": {
3964
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Identity",
4063
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Identity",
3965
4064
  "description": "The identity of the person or system responsible for executing the test. This could be a human auditor manually completing a checklist, an automated CI/CD system, or a security tool. Optional field to support both automated and manual HDF generation."
3966
4065
  }
3967
4066
  },
@@ -4008,9 +4107,9 @@
4008
4107
  }
4009
4108
  }
4010
4109
  },
4011
- "https://mitre.github.io/hdf-libs/schemas/primitives/parameter/v3.1.0": {
4110
+ "https://mitre.github.io/hdf-libs/schemas/primitives/parameter/v3.2.0": {
4012
4111
  "$schema": "https://json-schema.org/draft/2020-12/schema",
4013
- "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/parameter/v3.1.0",
4112
+ "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/parameter/v3.2.0",
4014
4113
  "title": "HDF Parameter Primitives",
4015
4114
  "description": "Input/parameter type definitions for typed, traceable configuration values that bridge governance prose and scanner automation.",
4016
4115
  "$defs": {