Equivalent of `Schema.props()` in the new schema
Is there an equivalent of
Schema.props({ test: Schema.prop(Schema.string).from("t_e_s_t") }) in the new schema?Schema.props({ test: Schema.prop(Schema.string).from("t_e_s_t") })