Skip to main content

ApiEntityV1alpha1

Home > @backstage/catalog-model > ApiEntityV1alpha1

Backstage API kind Entity. APIs describe the interfaces for Components to communicate.

Signature:

export interface ApiEntityV1alpha1 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'API'
spec{ type: string; lifecycle: string; owner: string; definition: string; system?: string; }