Backstage · JSON-LD Context
Backstage Context
JSON-LD context defining the semantic vocabulary for Backstage from Backstage.
16 Classes
48 Properties
3 Namespaces
Namespaces
backstage:
https://backstage.io/schema/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Action
AuthResponse
Backstage Catalog Entity
ConditionalRequest
Entity
EntityMetadata
EntityRelation
JwksResponse
Location
PermissionDecision
PermissionRequest
SearchDocument
SearchResult
SearchResultSet
Task
TechDocsMetadata
Properties
| Property | Type | Container |
|---|---|---|
| schema | string | |
| annotations | string | |
| apiVersion | string | |
| backstageIdentity | string | |
| buildTimestamp | dateTime | |
| completedAt | dateTime | |
| conditions | string | |
| createdAt | dateTime | |
| createdBy | string | |
| description | ||
| document | string | |
| etag | string | |
| files | string | set |
| highlight | string | |
| id | string | |
| keys | string | set |
| kind | string | |
| labels | string | |
| lastHeartbeatAt | dateTime | |
| links | string | set |
| location | string | |
| metadata | string | |
| name | ||
| namespace | string | |
| nextPageCursor | string | |
| numberOfResults | integer | |
| permission | string | |
| pluginId | string | |
| previousPageCursor | string | |
| profile | string | |
| providerInfo | string | |
| rank | string | |
| relations | string | set |
| resourceRef | string | |
| resourceType | string | |
| result | string | |
| results | string | set |
| siteDescription | string | |
| siteName | string | |
| spec | string | |
| status | string | |
| tags | string | set |
| target | string | |
| targetRef | string | |
| text | string | |
| title | string | |
| type | string | |
| uid | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"backstage": "https://backstage.io/schema/",
"schema": {
"@id": "backstage:schema",
"@type": "xsd:string"
},
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Action": "backstage:Action",
"AuthResponse": "backstage:AuthResponse",
"Backstage Catalog Entity": "backstage:Backstage Catalog Entity",
"ConditionalRequest": "backstage:ConditionalRequest",
"Entity": "backstage:Entity",
"EntityMetadata": "backstage:EntityMetadata",
"EntityRelation": "backstage:EntityRelation",
"JwksResponse": "backstage:JwksResponse",
"Location": "backstage:Location",
"PermissionDecision": "backstage:PermissionDecision",
"PermissionRequest": "backstage:PermissionRequest",
"SearchDocument": "backstage:SearchDocument",
"SearchResult": "backstage:SearchResult",
"SearchResultSet": "backstage:SearchResultSet",
"Task": "backstage:Task",
"TechDocsMetadata": "backstage:TechDocsMetadata",
"annotations": {
"@id": "backstage:annotations",
"@type": "xsd:string"
},
"apiVersion": {
"@id": "backstage:apiVersion",
"@type": "xsd:string"
},
"backstageIdentity": {
"@id": "backstage:backstageIdentity",
"@type": "xsd:string"
},
"buildTimestamp": {
"@id": "backstage:build_timestamp",
"@type": "xsd:dateTime"
},
"completedAt": {
"@id": "backstage:completedAt",
"@type": "xsd:dateTime"
},
"conditions": {
"@id": "backstage:conditions",
"@type": "xsd:string"
},
"createdAt": {
"@id": "backstage:createdAt",
"@type": "xsd:dateTime"
},
"createdBy": {
"@id": "backstage:createdBy",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description"
},
"document": {
"@id": "backstage:document",
"@type": "xsd:string"
},
"etag": {
"@id": "backstage:etag",
"@type": "xsd:string"
},
"files": {
"@id": "backstage:files",
"@container": "@set",
"@type": "xsd:string"
},
"highlight": {
"@id": "backstage:highlight",
"@type": "xsd:string"
},
"id": {
"@id": "backstage:id",
"@type": "xsd:string"
},
"keys": {
"@id": "backstage:keys",
"@container": "@set",
"@type": "xsd:string"
},
"kind": {
"@id": "backstage:kind",
"@type": "xsd:string"
},
"labels": {
"@id": "backstage:labels",
"@type": "xsd:string"
},
"lastHeartbeatAt": {
"@id": "backstage:lastHeartbeatAt",
"@type": "xsd:dateTime"
},
"links": {
"@id": "backstage:links",
"@container": "@set",
"@type": "xsd:string"
},
"location": {
"@id": "backstage:location",
"@type": "xsd:string"
},
"metadata": {
"@id": "backstage:metadata",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name"
},
"namespace": {
"@id": "backstage:namespace",
"@type": "xsd:string"
},
"nextPageCursor": {
"@id": "backstage:nextPageCursor",
"@type": "xsd:string"
},
"numberOfResults": {
"@id": "backstage:numberOfResults",
"@type": "xsd:integer"
},
"permission": {
"@id": "backstage:permission",
"@type": "xsd:string"
},
"pluginId": {
"@id": "backstage:pluginId",
"@type": "xsd:string"
},
"previousPageCursor": {
"@id": "backstage:previousPageCursor",
"@type": "xsd:string"
},
"profile": {
"@id": "backstage:profile",
"@type": "xsd:string"
},
"providerInfo": {
"@id": "backstage:providerInfo",
"@type": "xsd:string"
},
"rank": {
"@id": "backstage:rank",
"@type": "xsd:string"
},
"relations": {
"@id": "backstage:relations",
"@container": "@set",
"@type": "xsd:string"
},
"resourceRef": {
"@id": "backstage:resourceRef",
"@type": "xsd:string"
},
"resourceType": {
"@id": "backstage:resourceType",
"@type": "xsd:string"
},
"result": {
"@id": "backstage:result",
"@type": "xsd:string"
},
"results": {
"@id": "backstage:results",
"@container": "@set",
"@type": "xsd:string"
},
"siteDescription": {
"@id": "backstage:site_description",
"@type": "xsd:string"
},
"siteName": {
"@id": "backstage:site_name",
"@type": "xsd:string"
},
"spec": {
"@id": "backstage:spec",
"@type": "xsd:string"
},
"status": {
"@id": "backstage:status",
"@type": "xsd:string"
},
"tags": {
"@id": "backstage:tags",
"@container": "@set",
"@type": "xsd:string"
},
"target": {
"@id": "backstage:target",
"@type": "xsd:string"
},
"targetRef": {
"@id": "backstage:targetRef",
"@type": "xsd:string"
},
"text": {
"@id": "backstage:text",
"@type": "xsd:string"
},
"title": {
"@id": "backstage:title",
"@type": "xsd:string"
},
"type": {
"@id": "backstage:type",
"@type": "xsd:string"
},
"uid": {
"@id": "backstage:uid",
"@type": "xsd:string"
}
}
}