aind-data-schema icon indicating copy to clipboard operation
aind-data-schema copied to clipboard

A library that defines AIND data schema and validates JSON.

Results 39 aind-data-schema issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The created and last_modified fields use `datetime` which doesn't require a timezone and somewhere between creation and upload to DocDB the last_modified field is losing it's timezone....

bug

**Describe the bug** In SLIMS, the anatomical coordinates are listed as AP, ML, DV (which are only fields in CCF coords). The anatomical_coordinates field in ManipulatorModule expected Coordinates3d which has...

**Is your feature request related to a problem? Please describe.** Can ephys_modules fiber_modules and manipulator_modules be combined into one field? **Describe the solution you'd like** A clear and concise description...

**Is your feature request related to a problem? Please describe.** Right now maintainers have to run the examples generator manually to get JSON example files to pass test_examples.py, adding an...

Users have requested that we find a way to track multi-session quality control in the main schema, rather than some kind of extension. Short explanation for why this is needed:...

**Is your feature request related to a problem? Please describe.** This is something that we have informally discussed before but I keep bumping into it, so might as well have...

enhancement

Define schema for trained models based on features outlined by group discussion and also looking at huggingface and onnx schemas.

There is a pylance warning that shows up for the `describedBy` field when instantiating AindCoreModel objects because it appears to be unset. This can be suppressed either by adding `default=`...

When writing AindCoreModel code there is a pylance warning: Arguments missing for "schema_version". This can be suppressed by adding explicit defaults when we generate the schema_version fields ``` schema_version: Literal["1.0.0"]...