This module provides a set of schemas common to the Morpho Design Explorer Server and GA-Search Client.
There are two schemas available as of now:
- MorphoProjectSchema: defines and provides validation for the general structure of a project's schema
- MorphoAssetCollection: defines a set of assets / files that are associated with a schema.
pip install morpho_typingschema = MorphoProjectSchema(values=[...])schema.validate_record(record)asset_schema = MorphoAssetCollection(assets=[...])