Backstage · JSON Structure

Catalog Location Structure

Location schema from Backstage catalog API

Type: object Properties: 3
Developer PortalInternal Developer PlatformSoftware CatalogOpen Source

Location is a JSON Structure definition published by Backstage, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id type target

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/backstage/refs/heads/main/json-structure/catalog-location-structure.json",
  "name": "Location",
  "description": "Location schema from Backstage catalog API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the location."
    },
    "type": {
      "type": "string",
      "description": "The type of the location (e.g., url, file)."
    },
    "target": {
      "type": "string",
      "description": "The target URL or path of the location."
    }
  }
}