Skip to content

Write Pydantic schemas #1

@vshekar

Description

@vshekar

Issue

Complex experimental data should be expressed in a declarative manner such that it is easy for a user to interact with the system. If a scientist wants to define an experiment they can do so using a yaml file like so:

experiment_template:
  name: PCR
  actions:
    - name: Heat
      parameters:
        - name: Temperature
          type: float

A pydantic schema can validate such a yaml file OR data coming in from an API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions