1 2 3 4 5 6
schema_oxidation::generate_from_file!(schema: "tests/test-01.json"); #[test] fn test_root_equal() { let _s: schema::SchemaRoot = "abc".to_string(); }