Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#4031] Set geometry as part of the JSON Schema #4102

Closed
wants to merge 4 commits into from

Conversation

Viicos
Copy link
Contributor

@Viicos Viicos commented Apr 3, 2024

This turns out to be to hard to implement, as nesting the JSON Schema under

{"type": "object", "properties": {"data": data_json_schema}}

leads to unexpected issues (data_json_schema can have "meta" attributes, such as $id, $schema that needs to be handled).

All references also need to be updated, to account for the initial /data/ path bit. So I'm closing this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant