We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4dc3b commit 19ad2c3Copy full SHA for 19ad2c3
1 file changed
services/stackit-marketplace/v1/stackit-marketplace.json
@@ -217,6 +217,14 @@
217
"deliveryMethod": {
218
"$ref": "#/components/schemas/deliveryMethod"
219
},
220
+ "demoUrl": {
221
+ "allOf": [
222
+ {
223
+ "$ref": "#/components/schemas/url"
224
+ }
225
+ ],
226
+ "description": "The URL to a demo if available."
227
+ },
228
"description": {
229
"$ref": "#/components/schemas/productDescription"
230
0 commit comments