GithubHelp home page GithubHelp logo

Comments (3)

justin-tay avatar justin-tay commented on May 28, 2024

The output unit needs to serialize the errors to the message to implement A Specification for Machine-Readable Output for JSON Schema Validation and Annotation so that won't change.

It's also not really possible to return a stronger type, as the type varies and Object is the only shared super type.

If the issue is that you would like the ability to customize the messages for those formats then I can see if something can be exposed to do so.

from json-schema-validator.

JR-Utily avatar JR-Utily commented on May 28, 2024

Well, I didn't interpret the spec as you did, but I get your point.
IMHO, the format given for LIST and HIERACHY are examples, not what MUST be implemented. When it says " however it is RECOMMENDED that the output be convertible to the JSON format defined herein via serialization or other means. " it does not say the error message has to be already formulated in one locale in output units, only that it should be easily serializable in json (and most struct data are).
BUT this is just my opinion, and I see what you did in the PR, which is great.
If I understand correctly, it will allow to pass a function to instantiate any Class from a ValidationMessage so that Class would be put in the getErrors() Map ?
If so, it is really great, and I must thank you for the quickness of the patch !

from json-schema-validator.

justin-tay avatar justin-tay commented on May 28, 2024

Yes the mapped object will get put in the errors map. If you pass the identity function then the ValidationMessage will just get passed through as is, but you can also do your own mapping from the ValidationMessage to a String.

from json-schema-validator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.