Currency schema is overaggressive
Assume it's looking at the periods in the version

Sorting for numbers has trouble
For currency it should be the lowest number to highest.

Boolean ASC should likely be true-false, not false-true
This is minor, and i solved it with labeling, but it feels wrong to ASC by false first.

JSON should maybe be off? Or based on size?

Email / render content doesn't respect alpha sorting
Assume because it's coming in a a rendered react node and not a string

Currency schema is overaggressive
Assume it's looking at the periods in the version
Sorting for numbers has trouble
For currency it should be the lowest number to highest.
Boolean ASC should likely be true-false, not false-true
This is minor, and i solved it with labeling, but it feels wrong to ASC by false first.
JSON should maybe be off? Or based on size?
Email / render content doesn't respect alpha sorting
Assume because it's coming in a a rendered react node and not a string