schemas: add EEPROM device firmware info

Define the JSON schema for EEPROM device info which exposes various
attributes such as BUS, Address, and Mux GPIO details so it can be
used to update the EEPROM devices via EEPROM Device Update Daemon.

Related PR:
https://gerrit.openbmc.org/c/openbmc/phosphor-bmc-code-mgmt/+/77088

Change-Id: I8977fc761e0b7919aedc4f4feede2a15b2ac7815
Signed-off-by: Kevin Tung <Kevin.Tung@quantatw.com>
diff --git a/schemas/exposes_record.json b/schemas/exposes_record.json
index 9bdfb28..5c3be11 100644
--- a/schemas/exposes_record.json
+++ b/schemas/exposes_record.json
@@ -145,6 +145,9 @@
                     "$ref": "firmware.json#/$defs/XDPE1X2XXFirmware"
                 },
                 {
+                    "$ref": "firmware.json#/$defs/EEPROMDeviceFirmware"
+                },
+                {
                     "$ref": "firmware.json#/$defs/BIOS"
                 },
                 {