Austin Wright

Results 39 issues of Austin Wright

When accepting JSON documents for submission, it is frequently the case the documents are objects that have at least one property that is required, such as an ID or name...

Type: Enhancement
core
validation

I've been trying to implement $recursiveRoot and $recursiveRef myself, and it's pretty gnarly. I think we were trying to keep it super simple for implement, but it ended up having...

Type: Enhancement
Priority: Low
core

CBOR ([RFC7049](https://tools.ietf.org/html/rfc7049), http://cbor.io/) is considered a binary version of JSON, however it implements a superset of functionality, including native dates, byte (octet) strings (JSON is UTF), integers, URIs, and different...

question
core

EXI for JSON https://www.w3.org/TR/exi-for-json/ is a method of compressing JSON into a compact binary form, using the algorithm defined by EXI (originally defined for XML). For draft-5, we need not...

Type: Enhancement
core

There should be a section with guidelines for how to write a validator API. The section would be informative (non-normative), on observations on how to best expose the functionality that...

core

Unicode is a complex technology that probably nobody will ever fully understand. But we should add a few notes on common implementation conserns, especially security considerations. Also consider the behavior...

core
Type: Security

When introducing RDF to new users (see: #2, #6), we should consider what's in it for them. So what is the benefit of using RDF, instead of building a bunch...

To make it easier for people to contribute to the website, there should be a link to edit the source file on GitHub. Some details: * https://milanaryal.com/adding-edit-on-github-links-to-github-pages-using-jekyll/ Additional examples (look...

It might be useful if we include a brief summary of what features different validators support, and indicate test suite compliance. This might be a task better handled by someone...

Things to probably include: - http://codalogic.github.io/jcr/ - https://datatracker.ietf.org/doc/draft-cordell-jcr-co-constraints/ - https://tools.ietf.org/html/draft-greevenbosch-appsawg-cbor-cddl-08

Status: Available
Priority: Low
Type: Enhancement