Creates a Schema that adds logic rules to a form.
Schema
function schema<TValue>(fn: SchemaFn<TValue>): Schema<TValue>;