Skip to content

Commit 02053d7

Browse files
OAS Update
1 parent 54e90f2 commit 02053d7

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

services/stackit-marketplace/v1/stackit-marketplace.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,53 @@
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": {
@@ -677,6 +724,9 @@
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"

0 commit comments

Comments
 (0)