schema: fix reference to axes to use URLs, too - #203
Conversation
Automated Review URLs |
|
I was also just looking at the 0.5 branch, where In fact, I don't see a compelling reason why the axes.schema has to be its own file (that a schema resolver would need to find) in the first place. If nothing speaks against it, I could inline the axes.schema into the coordinate_systems.schema in a follow-up PR. Unless I end up breaking the validator or something like that |
|
@jo-mueller Currently, the validator will try to load a |
lubianat
left a comment
There was a problem hiding this comment.
I don't have the complete background, but it is self contained and I trust @jo-mueller with the decision.
Pointed out by @will-moore more here. The reference to the axes schema doesn't use the correct format because
axesare not defined in the same schema document. This likely will need to be fixed for 0.1 .... 0.5 as well.Edit: The axes schema doesn't sit in its own document for version 0.1...0.5, so this doesn't need to be backported 👍