The linked extension schema has a couple of neurodata types that extends Device, with the definition of a model property:
https://github.com/histedlab/ndx-photostim/blob/main/spec/ndx-photostim.extensions.yaml
With the upcoming 2.9.0 release, and the introduction of the Device.model being a DeviceModel, there might be some conflicts that could arise. For example, in MatNWB the export logic will cause an error when exporting a device from this extension with NWB v2.9.0.
Are there any guidelines for what do in a situation like this?