We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4eb26 commit 3e47aceCopy full SHA for 3e47ace
src/zif_types.intf.abap
@@ -71,8 +71,7 @@ INTERFACE zif_types PUBLIC.
71
" *** PACKAGE.ABAP.JSON ***
72
73
TYPES:
74
- "! Full manifest (fetched with "accept: application/json" in HTTP headers)
75
- "! This type mirrors the package.abap.json schema
+ "! Schema for package.abap.json
76
BEGIN OF ty_package_json,
77
name TYPE string,
78
version TYPE string,
@@ -226,6 +225,7 @@ INTERFACE zif_types PUBLIC.
226
225
BEGIN OF c_engine,
227
abap TYPE string VALUE 'abap',
228
apm TYPE string VALUE 'apm',
+ btp TYPE string VALUE 'btp',
229
END OF c_engine.
230
231
CONSTANTS:
0 commit comments