File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -207,15 +207,22 @@ message Attributes {
207207 optional string custom_label_4 = 50 ;
208208}
209209
210- // The certification for the product.
210+ // The certification for the product. Use the this attribute to describe
211+ // certifications, such as energy efficiency ratings, associated with a product.
211212message Certification {
212- // Name of the certification.
213+ // The name of the certification. At this time, the most common value is
214+ // "EPREL", which represents energy efficiency certifications in the EU
215+ // European Registry for Energy Labeling (EPREL) database.
213216 string name = 1 ;
214217
215- // Name of the certification body.
218+ // The authority or certification body responsible for issuing the
219+ // certification. At this time, the most common value is "EC" or
220+ // “European_Commission” for energy labels in the EU.
216221 string authority = 2 ;
217222
218- // A unique code to identify the certification.
223+ // The code of the certification. For example, for the EPREL certificate with
224+ // the link https://eprel.ec.europa.eu/screen/product/dishwashers2019/123456
225+ // the code is 123456. The code is required for European Energy Labels.
219226 string code = 3 ;
220227}
221228
You can’t perform that action at this time.
0 commit comments