I’m trying to understand best practices on using spec2 schema, select and and qualified-keys in general. Is this idiomatic use of Spec2? https://gist.github.com/ikitommi/87f9b9136167c6be2e4b9f315a212046
oh, the closed spec don’t even work there. Can one close selects (or subslects)?
closing the schema seems to work
… but can’t make the one field optional just with schema.
you can only close schemas, but I think there are some impl gaps in properly validating use of a select over a closed schema
but otherwise, sure? I don't consider any of the schema/select stuff done, so hard to suggest "best" practices :)
thanks. would be great to able to say, “close all schemas/selects” in the future.
that's something we've discussed
so tbd
👍