diff --git a/file-formats/enhs/enhs.json b/file-formats/enhs/enhs.json index 5bde24bf4..022cd1a68 100644 --- a/file-formats/enhs/enhs.json +++ b/file-formats/enhs/enhs.json @@ -73,7 +73,6 @@ }, "additionalProperties": false, "required": [ - "sapInternal", "tool" ] }, @@ -280,9 +279,7 @@ } }, "if": { - "useFallbackClass": { - "const": "true" - } + "properties": { "useFallbackClass": { "const": "true" } } }, "then": { "required": [ diff --git a/file-formats/enhs/examples/z_aff_example_enhs.enhs.json b/file-formats/enhs/examples/z_aff_example_enhs.enhs.json index f80b1ebcf..551a67b6c 100644 --- a/file-formats/enhs/examples/z_aff_example_enhs.enhs.json +++ b/file-formats/enhs/examples/z_aff_example_enhs.enhs.json @@ -6,7 +6,6 @@ "abapLanguageVersion": "standard" }, "configuration": { - "sapInternal": "false", "tool": "badiDefinition" }, "badiDefinitions": [ @@ -15,8 +14,7 @@ "description": "This is an example Badi Definition", "interface": "Z_AFF_EXAMPLE_BADI_INTF", "instantiation": "creatingNewInstances", - "multipleUse": "true", - "sapInternal": "false", + "multipleUse": true, "useFallbackClass": false, "filterLimitation": false, "documentationId": "",