Code Monkey home page Code Monkey logo

Comments (7)

SebastienElet avatar SebastienElet commented on August 15, 2024 3

I was trying djv but i will have to bring back ajv because i meet this issue on all my schema :-(

from djv.

Anthropic avatar Anthropic commented on August 15, 2024 1

@korzio would this issue be the cause of the following error?

Result from errorHandler:

[ { keyword: 'oneOf',
    dataPath: '.test[0]',
    schemaPath: '#/properties/test/items/oneOf' } ]

From schema:

{
  "id": "ofTest",
  "type": "object",
  "properties": {
    "test": {
      "type": "array",
      "items": {
        "type": "object",
        "oneOf": [
          { "properties": { "alpha": { "type": "string" }}, "additionalProperties": false },
          { "properties": { "beta": { "type": "string" }}, "additionalProperties": false }
        ]
      }
    }
  },
  "required": [
    "test"
  ]
};

With data:

{ "test": [{ "alpha": "a" }]}

The error handlers I have for both ajv and tv4 pass the test with no objects added to the error array.

from djv.

andreypechkurov avatar andreypechkurov commented on August 15, 2024

Hi guys.

Are there any updates on a fix for this bug? Or a known workaround?

from djv.

korzio avatar korzio commented on August 15, 2024

@andreypechkurov
I have to fix it indeed :(
A workaround probably could be some sort of not keyword usage

from djv.

vernonjohnson avatar vernonjohnson commented on August 15, 2024

@korzio Could you elaborate a bit more on the work around?

from djv.

Jesperrekuh avatar Jesperrekuh commented on August 15, 2024

Same problem here.
Appreciate the work you've done so far, thank you!

from djv.

korzio avatar korzio commented on August 15, 2024

Added a branch with failing tests - https://github.com/korzio/djv/tree/issues-46-nested-schemas
This one for example:

"description": "const with object",
        "schema": {"const": {"foo": "bar", "baz": "bax"}},
        "tests": [
            {
                "description": "same object is valid",
                "data": {"foo": "bar", "baz": "bax"},
                "valid": true
            },

from djv.

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.