Closed KevinWiebe closed 3 years ago
Some of the schema files do not have consistent indenting.
For example, metadata.schema.json , line 352 The elements under "geographicalExtent" are indented twice as much as they should be.
metadata.schema.json
line 360 "temporalExtent" should be lined up with "geographicalExtent" but it is not.
Many other examples.
There are nice formatting tools that can clean this up, and I don't think new versions need to have version changes or anything.
oh right, thanks! I'll reformat soon.
PS: you read them all? Nice day you must have had 😜
Some of the schema files do not have consistent indenting.
For example,
metadata.schema.json
, line 352 The elements under "geographicalExtent" are indented twice as much as they should be.line 360 "temporalExtent" should be lined up with "geographicalExtent" but it is not.
Many other examples.
There are nice formatting tools that can clean this up, and I don't think new versions need to have version changes or anything.