From f29946e3c834d98b3cbf3c448dc3dfd5059f2a76 Mon Sep 17 00:00:00 2001 From: Markus Wambach Date: Wed, 10 Apr 2024 15:31:28 +0200 Subject: [PATCH] Removed maxLength and pattern for language field --- file-formats/aobj/aobj-v1.json | 4 +--- file-formats/apic/apic-v1.json | 4 +--- file-formats/aplo/aplo-v1.json | 4 +--- file-formats/bgqc/bgqc-v1.json | 4 +--- file-formats/cdbo/cdbo-v1.json | 4 +--- file-formats/cfdf/cfdf-v1.json | 12 +++--------- file-formats/cfdf/cfdf-v2.json | 12 +++--------- file-formats/chdo/chdo-v1.json | 4 +--- file-formats/chkc/chkc-v1.json | 4 +--- file-formats/chko/chko-v1.json | 4 +--- file-formats/chkv/chkv-v1.json | 4 +--- file-formats/clas/clas-v1.json | 4 +--- file-formats/cota/cota-v1.json | 4 +--- file-formats/csnm/csnm-v1.json | 4 +--- file-formats/ddls/ddls-v1.json | 4 +--- file-formats/ddlx/ddlx-v1.json | 4 +--- file-formats/dmon/dmon-v1.json | 4 +--- file-formats/dobj/dobj-v1.json | 4 +--- file-formats/doma/doma-v1.json | 4 +--- file-formats/drty/drty-v1.json | 4 +--- file-formats/dsfi/dsfi-v1.json | 4 +--- file-formats/dtdc/dtdc-v1.json | 4 +--- file-formats/dteb/dteb-v1.json | 4 +--- file-formats/eeec/eeec-v1.json | 4 +--- file-formats/enho/enho-v1.json | 4 +--- file-formats/enhs/enhs-v1.json | 4 +--- file-formats/evtb/evtb-v1.json | 4 +--- file-formats/fugr/fugr-v1.json | 4 +--- file-formats/gsmp/gsmp-v1.json | 4 +--- file-formats/ilmb/ilmb-v1.json | 4 +--- file-formats/intf/intf-v1.json | 4 +--- file-formats/nont/nont-v1.json | 4 +--- file-formats/nrob/nrob-v1.json | 4 +--- file-formats/ntta/ntta-v1.json | 4 +--- file-formats/ntty/ntty-v1.json | 4 +--- file-formats/ront/ront-v1.json | 4 +--- file-formats/sajc/sajc-v1.json | 4 +--- file-formats/sajt/sajt-v1.json | 4 +--- file-formats/scp1/scp1-v1.json | 8 ++------ file-formats/siad/siad-v1.json | 4 +--- file-formats/sito/sito-v1.json | 4 +--- file-formats/smbc/smbc-v1.json | 4 +--- file-formats/sprv/sprv-v1.json | 4 +--- file-formats/srvb/srvb-v1.json | 4 +--- file-formats/srvc/srvc-v1.json | 4 +--- file-formats/susi/susi-v1.json | 4 +--- file-formats/swcr/swcr-v1.json | 4 +--- file-formats/uipg/uipg-v1.json | 4 +--- file-formats/uist/uist-v1.json | 4 +--- 49 files changed, 54 insertions(+), 162 deletions(-) diff --git a/file-formats/aobj/aobj-v1.json b/file-formats/aobj/aobj-v1.json index f88d434a3..a42e93c5d 100644 --- a/file-formats/aobj/aobj-v1.json +++ b/file-formats/aobj/aobj-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", diff --git a/file-formats/apic/apic-v1.json b/file-formats/apic/apic-v1.json index 496bcee7d..9d22799cd 100644 --- a/file-formats/apic/apic-v1.json +++ b/file-formats/apic/apic-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", diff --git a/file-formats/aplo/aplo-v1.json b/file-formats/aplo/aplo-v1.json index 674635f44..627dbba89 100644 --- a/file-formats/aplo/aplo-v1.json +++ b/file-formats/aplo/aplo-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", diff --git a/file-formats/bgqc/bgqc-v1.json b/file-formats/bgqc/bgqc-v1.json index e448f8487..cce028ac6 100644 --- a/file-formats/bgqc/bgqc-v1.json +++ b/file-formats/bgqc/bgqc-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", diff --git a/file-formats/cdbo/cdbo-v1.json b/file-formats/cdbo/cdbo-v1.json index 43dc8fca3..5ed26917b 100644 --- a/file-formats/cdbo/cdbo-v1.json +++ b/file-formats/cdbo/cdbo-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", diff --git a/file-formats/cfdf/cfdf-v1.json b/file-formats/cfdf/cfdf-v1.json index 1b71f033b..250dc981e 100644 --- a/file-formats/cfdf/cfdf-v1.json +++ b/file-formats/cfdf/cfdf-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 } }, "additionalProperties": false, @@ -291,9 +289,7 @@ "title": "Translation Language", "description": "Translation language", "type": "string", - "minLength": 2, - "maxLength": 2, - "pattern": "^[a-z]+$" + "minLength": 2 }, "fieldLabel": { "title": "Field Label", @@ -356,9 +352,7 @@ "title": "Language", "description": "Language", "type": "string", - "minLength": 2, - "maxLength": 2, - "pattern": "^[a-z]+$" + "minLength": 2 }, "code": { "title": "Code", diff --git a/file-formats/cfdf/cfdf-v2.json b/file-formats/cfdf/cfdf-v2.json index 207ff2ee0..bea3471cb 100644 --- a/file-formats/cfdf/cfdf-v2.json +++ b/file-formats/cfdf/cfdf-v2.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 } }, "additionalProperties": false, @@ -292,9 +290,7 @@ "title": "Translation Language", "description": "Translation language", "type": "string", - "minLength": 2, - "maxLength": 2, - "pattern": "^[a-z]+$" + "minLength": 2 }, "componentKind": { "title": "Component Kind", @@ -404,9 +400,7 @@ "title": "Language", "description": "Language", "type": "string", - "minLength": 2, - "maxLength": 2, - "pattern": "^[a-z]+$" + "minLength": 2 }, "code": { "title": "Code", diff --git a/file-formats/chdo/chdo-v1.json b/file-formats/chdo/chdo-v1.json index 5e118c7b3..0874ec9a7 100644 --- a/file-formats/chdo/chdo-v1.json +++ b/file-formats/chdo/chdo-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", diff --git a/file-formats/chkc/chkc-v1.json b/file-formats/chkc/chkc-v1.json index d4428d414..e5e1b10f8 100644 --- a/file-formats/chkc/chkc-v1.json +++ b/file-formats/chkc/chkc-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", diff --git a/file-formats/chko/chko-v1.json b/file-formats/chko/chko-v1.json index e913f0569..f63b206fb 100644 --- a/file-formats/chko/chko-v1.json +++ b/file-formats/chko/chko-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", diff --git a/file-formats/chkv/chkv-v1.json b/file-formats/chkv/chkv-v1.json index 510294574..ef3e0818d 100644 --- a/file-formats/chkv/chkv-v1.json +++ b/file-formats/chkv/chkv-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", diff --git a/file-formats/clas/clas-v1.json b/file-formats/clas/clas-v1.json index 96ee2690d..5598de779 100644 --- a/file-formats/clas/clas-v1.json +++ b/file-formats/clas/clas-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", diff --git a/file-formats/cota/cota-v1.json b/file-formats/cota/cota-v1.json index cb5f04800..5c49e9c4d 100644 --- a/file-formats/cota/cota-v1.json +++ b/file-formats/cota/cota-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", diff --git a/file-formats/csnm/csnm-v1.json b/file-formats/csnm/csnm-v1.json index 9a7454e7d..6afb9f098 100644 --- a/file-formats/csnm/csnm-v1.json +++ b/file-formats/csnm/csnm-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", diff --git a/file-formats/ddls/ddls-v1.json b/file-formats/ddls/ddls-v1.json index fdfb2864d..857067bc5 100644 --- a/file-formats/ddls/ddls-v1.json +++ b/file-formats/ddls/ddls-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", diff --git a/file-formats/ddlx/ddlx-v1.json b/file-formats/ddlx/ddlx-v1.json index e9eb7872d..18a80b721 100644 --- a/file-formats/ddlx/ddlx-v1.json +++ b/file-formats/ddlx/ddlx-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", diff --git a/file-formats/dmon/dmon-v1.json b/file-formats/dmon/dmon-v1.json index 24aaec109..4acb8ee57 100644 --- a/file-formats/dmon/dmon-v1.json +++ b/file-formats/dmon/dmon-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", diff --git a/file-formats/dobj/dobj-v1.json b/file-formats/dobj/dobj-v1.json index 00913cfe9..da924b326 100644 --- a/file-formats/dobj/dobj-v1.json +++ b/file-formats/dobj/dobj-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", diff --git a/file-formats/doma/doma-v1.json b/file-formats/doma/doma-v1.json index 964bb9dd8..53b8ab941 100644 --- a/file-formats/doma/doma-v1.json +++ b/file-formats/doma/doma-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", diff --git a/file-formats/drty/drty-v1.json b/file-formats/drty/drty-v1.json index f7409fc79..f62433a2e 100644 --- a/file-formats/drty/drty-v1.json +++ b/file-formats/drty/drty-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", diff --git a/file-formats/dsfi/dsfi-v1.json b/file-formats/dsfi/dsfi-v1.json index 69b80fa9e..09cca386b 100644 --- a/file-formats/dsfi/dsfi-v1.json +++ b/file-formats/dsfi/dsfi-v1.json @@ -26,9 +26,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", diff --git a/file-formats/dtdc/dtdc-v1.json b/file-formats/dtdc/dtdc-v1.json index bd2486934..049685452 100644 --- a/file-formats/dtdc/dtdc-v1.json +++ b/file-formats/dtdc/dtdc-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", diff --git a/file-formats/dteb/dteb-v1.json b/file-formats/dteb/dteb-v1.json index 194c5a098..e8b4d742f 100644 --- a/file-formats/dteb/dteb-v1.json +++ b/file-formats/dteb/dteb-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", diff --git a/file-formats/eeec/eeec-v1.json b/file-formats/eeec/eeec-v1.json index fb2ff1b7b..056569ab6 100644 --- a/file-formats/eeec/eeec-v1.json +++ b/file-formats/eeec/eeec-v1.json @@ -26,9 +26,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", diff --git a/file-formats/enho/enho-v1.json b/file-formats/enho/enho-v1.json index c6f21c04a..06aa9b878 100644 --- a/file-formats/enho/enho-v1.json +++ b/file-formats/enho/enho-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", diff --git a/file-formats/enhs/enhs-v1.json b/file-formats/enhs/enhs-v1.json index 5c1d2fdb1..361fc3c14 100644 --- a/file-formats/enhs/enhs-v1.json +++ b/file-formats/enhs/enhs-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", diff --git a/file-formats/evtb/evtb-v1.json b/file-formats/evtb/evtb-v1.json index fbb1b7a4b..3bfc7d3ab 100644 --- a/file-formats/evtb/evtb-v1.json +++ b/file-formats/evtb/evtb-v1.json @@ -26,9 +26,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", diff --git a/file-formats/fugr/fugr-v1.json b/file-formats/fugr/fugr-v1.json index 00e5caec4..7cf2099b3 100644 --- a/file-formats/fugr/fugr-v1.json +++ b/file-formats/fugr/fugr-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", diff --git a/file-formats/gsmp/gsmp-v1.json b/file-formats/gsmp/gsmp-v1.json index efa8eac39..33233d61a 100644 --- a/file-formats/gsmp/gsmp-v1.json +++ b/file-formats/gsmp/gsmp-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", diff --git a/file-formats/ilmb/ilmb-v1.json b/file-formats/ilmb/ilmb-v1.json index eb029e45f..abc38e2a5 100644 --- a/file-formats/ilmb/ilmb-v1.json +++ b/file-formats/ilmb/ilmb-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", diff --git a/file-formats/intf/intf-v1.json b/file-formats/intf/intf-v1.json index c292a4712..d30f5291d 100644 --- a/file-formats/intf/intf-v1.json +++ b/file-formats/intf/intf-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", diff --git a/file-formats/nont/nont-v1.json b/file-formats/nont/nont-v1.json index 5552f1bc0..fade438bf 100644 --- a/file-formats/nont/nont-v1.json +++ b/file-formats/nont/nont-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", diff --git a/file-formats/nrob/nrob-v1.json b/file-formats/nrob/nrob-v1.json index f065eece7..bd0a4410a 100644 --- a/file-formats/nrob/nrob-v1.json +++ b/file-formats/nrob/nrob-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", diff --git a/file-formats/ntta/ntta-v1.json b/file-formats/ntta/ntta-v1.json index ab1ff70d4..61bf9ef48 100644 --- a/file-formats/ntta/ntta-v1.json +++ b/file-formats/ntta/ntta-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", diff --git a/file-formats/ntty/ntty-v1.json b/file-formats/ntty/ntty-v1.json index acc766ecf..02393b455 100644 --- a/file-formats/ntty/ntty-v1.json +++ b/file-formats/ntty/ntty-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", diff --git a/file-formats/ront/ront-v1.json b/file-formats/ront/ront-v1.json index cab96ef70..e35a5c51b 100644 --- a/file-formats/ront/ront-v1.json +++ b/file-formats/ront/ront-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", diff --git a/file-formats/sajc/sajc-v1.json b/file-formats/sajc/sajc-v1.json index e89689e85..1b9d6cb5d 100644 --- a/file-formats/sajc/sajc-v1.json +++ b/file-formats/sajc/sajc-v1.json @@ -27,9 +27,7 @@ "title": "Original Language", "description": "Original language of the application job catalog entry", "type": "string", - "minLength": 2, - "maxLength": 2, - "pattern": "^[a-z]+$" + "minLength": 2 }, "abapLanguageVersion": { "title": "ABAP Language Version", diff --git a/file-formats/sajt/sajt-v1.json b/file-formats/sajt/sajt-v1.json index 80a7c9910..3cfdeb4da 100644 --- a/file-formats/sajt/sajt-v1.json +++ b/file-formats/sajt/sajt-v1.json @@ -27,9 +27,7 @@ "title": "Original Language", "description": "Original language of the application job template", "type": "string", - "minLength": 2, - "maxLength": 2, - "pattern": "^[a-z]+$" + "minLength": 2 }, "abapLanguageVersion": { "title": "ABAP Language Version", diff --git a/file-formats/scp1/scp1-v1.json b/file-formats/scp1/scp1-v1.json index f105a0705..1048b0a55 100644 --- a/file-formats/scp1/scp1-v1.json +++ b/file-formats/scp1/scp1-v1.json @@ -26,9 +26,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", @@ -313,9 +311,7 @@ "title": "Language", "description": "Language in which the data record is translated", "type": "string", - "minLength": 2, - "maxLength": 2, - "pattern": "^[a-z]+$" + "minLength": 2 }, "fieldName": { "title": "Field Name", diff --git a/file-formats/siad/siad-v1.json b/file-formats/siad/siad-v1.json index 7bdab4a74..8ab147b28 100644 --- a/file-formats/siad/siad-v1.json +++ b/file-formats/siad/siad-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", diff --git a/file-formats/sito/sito-v1.json b/file-formats/sito/sito-v1.json index 5423bb1ed..1de525112 100644 --- a/file-formats/sito/sito-v1.json +++ b/file-formats/sito/sito-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", diff --git a/file-formats/smbc/smbc-v1.json b/file-formats/smbc/smbc-v1.json index 41ebbfd8c..fede5e84a 100644 --- a/file-formats/smbc/smbc-v1.json +++ b/file-formats/smbc/smbc-v1.json @@ -25,9 +25,7 @@ "title": "Original Language", "description": "Original language of the development object. Attributes Name and Description must be maintained in this language", "type": "string", - "minLength": 2, - "maxLength": 2, - "pattern": "^[a-z]+$" + "minLength": 2 }, "abapLanguageVersion": { "title": "ABAP Language Version", diff --git a/file-formats/sprv/sprv-v1.json b/file-formats/sprv/sprv-v1.json index 30e3407dc..9d07d6917 100644 --- a/file-formats/sprv/sprv-v1.json +++ b/file-formats/sprv/sprv-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", diff --git a/file-formats/srvb/srvb-v1.json b/file-formats/srvb/srvb-v1.json index d2317239d..9ba87e629 100644 --- a/file-formats/srvb/srvb-v1.json +++ b/file-formats/srvb/srvb-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", diff --git a/file-formats/srvc/srvc-v1.json b/file-formats/srvc/srvc-v1.json index e94410aeb..7f15e68c3 100644 --- a/file-formats/srvc/srvc-v1.json +++ b/file-formats/srvc/srvc-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", diff --git a/file-formats/susi/susi-v1.json b/file-formats/susi/susi-v1.json index 346f9c6cf..3ad142940 100644 --- a/file-formats/susi/susi-v1.json +++ b/file-formats/susi/susi-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", diff --git a/file-formats/swcr/swcr-v1.json b/file-formats/swcr/swcr-v1.json index db160adeb..26c9797be 100644 --- a/file-formats/swcr/swcr-v1.json +++ b/file-formats/swcr/swcr-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", diff --git a/file-formats/uipg/uipg-v1.json b/file-formats/uipg/uipg-v1.json index 7b2f59c36..5623dc8f6 100644 --- a/file-formats/uipg/uipg-v1.json +++ b/file-formats/uipg/uipg-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", diff --git a/file-formats/uist/uist-v1.json b/file-formats/uist/uist-v1.json index 99beaca4e..b03e11f7b 100644 --- a/file-formats/uist/uist-v1.json +++ b/file-formats/uist/uist-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",