.flake8
.gitignore
.readthedocs.yaml
CHANGELOG.md
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_and_publish.yml
docs/Makefile
docs/make.bat
docs/source/aind_data_schema.components.rst
docs/source/aind_data_schema.core.rst
docs/source/aind_data_schema.imaging.rst
docs/source/aind_data_schema.models.rst
docs/source/aind_data_schema.rst
docs/source/aind_data_schema.utils.rst
docs/source/conf.py
docs/source/diagrams.rst
docs/source/index.rst
docs/source/modules.rst
docs/source/_static/dark-logo.svg
docs/source/_static/favicon.ico
docs/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_instrument.json
examples/aind_smartspim_instrument.py
examples/bergamo_ophys_session.json
examples/bergamo_ophys_session.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/fip_ophys_rig.json
examples/fip_ophys_rig.py
examples/mri_session.json
examples/mri_session.py
examples/multiplane_ophys_session.json
examples/multiplane_ophys_session.py
examples/ophys_procedures.json
examples/ophys_procedures.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
schemas/acquisition_schema.json
schemas/data_description_schema.json
schemas/instrument_schema.json
schemas/metadata_schema.json
schemas/procedures_schema.json
schemas/processing_schema.json
schemas/rig_schema.json
schemas/session_schema.json
schemas/subject_schema.json
src/aind_data_schema/__init__.py
src/aind_data_schema/base.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/components/__init__.py
src/aind_data_schema/components/coordinates.py
src/aind_data_schema/components/devices.py
src/aind_data_schema/components/reagent.py
src/aind_data_schema/components/stimulus.py
src/aind_data_schema/components/tile.py
src/aind_data_schema/core/__init__.py
src/aind_data_schema/core/acquisition.py
src/aind_data_schema/core/data_description.py
src/aind_data_schema/core/instrument.py
src/aind_data_schema/core/metadata.py
src/aind_data_schema/core/procedures.py
src/aind_data_schema/core/processing.py
src/aind_data_schema/core/rig.py
src/aind_data_schema/core/session.py
src/aind_data_schema/core/subject.py
src/aind_data_schema/utils/__init__.py
src/aind_data_schema/utils/diagrams.py
src/aind_data_schema/utils/json_writer.py
src/aind_data_schema/utils/schema_version_bump.py
tests/__init__.py
tests/test_base.py
tests/test_bump_schema_versions.py
tests/test_data_description.py
tests/test_device.py
tests/test_diagram_builder.py
tests/test_examples.py
tests/test_imaging.py
tests/test_json_writer.py
tests/test_metadata.py
tests/test_procedures.py
tests/test_processing.py
tests/test_rig.py
tests/test_session.py
tests/test_subject.py
tests/resources/ephys_data_description/data_description_0.10.0.json
tests/resources/ephys_data_description/data_description_0.3.0.json
tests/resources/ephys_data_description/data_description_0.3.0_wrong_field.json
tests/resources/ephys_data_description/data_description_0.4.0.json
tests/resources/ephys_data_description/data_description_0.6.0.json
tests/resources/ephys_data_description/data_description_0.6.2.json
tests/resources/ephys_data_description/data_description_0.6.2_wrong_field.json