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
Spurred from here TBD54566975/tbdex-rs#54 but also we have a broad array of use cases for JSON Schema's throughout our suite of SDKs. Consider designing functionality here in web5-rs which can be exposed to all the various use cases.
Also, an answer may be that we should use an existing open source lib, but we should consider how we could leverage such a solution for non-Rust language through our bindings initiative.
The text was updated successfully, but these errors were encountered:
Adjacent to this, we have run into a number of cases where serializing JSON strings (& base64 encoding?) have had slight differences in terms of the canonical ordering of properties, so we should consider exposing some feature set which offers a consistent solution for this.
Spurred from here TBD54566975/tbdex-rs#54 but also we have a broad array of use cases for JSON Schema's throughout our suite of SDKs. Consider designing functionality here in
web5-rs
which can be exposed to all the various use cases.Also, an answer may be that we should use an existing open source lib, but we should consider how we could leverage such a solution for non-Rust language through our bindings initiative.
The text was updated successfully, but these errors were encountered: