Skip to content

Commit 51ae4ca

Browse files
OAS Update
1 parent ce1a331 commit 51ae4ca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@
235235
},
236236
"type": "array"
237237
},
238+
"industries": {
239+
"$ref": "#/components/schemas/productIndustries"
240+
},
238241
"isProductListing": {
239242
"allOf": [
240243
{
@@ -1051,6 +1054,14 @@
10511054
"pattern": "^[a-z0-9-]{1,20}-[0-9a-f]{8}$",
10521055
"type": "string"
10531056
},
1057+
"productIndustries": {
1058+
"description": "The list of industries associated to the product.",
1059+
"items": {
1060+
"example": "Healthcare \u0026 Science",
1061+
"type": "string"
1062+
},
1063+
"type": "array"
1064+
},
10541065
"productLifecycleState": {
10551066
"description": "The lifecycle state of the product.",
10561067
"enum": [

0 commit comments

Comments
 (0)