ComponentEntityV1alpha1.spec
Home > @backstage/catalog-model
> ComponentEntityV1alpha1
> spec
Signature:
spec: {
type: string;
lifecycle: string;
owner: string;
subcomponentOf?: string;
providesApis?: string[];
consumesApis?: string[];
dependsOn?: string[];
dependencyOf?: string[];
system?: string;
};