Skip to main content
Version: Next

SystemEntityV1alpha1

Home > @backstage/catalog-model > SystemEntityV1alpha1

Backstage catalog System kind Entity. Systems group Components, Resources and APIs together.

Signature:

export interface SystemEntityV1alpha1 extends Entity 

Extends: Entity

Remarks

See https://backstage.io/docs/features/software-catalog/system-model

Properties

Property

Modifiers

Type

Description

apiVersion

'backstage.io/v1alpha1' | 'backstage.io/v1beta1'

kind

'System'

spec

{ owner: string; domain?: string; type?: string; }