Ubuntu · JSON Structure

Ubuntu Snap Structure

JSON structure documentation for the Snap Store API key entities.

Type: Properties: 0
CloudContainersDevOpsEnterpriseLinuxSecurityUbuntuPackage ManagementOpen-Source

Ubuntu Snap Structure is a JSON Structure definition published by Ubuntu.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Ubuntu Snap Store API Structure",
  "description": "JSON structure documentation for the Snap Store API key entities.",
  "entities": {
    "Snap": {
      "description": "A snap package available in the Canonical Snap Store.",
      "fields": {
        "snap-id": "string — Unique snap identifier",
        "name": "string — Package name in kebab-case",
        "title": "string — Display title",
        "summary": "string — Short description",
        "description": "string — Full description",
        "publisher": "object — Publisher name, username, and ID",
        "channels": "object — Release channels with revision and version info",
        "categories": "array — Category names",
        "license": "string — SPDX license identifier",
        "media": "array — Screenshots and icon URLs"
      }
    },
    "Channel": {
      "description": "A snap release channel (stable, candidate, beta, edge).",
      "fields": {
        "channel": "string — Channel name",
        "revision": "integer — Channel revision number",
        "version": "string — Snap version string",
        "released-at": "string(date-time) — Release timestamp",
        "size": "integer — Package size in bytes"
      }
    },
    "Category": {
      "description": "A category grouping in the Snap Store.",
      "fields": {
        "name": "string — Category identifier",
        "title": "string — Display name"
      }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/ubuntu-snap-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.