Skip to content

Commit 518bee1

Browse files
OAS Update
1 parent 420919a commit 518bee1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@
10521052
"description": "The full name of the contact person.",
10531053
"example": "Max Mustermann",
10541054
"maxLength": 512,
1055-
"pattern": "^[a-zA-ZäüöÄÜÖ0-9,.!?()@\\/:=\\n\\t -]+$",
1055+
"pattern": "^[\\p{L}0-9,.!?()@€$\\/:=\\n\\t '’-]*$",
10561056
"type": "string"
10571057
},
10581058
"cursor": {
@@ -1230,7 +1230,7 @@
12301230
"description": "A custom message.",
12311231
"example": "A very custom message.",
12321232
"maxLength": 512,
1233-
"pattern": "^[a-zA-ZäüöÄÜÖ0-9,.!?()@\\/:=\\n\\t -]+$",
1233+
"pattern": "^[\\p{L}0-9,.!?()@€$\\/:=\\n\\t '’-]*$",
12341234
"type": "string"
12351235
},
12361236
"noticePeriod": {
@@ -1359,7 +1359,7 @@
13591359
"description": "The name of the product.",
13601360
"example": "Cool Product Name",
13611361
"maxLength": 512,
1362-
"pattern": "^[a-zA-ZäüöÄÜÖ0-9,.!?()@\\/:=\\n\\t -]+$",
1362+
"pattern": "^[\\p{L}0-9,.!?()@€$\\/:=\\n\\t '’-]*$",
13631363
"type": "string"
13641364
},
13651365
"productSummary": {
@@ -1469,7 +1469,7 @@
14691469
"description": "The product's vendor name.",
14701470
"example": "STACKIT",
14711471
"maxLength": 512,
1472-
"pattern": "^[a-zA-ZäüöÄÜÖ0-9,.!?()@\\/:=\\n\\t -]+$",
1472+
"pattern": "^[\\p{L}0-9,.!?()@€$\\/:=\\n\\t '’-]*$",
14731473
"type": "string"
14741474
},
14751475
"vendorPlanId": {

0 commit comments

Comments
 (0)