@mitre/hdf-schema 3.1.0 → 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-baseline/v3.1.0",
3
+ "$id": "https://mitre.github.io/hdf-libs/schemas/hdf-baseline/v3.2.0",
4
4
  "type": "object",
5
5
  "unevaluatedProperties": false,
6
6
  "required": [
@@ -9,7 +9,7 @@
9
9
  ],
10
10
  "allOf": [
11
11
  {
12
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Baseline_Metadata"
12
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Baseline_Metadata"
13
13
  }
14
14
  ],
15
15
  "properties": {
@@ -24,34 +24,34 @@
24
24
  "groups": {
25
25
  "type": "array",
26
26
  "items": {
27
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Requirement_Group"
27
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Requirement_Group"
28
28
  },
29
29
  "description": "A set of descriptions for the requirement groups."
30
30
  },
31
31
  "inputs": {
32
32
  "type": "array",
33
33
  "items": {
34
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/parameter/v3.1.0#/$defs/Input"
34
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/parameter/v3.2.0#/$defs/Input"
35
35
  },
36
36
  "description": "The input(s) or attribute(s) to be used in the run."
37
37
  },
38
38
  "integrity": {
39
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.1.0#/$defs/Integrity",
39
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.2.0#/$defs/Integrity",
40
40
  "description": "Cryptographic integrity information for verifying this baseline has not been tampered with."
41
41
  },
42
42
  "remediation": {
43
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Remediation",
43
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Remediation",
44
44
  "description": "Optional reference to automated remediation resources (Ansible playbooks, Terraform scripts, etc.) for implementing the security controls defined in this baseline."
45
45
  },
46
46
  "depends": {
47
47
  "type": "array",
48
48
  "items": {
49
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Dependency"
49
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Dependency"
50
50
  },
51
51
  "description": "The set of dependencies this baseline depends on."
52
52
  },
53
53
  "generator": {
54
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.1.0#/$defs/Generator",
54
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.2.0#/$defs/Generator",
55
55
  "description": "The tool that generated this file."
56
56
  }
57
57
  },
@@ -142,7 +142,7 @@
142
142
  ],
143
143
  "allOf": [
144
144
  {
145
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Requirement_Core"
145
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Requirement_Core"
146
146
  }
147
147
  ],
148
148
  "properties": {
@@ -151,7 +151,7 @@
151
151
  "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'."
152
152
  },
153
153
  "severity": {
154
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Severity",
154
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Severity",
155
155
  "description": "Explicit severity rating. Typically derived from impact score but provided explicitly for clarity."
156
156
  }
157
157
  },
@@ -193,9 +193,9 @@
193
193
  "description": "Array of labeled descriptions. At least one description with label 'default' must be present.",
194
194
  "title": "Baseline Requirement Descriptions"
195
195
  },
