Skip to main content
Version: Next

DomainEntityV1alpha1

Home > @backstage/catalog-model > DomainEntityV1alpha1

Backstage Domain kind Entity. Domains group Systems together.

Signature:

export interface DomainEntityV1alpha1 extends Entity 

Extends: Entity

Remarks

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

Properties

PropertyModifiersTypeDescription
apiVersion'backstage.io/v1alpha1' | 'backstage.io/v1beta1'
kind'Domain'
spec{ owner: string; subdomainOf?: string; type?: string; }