GithubHelp home page GithubHelp logo

Comments (8)

bcherny avatar bcherny commented on May 9, 2024

Fixed in 3773b24.

I'm not sure that foo: false is valid - can you point me to some reference material?

from json-schema-to-typescript.

donaldpipowitch avatar donaldpipowitch commented on May 9, 2024

What do you mean? Well you can take the schema and payload given in the first post and try it in an online validator.

from json-schema-to-typescript.

bcherny avatar bcherny commented on May 9, 2024
{
  "foo": false
}

Entering ^ in the validator you linked says that any value of foo is valid.

from json-schema-to-typescript.

donaldpipowitch avatar donaldpipowitch commented on May 9, 2024

I can't confirm that. For me, it looks like only false is valid and everything else is invalid:

image

image

image

from json-schema-to-typescript.

bcherny avatar bcherny commented on May 9, 2024

We're talking about different things. In your example above,

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "foo": {
      "enum": [ false ]
    }
  }
}

This works as expected.

{
  "foo": false
}

This is not valid JSON-Schema.

I'm talking about the 2nd example.

from json-schema-to-typescript.

donaldpipowitch avatar donaldpipowitch commented on May 9, 2024

This is not valid JSON-Schema.

Why not? What is wrong? I can't spot an error.

from json-schema-to-typescript.

bcherny avatar bcherny commented on May 9, 2024

Ah, again we're misunderstanding each other. In the 2 code blocks in my comment above, you meant the 1st code block as the schema, the 2nd code block as the json to validate against that schema.

I thought you meant both as json schemas.

If that interpretation is correct, then your issue was fixed in the commit I linked above.

from json-schema-to-typescript.

donaldpipowitch avatar donaldpipowitch commented on May 9, 2024

Yeah, right. The left one (one the pictures) is the schema, the right one ({ "foo": false }) is the input JSON which is validated against the schema :)

from json-schema-to-typescript.

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.