Coder Social home page Coder Social logo

Comments (7)

bcherny avatar bcherny commented on May 16, 2024

@jcogilvie Do you know if this is caused by your commit?

from json-schema-to-typescript.

jcogilvie avatar jcogilvie commented on May 16, 2024

Until my commit, we weren't using referenced json files at all, so I think this is probably just additional work on top of mine. Possible it's a bug in the implementation but more likely just a case that wasn't in the test suite and didn't get considered.

from json-schema-to-typescript.

bcherny avatar bcherny commented on May 16, 2024

Sounds good - will look into it. Thanks @jcogilvie

from json-schema-to-typescript.

bcherny avatar bcherny commented on May 16, 2024

@simonschllng Interface names should be PascalCased - that is TypeScript convention. In your case, you need to PascalCase geo.json to Geo.json.

If there is more interest in preserving casing in the future, we can consider adding an exception for referenced schema names.

from json-schema-to-typescript.

simonschllng avatar simonschllng commented on May 16, 2024

@bcherny this can only be considered a workaround. If you translate source to destination you can not rely on the source meeting destination's naming conventions. For now I can change it. As soon as you support using http refs, people might like to reference json-schema.org/geo or something else they are not able to rename.

from json-schema-to-typescript.

bcherny avatar bcherny commented on May 16, 2024

@simonschllng Good point about network schemas! The reason we automatically change name casing in some cases, is that by convention JSON-Schema property names are lowercased, while TS interface and type names are pascalcased.

We can either (1) always keep original casing, (2) keep original casing just for referenced schemas as a way to keep to convention as much as possible, or (3) also adjust casing for referenced schemas.

My vote is for (3). Filed #23 to track it.

from json-schema-to-typescript.

bcherny avatar bcherny commented on May 16, 2024

@simonschllng FYI this is fixed as part of 4.0.0. Sorry about the delay!

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.