big tings
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user