SAP / abap-file-formats

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

Which JSON schema version? #39

Closed larshp closed 3 years ago

larshp commented 3 years ago

https://github.com/SAP/abap-file-formats/blob/main/file-formats/clas/clas.json uses https://json-schema.org/draft/2020-12/schema

https://github.com/SAP/abap-file-formats/blob/main/file-formats/enho/enho.json uses http://json-schema.org/draft/2019-09/schema

I expect that all definitions use the same json schema version definition

schneidermic0 commented 3 years ago

Thanks, this is a bug. We want to refer to the latest version (i.e., https://json-schema.org/draft/2020-12/schema)

schneidermic0 commented 3 years ago

@larshp Thanks for reporting this issue. Issue is fixed with #43.