Describe the bug
Here's the Salesforce description of "seedMetada"
Seed metadata is available to standard value sets only. If your package depends on standard
value sets, you can specify a seed metadata directory that contains the value sets.
seedMetadata
Appears that this property is unknown to sfpowerscripts and it complains about it.
-------------------------------------------------------------------------------------------
sfpowerscripts -- The DX@Scale CI/CD Orchestrator -Version:22.6.1 -Release:June 23
-------------------------------------------------------------------------------------------
The following attributes are not recognized by sfpowerscripts, You might need to remove them
The sfdx-project.json is invalid, Please fix the following errors
1: /packageDirectories/2: must NOT have additional properties {
"additionalProperty": "seedMetadata"
}
To Reproduce
Steps to reproduce the behavior:
Add the property "seedMetadata" to an sfdx-project.json file as documented above
Expected behavior
A clear and concise description of what you expected to happen.
Should not issue warning about supported property.
Screenshots
If applicable, add screenshots to help explain your problem.

Platform Details (please complete the following information):
- OS: Ubuntu Latest
- Version [e.g. CLI Version eg: 1.6.6]. sfp v 22.6.1
- Salesforce CLI(sfdx cli) Version:
- CI Platform: Github Actions
Additional context
Add any other context about the problem here.