Skip to content

Commit 3e47ace

Browse files
committed
btp
1 parent 6e4eb26 commit 3e47ace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zif_types.intf.abap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ INTERFACE zif_types PUBLIC.
7171
" *** PACKAGE.ABAP.JSON ***
7272

7373
TYPES:
74-
"! Full manifest (fetched with "accept: application/json" in HTTP headers)
75-
"! This type mirrors the package.abap.json schema
74+
"! Schema for package.abap.json
7675
BEGIN OF ty_package_json,
7776
name TYPE string,
7877
version TYPE string,
@@ -226,6 +225,7 @@ INTERFACE zif_types PUBLIC.
226225
BEGIN OF c_engine,
227226
abap TYPE string VALUE 'abap',
228227
apm TYPE string VALUE 'apm',
228+
btp TYPE string VALUE 'btp',
229229
END OF c_engine.
230230

231231
CONSTANTS:

0 commit comments

Comments
 (0)