Closed
Description
The v2.1.0 schema is duplicated in two places in the repository:
https://github.com/oasis-tcs/sarif-spec/blob/master/Schemata/sarif-schema-2.1.0.json
https://github.com/oasis-tcs/sarif-spec/blob/master/Documents/CommitteeSpecifications/2.1.0/sarif-schema-2.1.0.json
Furthermore, they are not byte-for-byte identical - the former uses CRLF line endings, whereas the latter uses LF line endings.
Do we need two copies? If so, can we make them identical?