Bump Sh Context
JSON-LD context defining the semantic vocabulary for Bump Sh from Bump.sh.
23 Classes
8 Properties
2 Namespaces
Namespaces
schema:
https://schema.org/
bump:
https://bump.sh/vocab#
Classes
id
type
Documentation
Version
Diff
DiffItem
Hub
Branch
Preview
Validation
McpServer
WorkflowDocument
name
slug
public
definition
specification
breaking
summary
details
Add
Remove
Update
Properties
| Property |
Type |
Container |
| publicUrl |
reference |
|
| url |
reference |
|
| documentation |
reference |
|
| version |
reference |
|
| branch |
reference |
|
| previous |
reference |
|
| deployedAt |
schema:DateTime |
|
| expiresAt |
schema:DateTime |
|
JSON-LD Document
{
"@context": {
"@vocab": "https://bump.sh/vocab#",
"schema": "https://schema.org/",
"bump": "https://bump.sh/vocab#",
"id": "@id",
"type": "@type",
"Documentation": "bump:Documentation",
"Version": "bump:Version",
"Diff": "bump:Diff",
"DiffItem": "bump:DiffItem",
"Hub": "bump:Hub",
"Branch": "bump:Branch",
"Preview": "bump:Preview",
"Validation": "bump:Validation",
"McpServer": "bump:McpServer",
"WorkflowDocument":"bump:WorkflowDocument",
"name": "schema:name",
"slug": "bump:slug",
"public": "bump:isPublic",
"publicUrl": { "@id": "bump:publicUrl", "@type": "@id" },
"url": { "@id": "schema:url", "@type": "@id" },
"documentation": { "@id": "bump:documentation", "@type": "@id" },
"version": { "@id": "bump:version", "@type": "@id" },
"branch": { "@id": "bump:branch", "@type": "@id" },
"previous": { "@id": "bump:previous", "@type": "@id" },
"definition": "bump:definition",
"specification": "bump:specification",
"breaking": "bump:breaking",
"summary": "schema:abstract",
"deployedAt": { "@id": "bump:deployedAt", "@type": "schema:DateTime" },
"expiresAt": { "@id": "bump:expiresAt", "@type": "schema:DateTime" },
"details": "bump:diffItems",
"type": "@type",
"Add": "bump:Add",
"Remove": "bump:Remove",
"Update": "bump:Update"
}
}