006bdc28ce
It is expected that this will cause CI to fail, since there are unfixed errors. Fixes #4 |
||
---|---|---|
.circleci | ||
bin | ||
test | ||
types | ||
.gitignore | ||
README.md | ||
package.json | ||
tsconfig.json | ||
yarn.lock |
README.md
Rapid Experiments Shared
This is a place to define data and schemas used across the rapid experiments program.
Any data that moves between systems should have a schema defined here. Schemas are defined using Typescript, and automatically converted to JSON Schema. Any data that needs to be re-used by multiple systems should be stored here to be shared.
Working on this repo
Common tasks are defined as Yarn scripts.
yarn install
yarn build
yarn test
Using the schemas
TBD
Adding a new schema
TBD
Schema tests
TBD