pub trait Schema: Type { const NAME: &'static str; }
Represents a OpenAPI schema.
The name of this schema type.