196
- "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0": {
196
+ "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0": {
197
197
  "$schema": "https://json-schema.org/draft/2020-12/schema",
198
- "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0",
198
+ "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0",
199
199
  "title": "HDF Common Primitives",
200
200
  "description": "Shared building blocks used by hdf-results and hdf-baseline schemas.",
201
201
  "$defs": {
@@ -940,15 +940,40 @@
940
940
  },
941
941
  "code": {
942
942
  "type": "string",
943
- "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."
943
+ "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."
944
944
  },
945
945
  "sourceLocation": {
946
946
  "$ref": "#/$defs/Source_Location",
947
947
  "description": "The explicit location of the requirement within the source code."
948
+ },
949
+ "controlType": {
950
+ "type": "string",
951
+ "enum": [
952
+ "policy",
953
+ "procedure",
954
+ "technical",
955
+ "management",
956
+ "operational"
957
+ ],
958
+ "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."
959
+ },
960
+ "verificationMethod": {
961
+ "$ref": "#/$defs/Verification_Method_Enum",
962
+ "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."
963
+ },
964
+ "applicability": {
965
+ "type": "string",
966
+ "enum": [
967
+ "required",
968
+ "optional",
969
+ "advisory"
970
+ ],
971
+ "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."
948
972
  }
949
973
  },
950
974
  "examples": [
951
975
  {
976
+ "$comment": "v3.1.x-style requirement: classification fields omitted. Consumers must continue to handle this shape under v3.2.0 (backward compatibility).",
952
977
  "id": "SV-238196",
953
978
  "title": "The Ubuntu operating system must enforce password complexity",
954
979
  "impact": 0.5,
@@ -976,11 +1001,85 @@
976
1001
  "data": "Verify the value of 'minlen' in /etc/security/pwquality.conf."
977
1002
  }
978
1003
  ]
1004
+ },
1005
+ {
1006
+ "$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.",
1007
+ "id": "AC-3",
1008
+ "title": "Access Enforcement",
1009
+ "impact": 0.7,
1010
+ "tags": {
1011
+ "nist": [
1012
+ "AC-3"
1013
+ ],
1014
+ "severity": "high"
1015
+ },
1016
+ "descriptions": [
1017
+ {
1018
+ "label": "default",
1019
+ "data": "The information system enforces approved authorizations for logical access to information and system resources."
1020
+ }
1021
+ ],
1022
+ "code": "control 'AC-3' do; impact 0.7; end",
1023
+ "controlType": "technical",
1024
+ "verificationMethod": "automated",
1025
+ "applicability": "required"
1026
+ },
1027
+ {
1028
+ "$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.",
1029
+ "id": "KSI-CNA-01",
1030
+ "title": "Cyber Security Plan documents the system",
1031
+ "impact": 0.5,
1032
+ "tags": {
1033
+ "ksi": [
1034
+ "KSI-CNA"
1035
+ ]
1036
+ },
1037
+ "descriptions": [
1038
+ {
1039
+ "label": "default",
1040
+ "data": "The Cyber Security Plan documents the system, its boundary, and its components."
1041
+ }
1042
+ ],
1043
+ "controlType": "policy",
1044
+ "verificationMethod": "manual-by-design",
1045
+ "applicability": "required"
1046
+ },
1047
+ {
1048
+ "$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.",
1049
+ "id": "SV-999999",
1050
+ "title": "Example STIG rule pending automation",
1051
+ "impact": 0.3,
1052
+ "tags": {
1053
+ "stig_id": "SV-999999"
1054
+ },
1055
+ "descriptions": [
1056
+ {
1057
+ "label": "default",
1058
+ "data": "Example requirement that is intended to be automated but currently lacks a fix block."
1059
+ },
1060
+ {
1061
+ "label": "check",
1062
+ "data": "Manual review of system configuration is required."
1063
+ }
1064
+ ],
1065
+ "verificationMethod": "manual-pending-automation",
1066
+ "applicability": "advisory"
979
1067
  }
980
1068
  ],
981
1069
  "description": "Core requirement fields shared between baseline requirements and evaluated requirements. Contains the fundamental requirement definition without assessment results.",
982
1070
  "title": "Requirement Core"
983
1071
  },
1072
+ "Verification_Method_Enum": {
1073
+ "type": "string",
1074
+ "enum": [
1075
+ "automated",
1076
+ "manual-by-design",
1077
+ "manual-pending-automation",
1078
+ "hybrid"
1079
+ ],
1080
+ "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.",
1081
+ "title": "Verification Method Enum"
1082
+ },
984
1083
  "Severity": {
985
1084
  "type": "string",
986
1085
  "enum": [
@@ -1011,9 +1110,9 @@
1011
1110
  }
1012
1111
  }
1013
1112
  },
