Austin Wright

Results 39 issues of Austin Wright

As seen in the current webr3/master c79068c4116996c690db1abee677a4ea892b8128 on Node.js v0.3.3-pre 1a894b39b3c622e7c7d228c049e68b65e4334ee5 (with a js3.js file as seen below symlinked to js3.node.js, though it doesn't seem to make a difference), and...

In some of the discussion around annotation-only or SVA (simple value annotation) keywords, some commenters seem to suggest the "@" naming scheme would be useful for writing custom keywords. This...

proposal

The extent to which JSON Schema can be used to validate data structured as a non-JSON input isn't defined well enough. The spec currently says > However, any document or...

Most regular/context-free grammars that are a subset of JSON documents have an equivalent representation in JSON Schema. However there's some kinds of JSON arrays that can be specified with a...

proposal

The "format" keyword has historically changed functionality, it's gone back and forth from being a validation keyword, to annotation, back to a validation keyword _if_ you specify (out-of-band) that it's...

proposal

This is an alternative to #1244, and like that issue, this one should be incorporated prior to #1365. This PR makes a clearer distinction between validation uses and annotation uses...

There are many applications where a schema is distributed for use by numerous, arbitrary validators. For example, an API describes to clients a range of values that are acceptable as...

This issue proposes a set of keywords that would let schemas reference external assertions about the permitted range of instances/values. It is a different way of solving many of the...

I run into a problem when trying to upgrade my global packages. To upgrade them, I run `yarn global upgrade --latest`, but it just reports this error: ``` warning package.json:...