Description
Adds object-oriented path handling around JSON Schema specifications. It helps Python tools navigate schema documents, resolve parts of a schema, and work with schema references more conveniently.
Developers use it inside validators, API tooling, and documentation generators. Schema paths influence which rules are applied, so incorrect resolution can lead to weak validation.