Analyze the code in each PIE in pie-elements/packages for each Element (will either referenced by pie property in package.json or defined in the package in pie-elements)
Look at the model and properties that are used in the code, and look at the properties defined for that PIE in pie-elements/packages/pie-models/src/pie/[pie-name] for the interface that extends PieModel
Verify that the model properties defined in this interface matches and is not missing any properties used in the code for the pie impl.
note: in the long term we will move the interface definitions into the elements themselves and make it part of release step for each pie to generate the json schemas.