Backstage · Example Payload

Catalog Entity Example

Developer PortalInternal Developer PlatformSoftware CatalogOpen Source

Catalog Entity Example is an example object payload from Backstage, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

apiVersionkindmetadataspecrelationsstatus

Example Payload

Raw ↑
{
  "apiVersion": "backstage.io/v1alpha1",
  "kind": "Component",
  "metadata": "sample-value",
  "spec": {},
  "relations": [
    "sample-value"
  ],
  "status": {
    "items": [
      {
        "type": "sample-value",
        "level": "info",
        "message": "sample-value",
        "error": {}
      }
    ]
  }
}