SAP / abap-file-formats

File formats that define and specify the file representation for ABAP development objects
MIT License
58 stars 56 forks source link

EDCK: don't serialize default values #668

Open albertmink opened 1 month ago

albertmink commented 1 month ago

Example contains default values that are specified in JSON Schema. As per specification of the ABAP file formats, this is not needed and shall be removed.

Example https://github.com/SAP/abap-file-formats/blob/06134bd217a27ed1b039bf6b963f99c32af793e8/file-formats/edck/examples/z_aff_example_edck.edck.json#L9-L11

with defaults as and others https://github.com/SAP/abap-file-formats/blob/06134bd217a27ed1b039bf6b963f99c32af793e8/file-formats/edck/edck-v1.json#L84

Please @KUMARMUKULSAP clean the example accordingly (for some reason I cannot assign you directly to the issue).