1const JSON_SCHEMA: &str = include_str!(concat!(env!("OUT_DIR"), "/schema.json")); 2 3fn main() { 4 println!("{}", JSON_SCHEMA); 5}