schema
schema
#
Tools that operate on schemas, sitting above the type vocabulary.
Where core/ is the machinery the vocabulary is built from, this package
consumes the finished vocabulary (containers/, scalars/,
compositions/, special/): serialize turns a type to and from its
JSON schema (schema / from_schema / structural_eq), resolve
walks a schema by on-disk path components (the server validates every request
path with it), and codegen generates a typed Python module from a schema.
Re-exports live at the capturegraph root.