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

Doubt Concerning the JSON Schema #230

Open
carstencodes opened this issue Feb 3, 2024 · 1 comment
Open

Doubt Concerning the JSON Schema #230

carstencodes opened this issue Feb 3, 2024 · 1 comment
Labels
question Further information is requested

Comments

@carstencodes
Copy link

carstencodes commented Feb 3, 2024

In the JSON schema, in Line 99, the properties object is closed while modules and issues are omitted.

Is this correct?

When use this schema in a code generator, the code is generated without modules and issues types and properties.

If I apply the following patch

98d97
<     }
209c208,211
<         "required": ["name", "version"],
---
>           "required": [
>             "name",
>             "version"
>           ],
235a238
>               }

then code will generated including modules and issues.

Is this intentional or a bug?

@carstencodes carstencodes added the question Further information is requested label Feb 3, 2024
@carstencodes
Copy link
Author

Yet another question: Are you sure, that the vcs configuration is correct? The code generators seem to create "object" / "interface" / "Any" (depending on the Programming Language) from it instead of a concrete type ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant