Remove required field
At some point our examples picked up this change. Minimize the list of
hacks.
Change-Id: I0d87899c3a7f7b4ca1f88be1e905c3f546dce18d
diff --git a/tests/test-utils.cpp b/tests/test-utils.cpp
index b38b36c..ca885fc 100644
--- a/tests/test-utils.cpp
+++ b/tests/test-utils.cpp
@@ -15,17 +15,14 @@
namespace fs = std::filesystem;
+// Objects that have mutually exclusive fields (and thereforce can't have both
+// required at the same time) can be added to this list.
// Truly optional properties that shouldn't be added to "required" field for
// validating the entire schema with validationbits=1
const static std::map<std::string, std::vector<std::string> >
optional_properties_map = {
- { "./sections/cper-arm-processor.json",
- { "vendorSpecificInfo" } },
- { "./cper-json-section-log.json", { "header" } },
{ "./sections/cper-cxl-protocol.json",
{ "capabilityStructure", "deviceSerial" } },
- { "./sections/cper-generic-dmar.json",
- { "faultReason", "description" } },
{ "./sections/cper-cxl-component.json",
{ "cxlComponentEventLog" } },
{ "./sections/cper-ia32x64-processor.json",