Coder Social home page Coder Social logo

If `minProperties` is greater than or equal to the number of declared properties and `additionalProperties` is `false`, all properties should be required about json-schema-to-typescript HOT 2 OPEN

andreww2012 avatar andreww2012 commented on June 4, 2024
If `minProperties` is greater than or equal to the number of declared properties and `additionalProperties` is `false`, all properties should be required

from json-schema-to-typescript.

Comments (2)

GabenGar avatar GabenGar commented on June 4, 2024

What is the usecase? "minProperties" is used for various types of hash tables or when only a subset of any properties listed is required (in which case all properties are optional as far as types concerned). The example above can be expressed as declaring "required" array and it will result in a more readable schema and most likely more performant validation function.

from json-schema-to-typescript.

andreww2012 avatar andreww2012 commented on June 4, 2024

It (kind of) prevents fields duplication problem if all fields are required (I wish JSON schema had an easy and safe way to express this). Kind of, because if new ones are added, one may still forget to update minProperties.

And, well, technically the current behaviour is incorrect.

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.