14 lines
544 B
JSON
14 lines
544 B
JSON
{
|
|
"$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"
|
|
}
|
|
]
|
|
}
|