Closed paul-bayleaf closed 6 months ago
Example "Organ layout" line 309 "layout-changes": [{"layout": "organ3StaffSplitOber", "location": "1:3/8"}],
Fails to validate with the schema. After the new camelCase changes this should now be
"layoutChanges": [{"layout": "organ3StaffSplitOber", "location": "1:3/8"}],
Thanks @paul-bayleaf!
Example "Organ layout" line 309 "layout-changes": [{"layout": "organ3StaffSplitOber", "location": "1:3/8"}],
Fails to validate with the schema. After the new camelCase changes this should now be
"layoutChanges": [{"layout": "organ3StaffSplitOber", "location": "1:3/8"}],