This repository is under review for potential modification in compliance with Administration directives.
Data schema for Bridge2AI Standards Schemas.
- examples/ - example data
- project/ - project files (do not edit these)
- src/ - source files (edit these)
- data - example valid and invalid data
- standards_schemas
- tests - python tests
First, you must install poetry.
poetry install: initiate poetry environment for development and build environment
Use the make command to generate project artifacts:
make all: make everythingmake deploy: deploys sitemake combined-extras: check schema against all examples in src/data/
This project was made with linkml-project-cookiecutter