1014
- "https://mitre.github.io/hdf-libs/schemas/primitives/parameter/v3.1.0": {
1113
+ "https://mitre.github.io/hdf-libs/schemas/primitives/parameter/v3.2.0": {
1015
1114
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1016
- "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/parameter/v3.1.0",
1115
+ "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/parameter/v3.2.0",
1017
1116
  "title": "HDF Parameter Primitives",
1018
1117
  "description": "Input/parameter type definitions for typed, traceable configuration values that bridge governance prose and scanner automation.",
1019
1118
  "$defs": {
@@ -1144,9 +1243,9 @@
1144
1243
  }
1145
1244
  }
1146
1245
  },
1147
- "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.1.0": {
1246
+ "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.2.0": {
1148
1247
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1149
- "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.1.0",
1248
+ "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/extensions/v3.2.0",
1150
1249
  "title": "HDF Extension Primitives",
1151
1250
  "description": "Extension types for waivers, attestations, generators, and integrity.",
1152
1251
  "$defs": {
@@ -1174,15 +1273,15 @@
1174
1273
  ],
1175
1274
  "properties": {
1176
1275
  "type": {
1177
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/amendments/v3.1.0#/$defs/Override_Type",
1276
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/amendments/v3.2.0#/$defs/Override_Type",
1178
1277
  "description": "The type of override applied to this requirement."
1179
1278
  },
1180
1279
  "status": {
1181
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.1.0#/$defs/Result_Status",
1280
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.2.0#/$defs/Result_Status",
1182
1281
  "description": "The new status this override sets for the requirement. Optional when only impact is being overridden."
1183
1282
  },
1184
1283
  "impact": {
1185
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/amendments/v3.1.0#/$defs/Impact_Override",
1284
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/amendments/v3.2.0#/$defs/Impact_Override",
1186
1285
  "description": "Override to the requirement's impact score. At least one of status or impact must be set."
1187
1286
  },
1188
1287
  "reason": {
@@ -1190,7 +1289,7 @@
1190
1289
  "description": "Explanation for why this override was applied."
1191
1290
  },
1192
1291
  "appliedBy": {
1193
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Identity",
1292
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Identity",
1194
1293
  "description": "Identity of who applied this override. For simple cases, use type 'simple' with just an identifier."
1195
1294
  },
1196
1295
  "appliedAt": {
@@ -1204,18 +1303,18 @@
1204
1303
  "description": "Timestamp when this override expires and must be reviewed/renewed. REQUIRED - no permanent overrides allowed. ISO 8601 format."
1205
1304
  },
1206
1305
  "signature": {
1207
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Signature",
1306
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Signature",
1208
1307
  "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."
1209
1308
  },
1210
1309
  "evidence": {
1211
1310
  "type": "array",
1212
1311
  "items": {
1213
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Evidence"
1312
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Evidence"
1214
1313
  },
1215
1314
  "description": "Supporting evidence for this override, such as screenshots demonstrating manual verification for attestations."
1216
1315
  },
1217
1316
  "previousChecksum": {
1218
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Checksum",
1317
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Checksum",
1219
1318
  "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."
1220
1319
  }
1221
1320
  },
@@ -1321,7 +1420,7 @@
1321
1420
  "description": "Detailed explanation of the plan, including what actions will be taken."
1322
1421
  },
1323
1422
  "appliedBy": {
1324
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Identity",
1423
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Identity",
1325
1424
  "description": "Identity of who created this POA&M. For simple cases, use type 'simple' with just an identifier."
1326
1425
  },
1327
1426
  "appliedAt": {
@@ -1337,23 +1436,23 @@
1337
1436
  "milestones": {
1338
1437
  "type": "array",
1339
1438
  "items": {
1340
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Milestone"
1439
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Milestone"
1341
1440
  },
1342
1441
  "description": "Optional array of milestones tracking progress toward completion."
1343
1442
  },
1344
1443
  "signature": {
1345
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Signature",
1444
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Signature",
1346
1445
  "description": "Optional digital signature for enhanced trust and non-repudiation."
1347
1446
  },
1348
1447
  "evidence": {
1349
1448
  "type": "array",
1350
1449
  "items": {
1351
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Evidence"
1450
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Evidence"
1352
1451
  },
1353
1452
  "description": "Supporting evidence for this POA&M, such as documentation of compensating controls or mitigation implementation."
1354
1453
  },
1355
1454
  "previousChecksum": {
1356
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Checksum",
1455
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Checksum",
1357
1456
  "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."
1358
1457
  }
1359
1458
  },
@@ -1504,7 +1603,7 @@
1504
1603
  },
