aind-data-schema
aind-data-schema copied to clipboard
A library that defines AIND data schema and validates JSON.
**Is your feature request related to a problem? Please describe.** Brain atlas has been added to the models, let's use it in the schema. **Describe the solution you'd like** Use...
Right now it accepts a string. Would be nice to also allow a list of strings and many data assets can contribute to a new one. Please do this in...
closes #955
**Is your feature request related to a problem? Please describe.** We don't yet have a BARSeq model **Describe the solution you'd like** we need to add a model for BARSeq...
This will help to demonstrate how to use the stimulus epoch class as this is a normal part of these experiments.
**Is your feature request related to a problem? Please describe.** It would be very helpful to keep compatibility between the two packages in form of a range table. **Describe the...
Currently subject procedures are labeled with "Surgery" when we want "Nanoject Injection" or "Craniotomy"
Hello, I'm the maintainer of erdantic, and I found your project from searching on GitHub for libraries that use it. I wanted to let you know that erdantic v1.0 is...
A common pattern in the current schema is to use a `List` of generic objects to keep track of such objects. For instance, cameras can be expressed as follows: https://github.com/AllenNeuralDynamics/aind-data-schema/blob/c8aca0341d86efc82aa32ba0255b1f66287a4a3c/src/aind_data_schema/rig.py#L64C1...