-
Notifications
You must be signed in to change notification settings - Fork 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
Update JSON Schema to YAML and OAS3.0 #189
Comments
per #186 |
I'm sure I'm missing some context here, but does this proposal supercede #184 and #185, or will JSON Schemas still be maintained (and JSON-LD contexts still generated from them)? For our (@SertoID) work we plan to keep using JSON Schema for validation and VC |
@tobek I think for this repo, we would switch to yaml, but the underlying library would continue to support YAML or JSON.... I suspect we can even make the similar to how OAS3.0 works today, I think constraining data shape with YAML or JSON schemas will be part of the next vc data model, and hopefully better documented in the next version. |
but to be clear, we are hoping to switch to yaml representation of JSON schema here, to make interactions with OAS3.0 easier. |
Upstream implementation updated to support this: transmute-industries/verifiable-data#118 |
This is done, I am closing. |
RESOLVED: The trace vocab will use OAS3.0 Schemas represented in YAML, instead of JSON Schema represented in JSON.
The text was updated successfully, but these errors were encountered: