1
Ask HN: Is anyone using json schema?
I am building a JSON editor/viewer that conforms to a schema. It is sort of like a non developer friendly way to edit or view documented JSON. The best resource i've found for any kind of existing JSON schema standard is at http://json-schema.org
Either I have not been paying attention or I have not seen many API's or other JSON related software using any kind of schema for reference or validation.
I'm curious as to the pulse of who's adopted or found using a JSON schema useful or if it has been largely ignored and we're doing just fine without it.