-
Notifications
You must be signed in to change notification settings - Fork 44
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
Certificates with metadata defined as multiple types #31
Comments
ScreenshotStack log
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Certificates with metadata such as below will cause the information panel of the certificate to not load any of the metadata besides the basic information.
{\"title\":\"Test\",\"isVar\":true,\"originalValue\":\"metadata.recipient.test\",\"type\":[\"string\",\"null\"]}
This is an example certificate that should have this error on android: https://certificates.learningmachine.com/certificate/a4dcb4548abf5a5ba7f67ba3512fc04b
The issue is having
type
be an array instead of a string. More information about this: https://cswr.github.io/JsonSchema/spec/multiple_types/It should be valid, yet the google json library does not seem to allow this. This issue is not present on iOS.
The text was updated successfully, but these errors were encountered: