"packageDirectory.dependencies": {
"type": "array",
"description": "To specify dependencies for 2GP within the same Dev Hub, use either the package version alias or a combination of the package name and the version number.",
"items": {
"type": "object",
"required": ["package"],
"properties": {
"package": {"type": "string"},
"versionNumber": {"type": "string"}
}
}
}
|