Skip to content

Commit 1077489

Browse files
OAS Update
1 parent a0507fb commit 1077489

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,13 @@
804804
},
805805
"type": "array"
806806
},
807+
"sovereignty": {
808+
"description": "A collection of sovereignty levels with counts.",
809+
"items": {
810+
"$ref": "#/components/schemas/Facets_Facet"
811+
},
812+
"type": "array"
813+
},
807814
"vendor": {
808815
"description": "A collection of vendors with counts.",
809816
"items": {
@@ -1152,6 +1159,12 @@
11521159
"pattern": "^[a-zA-ZäüöÄÜÖ0-9,.!?()@\\/:= -]+$",
11531160
"type": "string"
11541161
},
1162+
"organizationId": {
1163+
"type": "string"
1164+
},
1165+
"projectId": {
1166+
"type": "string"
1167+
},
11551168
"translations": {
11561169
"additionalProperties": {
11571170
"$ref": "#/components/schemas/VendorTranslations"
@@ -1597,7 +1610,7 @@
15971610
}
15981611
},
15991612
{
1600-
"description": "Filter the products based on attributes, e.g., `deliveryMethod eq \"SAAS\"`. The supported operators are:- `eq` (equal)- `co` (contains; `text co \"searching\"`)These expressions can be logically linked with `AND` and `OR`. Field names which can be used as filters are:- `text`- `deliveryMethod`- `categories`- `industries`- `vendor.name`- `pricingOptions.priceType`- `pricingOptions.pricingPlan`",
1613+
"description": "Filter the products based on attributes, e.g., `deliveryMethod eq \"SAAS\"`. The supported operators are:- `eq` (equal)- `co` (contains; `text co \"searching\"`)These expressions can be logically linked with `AND` and `OR`. Field names which can be used as filters are:- `text`- `deliveryMethod`- `categories`- `industries`- `vendor.name`- `pricingOptions.priceType`- `pricingOptions.pricingPlan`- `sovereignty`",
16011614
"in": "query",
16021615
"name": "filter",
16031616
"schema": {

0 commit comments

Comments
 (0)