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

split json-schema/schema validation to its own repository #541

Open
xgui3783 opened this issue Jan 18, 2024 · 1 comment
Open

split json-schema/schema validation to its own repository #541

xgui3783 opened this issue Jan 18, 2024 · 1 comment
Labels
maintenance Not a bug or breaking issue. Code maintenance related. version 2.0.0

Comments

@xgui3783
Copy link
Member

At the moment, configuration files and their validation both resides within siibra-python. This sometimes creates a cyclic dependency, and cause siibra-configuration/siibra-python to fail.

It could be the case that moving the siibra configuration json schema and its validators into a separate repository may fix this issue.

@AhmetNSimsek
Copy link
Collaborator

AhmetNSimsek commented Jan 24, 2024

  • Create a public repo for all schemas in github
  • Add check schema to the new repo.
  • Remove schemas from siibra-python
  • Carry deprecated schemas from siibra-python to the new repo
  • Add functionality to inform deprecation of schemas

@AhmetNSimsek AhmetNSimsek added version 2.0.0 maintenance Not a bug or breaking issue. Code maintenance related. labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Not a bug or breaking issue. Code maintenance related. version 2.0.0
Projects
None yet
Development

No branches or pull requests

2 participants