From 8df33e00333af2cae72a4007c47b3e15707e41ac Mon Sep 17 00:00:00 2001 From: Ruixing Yang Date: Thu, 19 Dec 2024 14:08:02 +0100 Subject: [PATCH] add example --- .../examples/z_aff_example_rvbc.rvbc.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 file-formats/rvbc/examples/z_aff_example_rvbc.rvbc.json diff --git a/file-formats/rvbc/examples/z_aff_example_rvbc.rvbc.json b/file-formats/rvbc/examples/z_aff_example_rvbc.rvbc.json new file mode 100644 index 000000000..a92a69648 --- /dev/null +++ b/file-formats/rvbc/examples/z_aff_example_rvbc.rvbc.json @@ -0,0 +1,21 @@ +{ + "formatVersion": "1", + "header": { + "description": "Example RVBC for ABAP File Formats", + "originalLanguage": "en", + "abapLanguageVersion": "standard" + }, + "bookletDefinition": { + "application": "test.app.adt.editor", + "source": "predefined", + "status": "draft", + "consistencyStatus": "consistent", + "extensibilityMode": "supportedPredefinedQueries" + }, + "predefinedIna1Service": { + "ina1Service": "UI_INA_TST_FLIGHT_SERVBIND" + }, + "customIna1Service": { + "ina1Service": "YY1_TEST_INA1" + } +} \ No newline at end of file