From 3bc02fcc1b462db091a9e4f919b8644b1b2a6e41 Mon Sep 17 00:00:00 2001 From: Michael Schneider Date: Wed, 10 Apr 2024 17:29:17 +0200 Subject: [PATCH] Fix schema due to changes in issue #582 --- file-formats/sfpf/sfpf-v1.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/file-formats/sfpf/sfpf-v1.json b/file-formats/sfpf/sfpf-v1.json index c1c4c4aff..c6b5bb5b5 100644 --- a/file-formats/sfpf/sfpf-v1.json +++ b/file-formats/sfpf/sfpf-v1.json @@ -27,9 +27,7 @@ "title": "Original Language", "description": "Original language of the ABAP object", "type": "string", - "minLength": 2, - "maxLength": 2, - "pattern": "^[a-z]+$" + "minLength": 2 }, "abapLanguageVersion": { "title": "ABAP Language Version",