Jason Desrosiers

Results 563 comments of Jason Desrosiers

There isn't a CLI, but it wouldn't be hard to make one. Unfortunately, I don't have to time to work on something like that at the moment. I'd be thrilled...

I never implemented descriptive error messaging. The theory was that the standard JSON Schema output format, would allow people to write tools to consume that format to give you nice...

I think you can leave it open. It will help others with the same question find the answer they're looking for. I'll close it in the future if/when the situation...

Looks good other than some linting errors. After you fix the linting errors, please rebase and squash your commits. Then it'll be ready to merge.

I agree with @gregsdennis, a new keyword is not necessary, however I could see this keyword as part of a vocabulary of keywords that support mock servers or something similar.

You can express this relationship with JSON Hyper-Schema. Hyper-schema allows you to represent links given a plain JSON document. Through those links, you can do things like hint at what...

I you're interested, you can see a demo hyper-schema in action [here](http://json-browser.s3-website-us-west-1.amazonaws.com/?url=http%3A//hypermedia-todo.herokuapp.com/) and the schemas that drive it [here](https://github.com/jdesrosiers/todo-api/tree/master/schema).

Here are a couple implementation specific guides you might find useful. * https://docs.json-everything.net/schema/vocabs/ * https://github.com/hyperjump-io/json-schema#meta-schemas-keywords-vocabularies-and-dialects-experimental

@jerstlouis This proposal is different in that your use case requires values from the instance being validated to fill in the URI Template. The good news for you is that...