DependencyInfo
dependsOnResourcesstring[]nullable
The names of resources that a child blueprint or resource depends on in the blueprint.
dependsOnChildrenstring[]nullable
The names of child blueprints that a child blueprint or resource depends on in the blueprint.
DependencyInfo
{
"dependsOnResources": [
"my-other-resource"
],
"dependsOnChildren": [
"my-other-child-blueprint"
]
}