Skip to content
Sunyoung Yoo edited this page Jun 24, 2025 · 1 revision

Welcome to the scitiff wiki!

Trouble Shootings

Schema file updated but not passing the up-to-date validation test

It was because I updated the json file with scitiff-dev-dump-schema in my local environment
that had different versions of dependencies that were used to create the json schema file (probably pydantic).
As I updated the file with the same dependencies as CI (and tox), it passed the test.

Clone this wiki locally