1505
1604
  "properties": {
1506
1605
  "algorithm": {
1507
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Hash_Algorithm",
1606
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Hash_Algorithm",
1508
1607
  "description": "The hash algorithm used for the checksum."
1509
1608
  },
1510
1609
  "checksum": {
@@ -1537,9 +1636,9 @@
1537
1636
  }
1538
1637
  }
1539
1638
  },
1540
- "https://mitre.github.io/hdf-libs/schemas/primitives/amendments/v3.1.0": {
1639
+ "https://mitre.github.io/hdf-libs/schemas/primitives/amendments/v3.2.0": {
1541
1640
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1542
- "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/amendments/v3.1.0",
1641
+ "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/amendments/v3.2.0",
1543
1642
  "title": "HDF Amendment Primitives",
1544
1643
  "description": "Types for waivers, attestations, and POA&Ms that modify requirement compliance status.",
1545
1644
  "$defs": {
@@ -1611,7 +1710,7 @@
1611
1710
  "description": "Name of the baseline containing the requirement. Required when the system has multiple baselines with potentially overlapping requirement IDs."
1612
1711
  },
1613
1712
  "status": {
1614
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.1.0#/$defs/Result_Status",
1713
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.2.0#/$defs/Result_Status",
1615
1714
  "description": "The new status this amendment sets. Optional when only impact is being overridden."
1616
1715
  },
1617
1716
  "impact": {
@@ -1623,7 +1722,7 @@
1623
1722
  "description": "Justification for this amendment."
1624
1723
  },
1625
1724
  "appliedBy": {
1626
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Identity",
1725
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Identity",
1627
1726
  "description": "Identity of who applied this amendment."
1628
1727
  },
1629
1728
  "appliedAt": {
@@ -1639,22 +1738,22 @@
1639
1738
  "evidence": {
1640
1739
  "type": "array",
1641
1740
  "items": {
1642
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Evidence"
1741
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Evidence"
1643
1742
  },
1644
1743
  "description": "Supporting evidence (screenshots, logs, URLs, documents)."
1645
1744
  },
1646
1745
  "signature": {
1647
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Signature",
1746
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Signature",
1648
1747
  "description": "Digital signature for non-repudiation."
1649
1748
  },
1650
1749
  "previousChecksum": {
1651
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Checksum",
1750
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Checksum",
1652
1751
  "description": "Checksum of the prior amendment in the chain. Creates a tamper-evident linked list. Null for the first amendment."
1653
1752
  },
1654
1753
  "milestones": {
1655
1754
  "type": "array",
1656
1755
  "items": {
1657
- "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.1.0#/$defs/Milestone"
1756
+ "$ref": "https://mitre.github.io/hdf-libs/schemas/primitives/common/v3.2.0#/$defs/Milestone"
1658
1757
  },
1659
1758
  "description": "Remediation milestones (primarily for POA&M type amendments)."
1660
1759
  },
@@ -1775,9 +1874,9 @@
1775
1874
  }
1776
1875
  }
1777
1876
  },
1778
- "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.1.0": {
1877
+ "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.2.0": {
1779
1878
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1780
- "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.1.0",
1879
+ "$id": "https://mitre.github.io/hdf-libs/schemas/primitives/result/v3.2.0",
1781
1880
  "title": "HDF Result Primitives",
1782
1881
  "description": "Types for representing assessment results and statuses.",
1783
1882
  "$defs": {