Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot process bundled JSON Schema files #608

Open
jonaslagoni opened this issue Feb 2, 2022 · 9 comments
Open

Cannot process bundled JSON Schema files #608

jonaslagoni opened this issue Feb 2, 2022 · 9 comments
Labels
bug Something isn't working keep Dont let stale get to it. stale

Comments

@jonaslagoni
Copy link
Sponsor Member

Describe the bug

Given the bundling process in JSON Schema, you should be able to provide the following JSON Schema.

{
    "$id": "http://asyncapi.com/modelina/CompleteRenderingOptions.json",
    "$schema": "http://json-schema.org/draft-07/schema",
    "additionalProperties": false,
    "allOf": [
        {
            "$ref": "http://asyncapi.com/modelina/java/Options.json"
        },
    ],
    "definitions": {
        "http://asyncapi.com/modelina/java/Options.json": true
    },
    "description": "!!Auto generated!! \n Do not manually edit. "
}

Expected behavior

Expected to accurately dereference the references and to build the types.

@jonaslagoni jonaslagoni added the bug Something isn't working label Feb 2, 2022
@jonaslagoni jonaslagoni changed the title Modelina cannot process bundled JSON Schema files Cannot process bundled JSON Schema files Feb 2, 2022
@jonaslagoni
Copy link
Sponsor Member Author

Potential JSON Schema replacement: https://github.com/APIDevTools/json-schema-reader

@ritik307
Copy link
Contributor

@jonaslagoni I would like to work on it.
Will you please explain the issue more and where to start?

@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity 😴

It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.

Thank you for your patience ❤️

@jonaslagoni
Copy link
Sponsor Member Author

@jonaslagoni I would like to work on it. Will you please explain the issue more and where to start?

Sorry, @ritik307 I must have missed your ping 🙃 Let me know if you are still interested.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 3, 2022

This issue has been automatically marked as stale because it has not had recent activity 😴

It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.

Thank you for your patience ❤️

@github-actions github-actions bot added the stale label Nov 3, 2022
@jonaslagoni jonaslagoni removed the stale label Nov 9, 2022
@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity 😴

It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.

Thank you for your patience ❤️

@github-actions github-actions bot added the stale label Mar 10, 2023
@jonaslagoni jonaslagoni added keep Dont let stale get to it. and removed stale labels Mar 10, 2023
@jonaslagoni
Copy link
Sponsor Member Author

Still waiting for a reference library that can handle these things..

@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity 😴

It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.

Thank you for your patience ❤️

Copy link
Contributor

github-actions bot commented Mar 9, 2024

This issue has been automatically marked as stale because it has not had recent activity 😴

It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.

Thank you for your patience ❤️

@github-actions github-actions bot added the stale label Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working keep Dont let stale get to it. stale
Projects
None yet
Development

No branches or pull requests

3 participants