Backstage · Example Payload

Backstage Entity Example

Developer PortalInternal Developer PlatformSoftware CatalogOpen Source

Backstage 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": "sample-value",
  "kind": "Component",
  "metadata": "sample-value",
  "spec": {
    "type": "sample-value",
    "lifecycle": "sample-value",
    "owner": "sample-value",
    "system": "sample-value",
    "subcomponentOf": "sample-value"
  },
  "relations": [
    "sample-value"
  ],
  "status": "sample-value"
}