Add extraProperties field to Project schema
Created by: daniwelter
The Project schema currently has no extraProperties field, unlike all the other key object schemas. Since additional properties are also not allowed, this somewhat limits the schema. The use case I'm currently trying to address is including a project website with a specific project object (for which there is also no field), so being able to define an extra key-value pair would be helpful.