.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/publish_dev.yml
.github/workflows/publish_prod.yml
.github/workflows/tag.yml
docs/Makefile
docs/make.bat
docs/source/aind_data_schema.behavior.rst
docs/source/aind_data_schema.core.rst
docs/source/aind_data_schema.ephys.rst
docs/source/aind_data_schema.imaging.rst
docs/source/aind_data_schema.models.rst
docs/source/aind_data_schema.ophys.rst
docs/source/aind_data_schema.rst
docs/source/aind_data_schema.schema_upgrade.rst
docs/source/aind_data_schema.utils.rst
docs/source/conf.py
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/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/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
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/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/mri_session.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/imaging/__init__.py
src/aind_data_schema/imaging/tile.py
src/aind_data_schema/models/__init__.py
src/aind_data_schema/models/coordinates.py
src/aind_data_schema/models/devices.py
src/aind_data_schema/models/harp_types.py
src/aind_data_schema/models/modalities.py
src/aind_data_schema/models/organizations.py
src/aind_data_schema/models/pid_names.py
src/aind_data_schema/models/platforms.py
src/aind_data_schema/models/process_names.py
src/aind_data_schema/models/reagent.py
src/aind_data_schema/models/registry.py
src/aind_data_schema/models/species.py
src/aind_data_schema/models/stimulus.py
src/aind_data_schema/models/units.py
src/aind_data_schema/utils/__init__.py
src/aind_data_schema/utils/json_writer.py
src/aind_data_schema/utils/schema_version_check.py
tests/__init__.py
tests/test_base.py
tests/test_check_schema_versions.py
tests/test_data_description.py
tests/test_examples.py
tests/test_imaging.py
tests/test_json_writer.py
tests/test_metadata.py
tests/test_models.py
tests/test_procedures.py
tests/test_processing.py
tests/test_rig.py
tests/test_session.py
tests/test_subject.py
tests/test_units.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
tests/resources/schema_version_comparison/new_schemas/data_description_schema.json
tests/resources/schema_version_comparison/new_schemas/subject_schema.json
tests/resources/schema_version_comparison/new_schemas_bad_versions/data_description_schema.json
tests/resources/schema_version_comparison/new_schemas_bad_versions/subject_schema.json
tests/resources/schema_version_comparison/old_schemas/data_description_schema.json
tests/resources/schema_version_comparison/old_schemas/subject_schema.json