Git Product home page Git Product logo

Comments (4)

natesilva avatar natesilva commented on September 26, 2024

@pvorb What would be the use case? I can see the case for isRegistered(id), but get(id) is harder to understand: you added the schema, so why do you need to retrieve it?

If there’s a good use case for this, ultimately the SchemaRegistry object itself may need to be exposed. Maybe you’d be able to pass a SchemaRegistry to the Validator constructor; the Validator would create a default SchemaRegistry if none was passed.

from jayschema.

pvorb avatar pvorb commented on September 26, 2024

I am working with a lot of (20+) schema files that are all traversed once and then registered with JaySchema. Afterwards I want to validate even more data. validate() needs a “main” schema to validate an instance, so I either would have to reload the schema from disk or hold another data structure that maps from IDs to schemas.

If I could retrieve the schema from JaySchema's registry, I wouldn't need that additional data structure. But it's your decision. If you think the registry should be hidden from the user, that's ok.

from jayschema.

natesilva avatar natesilva commented on September 26, 2024

Ah, I see. I recently added a feature where you can pass a string id to the validate() function instead of a schema. So you shouldn’t need to get hold of the schema again if you know its id.

Does that solve your problem?

I do think it makes sense to expose isRegistered(id). That can be helpful if you’re registering a whole bunch of schemas.

from jayschema.

pvorb avatar pvorb commented on September 26, 2024

Ah, I see. I recently added a feature where you can pass a string id to the validate() function instead of a schema.
So you shouldn’t need to get hold of the schema again if you know its id.

That's exactly what I need. :-) I must have missed this feature.

from jayschema.

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.