Bump.sh · JSON Structure

Bump Sh Hub Structure

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

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

Properties

id name slug url public apis

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-hub-structure.json",
  "title": "Hub",
  "type": "object",
  "properties": {
    "id":     { "type": "string", "format": "uuid" },
    "name":   { "type": "string" },
    "slug":   { "type": "string" },
    "url":    { "type": "string", "format": "uri" },
    "public": { "type": "boolean" },
    "apis": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id":   { "type": "string", "format": "uuid" },
          "name": { "type": "string" },
          "slug": { "type": "string" },
          "url":  { "type": "string", "format": "uri" }
        }
      }
    }
  }
}