rschema icon indicating copy to clipboard operation
rschema copied to clipboard

Schema-based validation and coercion for Ruby data structures

Results 1 rschema issues
Sort by recently updated
recently updated
newest added

I'd like to be able to define keys within a hash that are mutually exclusive (i.e., only one of them should exist). ```` # Good { "foo": "bar" } #...