Bump.sh · Schema

Preview

An ephemeral, unauthenticated rendering of an OpenAPI or AsyncAPI specification.

API ChangelogAPI DocumentationAPI HubAPI GovernanceArazzoAsyncAPICI/CDFlowerMCPOpenAPIWorkflows

Properties

Name Type Description
id string
public_url string
expires_at string
View JSON Schema on GitHub

JSON Schema

bump-sh-preview-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bump-sh/main/json-schema/bump-sh-preview-schema.json",
  "title": "Preview",
  "description": "An ephemeral, unauthenticated rendering of an OpenAPI or AsyncAPI specification.",
  "type": "object",
  "required": ["id", "public_url"],
  "properties": {
    "id":         { "type": "string" },
    "public_url": { "type": "string", "format": "uri" },
    "expires_at": { "type": "string", "format": "date-time" }
  }
}