Commit 44d210d
Kyle
Allow additional properties on Device schema (manufacturer fix)
neuroconv 0.7.0+ populates Device metadata with 'manufacturer' field.
pynwb's Device schema includes it but sets additionalProperties: false.
The frontend resolution may not properly resolve the Device
definition, causing validation to reject 'manufacturer' as an
additional property. Set additionalProperties: true to allow it.1 parent bfa8c87 commit 44d210d
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
665 | 665 | | |
666 | 666 | | |
667 | 667 | | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
668 | 675 | | |
669 | 676 | | |
670 | 677 | | |
| |||
0 commit comments