{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:EnergyStarEnergyEfficiencyEnumeration", "title": "EnergyStarEnergyEfficiencyEnumeration", "description": "Used to indicate whether a product is EnergyStar certified.", "type": "object", "allOf": [ { "description": "Enumerates energy efficiency levels (also known as \"classes\" or \"ratings\") and certifications that are part of several international energy efficiency standards.", "$ref": "schema:EnergyEfficiencyEnumeration" } ] }