top | item 46082353

(no title)

jhoechtl | 3 months 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.

discuss

order

ether_at_cpan|3 months ago

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