We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2245c1e commit c728726Copy full SHA for c728726
1 file changed
services/stackit-marketplace/v1/stackit-marketplace.json
@@ -240,8 +240,20 @@
240
"$ref": "#/components/schemas/email"
241
},
242
"hasDemo": {
243
- "description": "If the product has a demoUrl available.",
244
- "type": "boolean"
+ "allOf": [
+ {
245
+ "$ref": "#/components/schemas/bool"
246
+ }
247
+ ],
248
+ "description": "If the product has a demoUrl available."
249
+ },
250
+ "hasPrivatePlanOption": {
251
252
253
254
255
256
+ "description": "If the product has a private plan option."
257
258
"highlights": {
259
"description": "The list of highlights.",
0 commit comments