File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
services/stackit-marketplace/v1 Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 363
363
],
364
364
"type" : " object"
365
365
},
366
+ "CatalogProductFacets" : {
367
+ "additionalProperties" : {
368
+ "items" : {
369
+ "properties" : {
370
+ "count" : {
371
+ "description" : " The number of items associated with this facet value." ,
372
+ "format" : " int32" ,
373
+ "type" : " integer"
374
+ },
375
+ "value" : {
376
+ "description" : " The value of the facet." ,
377
+ "type" : " string"
378
+ }
379
+ },
380
+ "required" : [
381
+ " value" ,
382
+ " count"
383
+ ],
384
+ "type" : " object"
385
+ },
386
+ "type" : " array"
387
+ },
388
+ "description" : " A collection of facets, where each key represents a facet category." ,
389
+ "example" : {
390
+ "categories" : [
391
+ {
392
+ "count" : 20 ,
393
+ "value" : " Infrastructure Software"
394
+ },
395
+ {
396
+ "count" : 5 ,
397
+ "value" : " Data Products"
398
+ }
399
+ ],
400
+ "industries" : [
401
+ {
402
+ "count" : 15 ,
403
+ "value" : " eGovernment"
404
+ },
405
+ {
406
+ "count" : 12 ,
407
+ "value" : " Retail"
408
+ }
409
+ ]
410
+ },
411
+ "type" : " object"
412
+ },
366
413
"CatalogProductHighlight" : {
367
414
"properties" : {
368
415
"highlightContent" : {
677
724
"cursor" : {
678
725
"$ref" : " #/components/schemas/cursor"
679
726
},
727
+ "facets" : {
728
+ "$ref" : " #/components/schemas/CatalogProductFacets"
729
+ },
680
730
"items" : {
681
731
"items" : {
682
732
"$ref" : " #/components/schemas/CatalogProductOverview"
You can’t perform that action at this time.
0 commit comments