Coder Social home page Coder Social logo

Comments (6)

fge avatar fge commented on July 3, 2024

You probably mean JsonTree?

This class is meant to be used for JSON instances to validate. For reporting purposes, I want the path into the instance to be available.

When I .append(), I navigate into the node, and push the current context, and node, into the queues. When I .pop(), I get back to the previous context by pop()ing from the queues.

For instance, when I validate an array, I do:

  • validate the array itself;
  • if it is valid, go through its elements:
    • grab the schema matching an index;
    • append that index using the tree;
    • validate the node at this index;
    • pop.

Recursively so.

from json-schema-validator.

fge avatar fge commented on July 3, 2024

As to building a JSON Schema, I don't really build one: it is provided to me as a JsonNode. I extract information out of it and process with ref resolving, syntax checking and instance validation in that order.

But that is the part which I am currently refactoring!

from json-schema-validator.

fge avatar fge commented on July 3, 2024

Oh, and finally, there is also JsonSchemaTree: it does the same as JsonTree, except that it also pushes/pops resolution context information (necessary for $ref).

from json-schema-validator.

reinert avatar reinert commented on July 3, 2024

Who is responsible for navigating into the tree and validante it's nodes recursively?

from json-schema-validator.

fge avatar fge commented on July 3, 2024

This is not commited yet. It will be a series of (for now) SchemaProcessors.

My intent is to make it a sufficiently generic interface to be used for ref resolution, syntax checking and instance validation.

And maybe even more in the future.

from json-schema-validator.

fge avatar fge commented on July 3, 2024

Closing this one, will put word in mouth and plug JJSchema.

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.