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
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