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

Converting mkvmerge schema to Go silently generates incorrect code? #76

Open
marcopaganini opened this issue Nov 6, 2021 · 0 comments

Comments

@marcopaganini
Copy link

I've been trying to convert the mkvmerge v14 JSON Schema to a Go Struct. The program generates the output file without complaints, but certain fields appear to be missing.

One example: The source contains the default_track field inside properties, but this is not anywhere in the generated Go source.

I have impression that this could be happening due to multiple fields called properties in the source, but haven't dug into the source code to have a more educated opinion.

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

No branches or pull requests

1 participant