-
Notifications
You must be signed in to change notification settings - Fork 15
fix: use spec value by default, allow json schema value as alias #35
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
base: main
Are you sure you want to change the base?
Conversation
While the JSON schema lists `OPERATING_SYSTEM`, the spec actually says `OPERATING-SYSTEM` (dash). This changes to serialize as the spec says, but allows to also read as the JSON schema says.
@mmurto Is there a chance to get a new release of this? |
Yeah, I'll take a look as soon as I'm able. |
I'll clean up the clippy warnings in the meantime. |
I don't want to push too much. But that currently prevents me from a new release of |
While the JSON schema lists
OPERATING_SYSTEM
, the spec actually saysOPERATING-SYSTEM
(dash). This changes to serialize as the spec says, but allows to also read as the JSON schema says.