diff --git a/file-formats/dmon/dmon-v1.json b/file-formats/dmon/dmon-v1.json index 4f05da7c8..24aaec109 100644 --- a/file-formats/dmon/dmon-v1.json +++ b/file-formats/dmon/dmon-v1.json @@ -2,6 +2,8 @@ "$comment": "This file is autogenerated, do not edit manually, see https://github.com/SAP/abap-file-formats for more information.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://github.com/SAP/abap-file-formats/blob/main/file-formats/dmon/dmon-v1.json", + "title": "ABAP Daemon", + "description": "ABAP daemon", "type": "object", "properties": { "formatVersion": { diff --git a/file-formats/dmon/type/zif_aff_dmon_v1.intf.abap b/file-formats/dmon/type/zif_aff_dmon_v1.intf.abap index 8b38e5100..49441c64c 100644 --- a/file-formats/dmon/type/zif_aff_dmon_v1.intf.abap +++ b/file-formats/dmon/type/zif_aff_dmon_v1.intf.abap @@ -78,7 +78,8 @@ INTERFACE zif_aff_dmon_v1 END OF co_daemon_type. TYPES: - + "!

ABAP Daemon

+ "! ABAP daemon BEGIN OF ty_main, "! $required format_version TYPE zif_aff_types_v1=>ty_format_version, diff --git a/file-formats/nont/nont-v1.json b/file-formats/nont/nont-v1.json index e16f589e9..5552f1bc0 100644 --- a/file-formats/nont/nont-v1.json +++ b/file-formats/nont/nont-v1.json @@ -2,6 +2,8 @@ "$comment": "This file is autogenerated, do not edit manually, see https://github.com/SAP/abap-file-formats for more information.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://github.com/SAP/abap-file-formats/blob/main/file-formats/nont/nont-v1.json", + "title": "SAP Object Node Type", + "description": "SAP object node type", "type": "object", "properties": { "formatVersion": { diff --git a/file-formats/nont/type/zif_aff_nont_v1.intf.abap b/file-formats/nont/type/zif_aff_nont_v1.intf.abap index 125771a33..9b81c3683 100644 --- a/file-formats/nont/type/zif_aff_nont_v1.intf.abap +++ b/file-formats/nont/type/zif_aff_nont_v1.intf.abap @@ -2,7 +2,8 @@ INTERFACE zif_aff_nont_v1 PUBLIC. TYPES: - + "!

SAP Object Node Type

+ "! SAP object node type BEGIN OF ty_main, "! $required format_version TYPE zif_aff_types_v1=>ty_format_version, diff --git a/file-formats/ront/ront-v1.json b/file-formats/ront/ront-v1.json index 319138dbf..845e4cb56 100644 --- a/file-formats/ront/ront-v1.json +++ b/file-formats/ront/ront-v1.json @@ -2,6 +2,8 @@ "$comment": "This file is autogenerated, do not edit manually, see https://github.com/SAP/abap-file-formats for more information.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://github.com/SAP/abap-file-formats/blob/main/file-formats/ront/ront-v1.json", + "title": "SAP Object Type", + "description": "SAP object type", "type": "object", "properties": { "formatVersion": { diff --git a/file-formats/ront/type/zif_aff_ront_v1.intf.abap b/file-formats/ront/type/zif_aff_ront_v1.intf.abap index 91049a877..c1c3f5a29 100644 --- a/file-formats/ront/type/zif_aff_ront_v1.intf.abap +++ b/file-formats/ront/type/zif_aff_ront_v1.intf.abap @@ -24,7 +24,8 @@ INTERFACE zif_aff_ront_v1 END OF co_category. TYPES: - + "!

SAP Object Type

+ "! SAP object type BEGIN OF ty_main, "! $required format_version TYPE zif_aff_types_v1=>ty_format_version,