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 363363 ],
364364 "type" : " object"
365365 },
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+ },
366413 "CatalogProductHighlight" : {
367414 "properties" : {
368415 "highlightContent" : {
677724 "cursor" : {
678725 "$ref" : " #/components/schemas/cursor"
679726 },
727+ "facets" : {
728+ "$ref" : " #/components/schemas/CatalogProductFacets"
729+ },
680730 "items" : {
681731 "items" : {
682732 "$ref" : " #/components/schemas/CatalogProductOverview"
You can’t perform that action at this time.
0 commit comments