master
encoding/jsonschema: update error messages
cue: fix Value.Unify closedness issues for evalv3
internal/core/adt: fix simplifcation of validators
internal/core/adt: more shallow evaluation of lists
encoding/jsonschema: run external tests in matrix
encoding/jsonschema: close structs and mark fields as required in enum and const
encoding/jsonschema: do not generate defaults
encoding/jsonschema: add external test suite
encoding/jsonschema: initial support for format keyword
encoding/jsonschema: implement if/then/else keywords
encoding/jsonschema: allow whole floats for unsigned numbers
encoding/jsonschema: use uint not number for min/maxLength
internal/core/adt: shorter validator error message
encoding/jsonschema: fix oneOf with unconstrained elements
internal/core/adt: handle dependencies fully in overlay
encoding/jsonschema: verify result is concrete in external tests
pkg/list: handle incomplete values for UniqueItems