/em-json-typedef

A JSON Typedef of an event model, see https://eventmodeling.org

Primary LanguageTypeScriptMIT LicenseMIT

Event Model JSON TypeDef

A JSON Typedef schema of an Event Model.

Experimental.

The main development is done in event-model.ts since that gives the best type support.

Big thanks to @dilgerma for sharing his example JSON.

Development

Run tests

deno task test

Run tests in watch mode

deno test test-watch

Generate the schema

deno task generate-schema