mlabs-haskell / cardano-open-oracle-protocol

COOP - Cardano open oracle protocol
Apache License 2.0
22 stars 3 forks source link

Add fact statement JSON examples to test suite #35

Open peterVG opened 2 years ago

peterVG commented 2 years ago

Create one or more sample fact statements, including a schema structure, to use as a test fixture in development.

GeorgeFlerovsky commented 1 year ago

In the tutorial, we have included several simple JSON examples for the reader to interactively insert into the Fact Statement store of the back-end service of a COOP publisher.

The schema structure of fact statements is not in scope for COOP. The publisher is assumed to use an external framework to manage the schema structure of fact statements.

If you like, you can add some JSON files to the repository and incorporate them in the test suite. :+1: