Catalog Info Backstage
Backstage Catalog Info
| Type | object |
|---|---|
| File match |
catalog-info.yaml
*.catalog-info.yaml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/catalog-info-backstage/latest.json |
| Source | https://www.schemastore.org/catalog-info.json |
Validate with Lintel
npx @lintel/lintel check
Any of
Definitions
The parts of the format that's common to all versions/kinds of entity.
{ "apiVersion": "backstage.io/v1alpha1", "kind": "Component", "metadata": { "name": "LoremService", "description": "Creates Lorems like a pro.", "labels": { "product_name": "Random value Generator" }, "annotations": { "docs": "https://github.com/..../tree/develop/doc" } }, "spec": { "type": "service", "lifecycle": "production", "owner": "tools" } }
The version of specification format for this particular entity that this is written against.
The high level entity type being described.
Metadata fields common to all versions/kinds of entity.
11 nested properties
The name of the entity. Must be unique within the catalog at any given point in time, for any given namespace + kind pair.
A globally unique ID for the entity. This field can not be set by the user at creation time, and the server will reject an attempt to do so. The field will be populated in read operations. The field can (optionally) be specified when performing update or delete operations, but the server is free to reject requests that do so in such a way that it breaks semantics.
An opaque string that changes for each update operation to any part of the entity, including metadata. This field can not be set by the user at creation time, and the server will reject an attempt to do so. The field will be populated in read operations. The field can (optionally) be specified when performing update or delete operations, and the server will then reject the operation if it does not match the current stored value.
A positive nonzero number that indicates the current generation of data for this entity; the value is incremented each time the spec changes. This field can not be set by the user at creation time, and the server will reject an attempt to do so. The field will be populated in read operations.
The namespace that the entity belongs to.
A display name of the entity, to be presented in user interfaces instead of the name property, when available.
A short (typically relatively few words, on one line) description of the entity.
Key/value pairs of identifying information attached to the entity.
Key/value pairs of non-identifying auxiliary information attached to the entity.
A list of single-valued strings, to for example classify catalog entities in various ways.
A list of external hyperlinks related to the entity. Links can provide additional contextual information that may be located outside of Backstage itself. For example, an admin dashboard or external CMS page.
The specification data describing the entity itself.
The relations that this entity has with other entities.
Common definitions to import from other schemas