Giter VIP home page Giter VIP logo

Comments (9)

jonaslagoni avatar jonaslagoni commented on June 1, 2024 1

Hey @jonaslagoni let me take this up, even though it's not marked as a good-first-issue .

I kinda got tired of modifying docs and now want to try to solve some core issues.

Please do! 👏

Feel free to ping me with any questions you may have 🙂

from modelina.

github-actions avatar github-actions commented on June 1, 2024

This issue has been automatically marked as stale because it has not had recent activity 😴
It will be closed in 60 days if no further activity occurs. To unstale this issue, add a comment with detailed explanation.
Thank you for your contributions ❤️

from modelina.

github-actions avatar github-actions commented on June 1, 2024

This issue has been automatically marked as stale because it has not had recent activity 😴
It will be closed in 60 days if no further activity occurs. To unstale this issue, add a comment with detailed explanation.
Thank you for your contributions ❤️

from modelina.

jonaslagoni avatar jonaslagoni commented on June 1, 2024

Gonna let stale run its cause, even though I would love to enable it, cant prioritize it at the moment.

from modelina.

ron-debajyoti avatar ron-debajyoti commented on June 1, 2024

Hey @jonaslagoni let me take this up, even though it's not marked as a good-first-issue .

I kinda got tired of modifying docs and now want to try to solve some core issues.

from modelina.

ron-debajyoti avatar ron-debajyoti commented on June 1, 2024

Hey @jonaslagoni, could you clarify a few things for me w.r.t the issue and correct me if I misunderstood anything ?

Currently we support input of AsyncAPI, JSON Schema and output data models of various languages like JS, Java, Go.

  • For this issue, we are trying to support the input of a Typescript data model and output the existing supported language ?
  • We are going to implement it by first converting the input Typescript model to JSON schema using the custom library mentioned above ? And then use the obtained JSON schema to output the language supported data model ?

from modelina.

jonaslagoni avatar jonaslagoni commented on June 1, 2024

For this issue, we are trying to support the input of a Typescript data model and output the existing supported language?

Yes, basically converting it to our internal model representation yes. So we can output it to multiple other languages 🙂

We are going to implement it by first converting the input Typescript model to JSON schema using the custom library mentioned above? And then use the obtained JSON schema to output the language-supported data model?

That is my suggestion yes 🙂 I.e. you "basically" do the same as the AsyncAPI input processor (and the other input processors tbh 😄) where it uses the JSON Schema input processor to convert the message payloads into the internal model representation (CommonModel) here:

const commonModels = JsonSchemaInputProcessor.convertSchemaToCommonModel(schema);

from modelina.

asyncapi-bot avatar asyncapi-bot commented on June 1, 2024

🎉 This issue has been resolved in version 0.51.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

from modelina.

asyncapi-bot avatar asyncapi-bot commented on June 1, 2024

🎉 This issue has been resolved in version 1.0.0-next.23 🎉

The release is available on:

Your semantic-release bot 📦🚀

from modelina.

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.