Skip to main content

Module schema

Module schema 

Source
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 CompiledSchema from a SiteMap.