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
dereferenced documents should only really live in memory since they can get quite large in json and have circular references. The tools that use openrpc are required to dereference documents before operating on them.
@shanejonas how should we handle situations where we want to merge several allOf combinations? It seems like then we'll have to create some new schemas on the fly and determine which schemas are never used independent of another schema.
dereferenced documents should only really live in memory since they can get quite large in json and have circular references. The tools that use openrpc are required to dereference documents before operating on them.
this is also making it harder to compose the output in other projects like https://github.com/MetaMask/api-specs/
execution-apis/scripts/build.js
Line 33 in 6b09d9f
The text was updated successfully, but these errors were encountered: