1.1.0 • Published 1 month ago

@pasqal-io/pulser-schema v1.1.0

Weekly downloads
-
License
-
Repository
-
Last release
1 month ago

Pulser schema

Schema for the serialization of Pulser objects into the abstract representation.

This project uses TypeScript type definition as a main definition file. The JSON schema files are automatically generated from it.

Build automation and verification

The JSON schema files are generated and verified automatically on every push to the repository.

In order to download the latest version of the generated schema files, open latest run from main branch and download the produced schema artifacts.

Dependencies

This project uses node dependencies in order to generate the schema files. In order to run the codegen scripts, the project must be installed. This process is only required if you intend to build or verify the schemas locally.

npm install

Code generation

Sequence and Device schemas are created as Typescript type definitions. To generate both JSON schemas, run npm run codegen.

1.1.0

1 month ago

1.0.0

2 months ago