We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1a331 commit 51ae4caCopy full SHA for 51ae4ca
services/stackit-marketplace/v1/stackit-marketplace.json
@@ -235,6 +235,9 @@
235
},
236
"type": "array"
237
238
+ "industries": {
239
+ "$ref": "#/components/schemas/productIndustries"
240
+ },
241
"isProductListing": {
242
"allOf": [
243
{
@@ -1051,6 +1054,14 @@
1051
1054
"pattern": "^[a-z0-9-]{1,20}-[0-9a-f]{8}$",
1052
1055
"type": "string"
1053
1056
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
1065
"productLifecycleState": {
1066
"description": "The lifecycle state of the product.",
1067
"enum": [
0 commit comments