fn main() { // Trigger a rebuild if the schema file has changed println!("cargo::rerun-if-changed=schema.json"); }