Skip to content

Commit c728726

Browse files
OAS Update
1 parent 2245c1e commit c728726

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,20 @@
240240
"$ref": "#/components/schemas/email"
241241
},
242242
"hasDemo": {
243-
"description": "If the product has a demoUrl available.",
244-
"type": "boolean"
243+
"allOf": [
244+
{
245+
"$ref": "#/components/schemas/bool"
246+
}
247+
],
248+
"description": "If the product has a demoUrl available."
249+
},
250+
"hasPrivatePlanOption": {
251+
"allOf": [
252+
{
253+
"$ref": "#/components/schemas/bool"
254+
}
255+
],
256+
"description": "If the product has a private plan option."
245257
},
246258
"highlights": {
247259
"description": "The list of highlights.",

0 commit comments

Comments
 (0)