Skip to content

Commit 3348160

Browse files
Merge pull request #52 from SAP/fixEnhsSchema
Fix schema for ENHS
2 parents 156e0ff + 6d805bd commit 3348160

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

file-formats/enhs/enhs.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
},
7474
"additionalProperties": false,
7575
"required": [
76-
"sapInternal",
7776
"tool"
7877
]
7978
},
@@ -280,9 +279,7 @@
280279
}
281280
},
282281
"if": {
283-
"useFallbackClass": {
284-
"const": "true"
285-
}
282+
"properties": { "useFallbackClass": { "const": "true" } }
286283
},
287284
"then": {
288285
"required": [

file-formats/enhs/examples/z_aff_example_enhs.enhs.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"abapLanguageVersion": "standard"
77
},
88
"configuration": {
9-
"sapInternal": "false",
109
"tool": "badiDefinition"
1110
},
1211
"badiDefinitions": [
@@ -15,8 +14,7 @@
1514
"description": "This is an example Badi Definition",
1615
"interface": "Z_AFF_EXAMPLE_BADI_INTF",
1716
"instantiation": "creatingNewInstances",
18-
"multipleUse": "true",
19-
"sapInternal": "false",
17+
"multipleUse": true,
2018
"useFallbackClass": false,
2119
"filterLimitation": false,
2220
"documentationId": "",

0 commit comments

Comments
 (0)