@@ -135,11 +135,12 @@ <h3>Method Details</h3>
135
135
"certification": [ # Required. A list of certifications to link to the described product.
136
136
{ # Description of a certification.
137
137
"authority": "A String", # Required. Name of the certification body.
138
+ "code": "A String", # Required. A unique code to identify the certification.
138
139
"link": "A String", # Optional. A URL link to the certification.
139
140
"logo": "A String", # Optional. A URL link to the certification logo.
140
141
"name": "A String", # Required. Name of the certification.
141
142
"validUntil": "A String", # Optional. The expiration date (UTC).
142
- "value": "A String", # Required . A custom value of the certification.
143
+ "value": "A String", # Optional . A custom value of the certification.
143
144
},
144
145
],
145
146
"countryCode": [ # Optional. A 2-letter country code (ISO 3166-1 Alpha 2).
@@ -201,11 +202,12 @@ <h3>Method Details</h3>
201
202
"certification": [ # Required. A list of certifications to link to the described product.
202
203
{ # Description of a certification.
203
204
"authority": "A String", # Required. Name of the certification body.
205
+ "code": "A String", # Required. A unique code to identify the certification.
204
206
"link": "A String", # Optional. A URL link to the certification.
205
207
"logo": "A String", # Optional. A URL link to the certification logo.
206
208
"name": "A String", # Required. Name of the certification.
207
209
"validUntil": "A String", # Optional. The expiration date (UTC).
208
- "value": "A String", # Required . A custom value of the certification.
210
+ "value": "A String", # Optional . A custom value of the certification.
209
211
},
210
212
],
211
213
"countryCode": [ # Optional. A 2-letter country code (ISO 3166-1 Alpha 2).
@@ -273,11 +275,12 @@ <h3>Method Details</h3>
273
275
"certification": [ # Required. A list of certifications to link to the described product.
274
276
{ # Description of a certification.
275
277
"authority": "A String", # Required. Name of the certification body.
278
+ "code": "A String", # Required. A unique code to identify the certification.
276
279
"link": "A String", # Optional. A URL link to the certification.
277
280
"logo": "A String", # Optional. A URL link to the certification logo.
278
281
"name": "A String", # Required. Name of the certification.
279
282
"validUntil": "A String", # Optional. The expiration date (UTC).
280
- "value": "A String", # Required . A custom value of the certification.
283
+ "value": "A String", # Optional . A custom value of the certification.
281
284
},
282
285
],
283
286
"countryCode": [ # Optional. A 2-letter country code (ISO 3166-1 Alpha 2).
@@ -328,11 +331,12 @@ <h3>Method Details</h3>
328
331
"certification": [ # Required. A list of certifications to link to the described product.
329
332
{ # Description of a certification.
330
333
"authority": "A String", # Required. Name of the certification body.
334
+ "code": "A String", # Required. A unique code to identify the certification.
331
335
"link": "A String", # Optional. A URL link to the certification.
332
336
"logo": "A String", # Optional. A URL link to the certification logo.
333
337
"name": "A String", # Required. Name of the certification.
334
338
"validUntil": "A String", # Optional. The expiration date (UTC).
335
- "value": "A String", # Required . A custom value of the certification.
339
+ "value": "A String", # Optional . A custom value of the certification.
336
340
},
337
341
],
338
342
"countryCode": [ # Optional. A 2-letter country code (ISO 3166-1 Alpha 2).
0 commit comments