Expand description
Schema inference engine โ discovers typed data models from SiteMap structured data.
Walks every node in the SiteMap, groups by Schema.org type, infers field types,
calculates nullability, and produces a CompiledSchema with all discovered models.
Functionsยง
- infer_
schema - Infer a
CompiledSchemafrom a SiteMap.