pub fn mapping_schema_from_validation_schema(
schema: &ValidationSchema,
) -> MappingSchemaExpand description
Build a MappingSchema from a ValidationSchema payload.
This is useful for APIs that already accept ValidationSchema-shaped input
(for example JSON wrappers) and need to run schema-aware lineage or other
resolver-based analysis.