Remix.run Logo
jhoechtl 2 hours ago

I think JSON Schema made the same fallacy as eg. OWL did: The assumption of an open world. 99% percent of the time you want to express "This message should look like this and everything else is wrong". Instead JSON-S went the way to make everything possible at the price of rendering the default unwieldy.

ether_at_cpan an hour ago | parent [-]

There's a way to express that though: by adding `"unevaluatedProperties": false` underneath your properties list.