schemalint 1.1.0

Static analysis tool for JSON Schema compatibility with LLM structured-output providers
Documentation
1
2
3
4
5
//! Built-in capability profiles (folded in from the former schemalint-profiles crate).
pub const OPENAI_SO_2026_04_30: &str = include_str!("../profiles/openai.so.2026-04-30.toml");
pub const ANTHROPIC_SO_2026_04_30: &str = include_str!("../profiles/anthropic.so.2026-04-30.toml");
pub const OPENAI_TRUTH: &str = include_str!("../profiles/truth/openai.truth.toml");
pub const ANTHROPIC_TRUTH: &str = include_str!("../profiles/truth/anthropic.truth.toml");