-
Notifications
You must be signed in to change notification settings - Fork 61
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
Credential Schema Support #520
base: main
Are you sure you want to change the base?
Conversation
A couple of thoughts though after skimming through the PR:
|
@sbihel no worries! I'll just move the CLR context out of Also no worries about using I'll go ahead and get started on that now! |
Okay, this now uses |
|
Adds support for checking
credentialSchema
.credentialSchema
, that, when specified in options, will check thecredentialSchema
field of a credential.CheckableSchema
enum, similar to theCheckableStatus
enum inssi-vc
that (for now) only supports 1EdTechJSONSchemaValidator2019 schemas, though boon supports much morecredential_schema
test that makes sure everything is working!iri_match
macro, complaining that a comma is missing. I have found that adding a comma like so fixes that:Feel free to remove that comma if necessary, I'm not really sure why it's happening to me as Rust macros still make my brain stop working a bit!
One more bit of reference: These are my cargo/rustc versions I am using and seeing that error with: