You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
Hey there, since this project seems to be dead (for a while), I created my own code generator (not pretty) but it works.
If you want me to share the resulting / generated POJOs for the newest version of schema.org leave some thumbs up and i'll considering setting it up with jitpack so people can include it.
Best
Jan
The text was updated successfully, but these errors were encountered:
Does your approach require regeneration from every new schema release? If
it was opensource on Github perhaps something could be done with Github
Actions?
On Wed, 19 May 2021 at 14:10, Jan Knobloch ***@***.***> wrote:
Hey there, since this project seems to be dead (for a while), I created my
own code generator (not pretty) but it works.
If you want me to share the resulting / generated POJOs for the newest
version of schema.org leave some thumbs up and i'll considering setting
it up with jitpack so people can include it.
Best
Jan
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABJSGN42MCWQJMCY2R7AU3TOO2FBANCNFSM45EUS2JQ>
.
It does indeed, while the generator is a very ugly piece of code for now (not worth sharing in its actual state), it indeed takes a schema.org definition, frames it (https://json-ld.org/spec/latest/json-ld-framing/) and uses its frame to compose all generated files needed to be used with the rest of your repo.
My generator was never intended to be released therefore is not using a proper DSL or alike but it would be worth to implement something "proper" if the interest would be high enough.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey there, since this project seems to be dead (for a while), I created my own code generator (not pretty) but it works.
If you want me to share the resulting / generated POJOs for the newest version of schema.org leave some thumbs up and i'll considering setting it up with jitpack so people can include it.
Best
Jan
The text was updated successfully, but these errors were encountered: