Bence Eros
Bence Eros
Hello, maven coordinates of the everit-org/json-schema are quite baroque, mostly because I left everit-org (the company) soon after the first release of the json-schema project. So the history is: *...
Hello @jorgheymans , thanks for your kind words. The library uses [inquirer.js](https://github.com/SBoudrias/Inquirer.js/) , I will look after if it supports special key handling while reading a response.
Yup, I've checked Mockito too (due to the PR #49 ) but it seems mockito 1.x is obsolete already, while 2.0 is still in beta. I personally don't recommend changing...
I meant that if 2.x is in beta then probably they will roll out a stable release soon, and in that moment 1.x will be the "old" mockito. I do...
@handrews @awwright @Relequestual any thoughts on this?
Okey. These 2 proposals can even live together, json-schema-org/json-schema-spec#109 for untyped references and this for typed ones. I will get back to here with some examples when I will have...
### Example for using typed JSON Pointers Lets consider a json format which represents 3D objects in a scenegraph and collisions of elements. So it has 2 root properties: -...
@handrews the following came into my mind when reading your comment above: what about defining these references as * `"type" : "reference"` (or maybe `"pointer"`) * `"format"` : it can...
I'm glad to see you start liking it :) Hopefully I will have some time to work on this after Christmas.
Back to your question @epoberezkin : > I don't understand how "format": "jsonpointer" is not sufficient `"type":"jsonpointer"` (or `"type":"reference"`) is typed, ie. the schema of the referred value is defined...