nwb-linkml/nwb_linkml/constants.py

5 lines
171 B
Python
Raw Normal View History

2023-08-12 02:52:35 +00:00
NWB_SCHEMA_REPO = "https://github.com/NeurodataWithoutBorders/nwb-schema/"
JSON_SCHEMA = "nwb.schema.json"
SCHEMA_DIR = 'core/'
ROOT_NAMESPACE = 'core/nwb.namespace.yaml'