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
As far as I can tell, the json format for marlowe core is only defined in haskell and isabelle.
I think it would be useful to also define it using a more conventional, language-independent standard for json schema specifications, so that it becomes more accessible to non-haskell devs.
Hi! The format is specified in Haskell only, and we are creating a blockchain agnostic test suite to make sure that any Marlowe implementation (in PureScript/JS/Rust/etc) conforms to the specification.
I want to eventually integrate the library autodocodec to generate a json schema from the specification, to ensure that it's always in sync.
As far as I can tell, the json format for marlowe core is only defined in haskell and isabelle.
I think it would be useful to also define it using a more conventional, language-independent standard for json schema specifications, so that it becomes more accessible to non-haskell devs.
https://github.com/json-schema-org/json-schema-spec
The text was updated successfully, but these errors were encountered: