Bump.sh · JSON Structure

Bump Sh Mcp Deployment Structure

Type: object Properties: 4
API ChangelogAPI DocumentationAPI HubAPI GovernanceArazzoAsyncAPICI/CDFlowerMCPOpenAPIWorkflows

Bump Sh Mcp Deployment Structure is a JSON Structure definition published by Bump.sh, describing 4 properties. It conforms to the https://json-structure.org/draft/2025-09/schema meta-schema.

Properties

id public_url deployed_at specification

Meta-schema: https://json-structure.org/draft/2025-09/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2025-09/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bump-sh/main/json-structure/bump-sh-mcp-deployment-structure.json",
  "title": "McpDeployment",
  "type": "object",
  "properties": {
    "id":            { "type": "string" },
    "public_url":    { "type": "string", "format": "uri" },
    "deployed_at":   { "type": "string", "format": "date-time" },
    "specification": { "type": "string" }
  }
}