Skip to main content

Module schema

Module schema 

Source
Expand description

Field types, and the per-class shape a transform needs.

This lives in parse-rust-storage rather than parse-rust-schema because both adapters need it to lower a value, and the transform cannot be written without knowing which fields are Pointers. parse-rust-schema will own inference, validation and CLP on top of these types.

Structs§

ClassSchema
The shape of one class: what a transform needs to lower or raise a document.

Enums§

FieldType
A Parse field type.