nickel-lang / json-schema-to-nickel

Convert JSON schemas into Nickel contracts
Apache License 2.0
32 stars 0 forks source link

tolerant contract #25

Open Radvendii opened 1 year ago

Radvendii commented 1 year ago

right now we only turn the json schema into a nice record contract if it can be perfectly represented as such. otherwise, we fall back to a contract generated from a predicate.

in that more general case, the LSP doesn't get any information for e.g. autocompletion.

we should