bmcweb
bmcweb copied to clipboard
Feature: Allow JsonSchema support to be optional
Given that the JsonSchema files take up quite a bit of space (~100k on my system), and not everyone might need them, it makes sense to make them a configurable feature, rather than a requirement. This likely could use the existing options capabilities to simply enable or disable the installation of those schema files, as well as the resulting route changes.
The aforementioned commit does not actually resolve this as it claims. The number was a typo of another defect
Review for this feature was pushed here, but it is no longer something I'm pursuing. Closing:
https://gerrit.openbmc.org/c/openbmc/bmcweb/+/54029