Skip to content

Commit 328b92b

Browse files
Fix schema due to changes in issue SAP#582
1 parent c447d3a commit 328b92b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

file-formats/gsmg/gsmg-v1.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
"title": "Original Language",
2828
"description": "Original language of the ABAP object",
2929
"type": "string",
30-
"minLength": 2,
31-
"maxLength": 2,
32-
"pattern": "^[a-z]+$"
30+
"minLength": 2
3331
},
3432
"abapLanguageVersion": {
3533
"title": "ABAP Language Version",

0 commit comments

Comments
 (0)