.flake8
.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/user-story.md
.github/workflows/ci.yml
.github/workflows/tag.yml
doc_template/Makefile
doc_template/make.bat
doc_template/source/aind_data_schema.ephys.rst
doc_template/source/aind_data_schema.imaging.rst
doc_template/source/aind_data_schema.rst
doc_template/source/conf.py
doc_template/source/index.rst
doc_template/source/modules.rst
doc_template/source/opendata.rst
doc_template/source/_static/dark-logo.svg
doc_template/source/_static/favicon.ico
doc_template/source/_static/light-logo.svg
examples/aibs_smartspim_instrument.json
examples/aibs_smartspim_instrument.py
examples/aibs_smartspim_procedures.json
examples/aibs_smartspim_procedures.py
examples/aind_smartspim_acquisition.json
examples/aind_smartspim_instrument.json
examples/aind_smartspim_instrument.py
examples/data_description.json
examples/data_description.py
examples/ephys_rig.json
examples/ephys_rig.py
examples/ephys_session.json
examples/ephys_session.py
examples/exaspim_acquisition.json
examples/exaspim_acquisition.py
examples/exaspim_instrument.json
examples/exaspim_instrument.py
examples/ophys_session.json
examples/ophys_session.py
examples/procedures.json
examples/procedures.py
examples/processing.json
examples/processing.py
examples/subject.json
examples/subject.py
src/aind_data_schema/__init__.py
src/aind_data_schema/base.py
src/aind_data_schema/behavior.py
src/aind_data_schema/data_description.py
src/aind_data_schema/device.py
src/aind_data_schema/procedures.py
src/aind_data_schema/processing.py
src/aind_data_schema/subject.py
src/aind_data_schema.egg-info/PKG-INFO
src/aind_data_schema.egg-info/SOURCES.txt
src/aind_data_schema.egg-info/dependency_links.txt
src/aind_data_schema.egg-info/requires.txt
src/aind_data_schema.egg-info/top_level.txt
src/aind_data_schema/ephys/__init__.py
src/aind_data_schema/ephys/ephys_rig.py
src/aind_data_schema/ephys/ephys_session.py
src/aind_data_schema/imaging/__init__.py
src/aind_data_schema/imaging/acquisition.py
src/aind_data_schema/imaging/instrument.py
src/aind_data_schema/imaging/mri_session.py
src/aind_data_schema/imaging/tile.py
src/aind_data_schema/ophys/__init__.py
src/aind_data_schema/ophys/ophys_rig.py
src/aind_data_schema/ophys/ophys_session.py
src/aind_data_schema/utils/__init__.py
src/aind_data_schema/utils/json_writer.py
tests/__init__.py
tests/test_base.py
tests/test_behavior.py
tests/test_data_description.py
tests/test_ephys.py
tests/test_examples.py
tests/test_imaging.py
tests/test_json_writer.py
tests/test_ophys.py
tests/test_procedures.py
tests/test_processing.py
tests/test_subject.py