Ubuntu · Schema

Snap Package

Schema for a Snap package in the Canonical Snap Store.

CloudContainersDevOpsEnterpriseLinuxSecurityUbuntuPackage ManagementOpen-Source

Properties

Name Type Description
snap-id string Unique snap identifier.
name string Snap package name (kebab-case).
title string Display title of the snap.
summary string Short one-line description.
description string Full description of the snap.
publisher object Publisher information.
channels object Available release channels and their revisions.
categories array Snap categories.
license string SPDX license identifier.
media array Screenshots and icons.
View JSON Schema on GitHub

JSON Schema

ubuntu-snap-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://github.com/api-evangelist/ubuntu/blob/main/json-schema/ubuntu-snap-schema.json",
  "title": "Snap Package",
  "description": "Schema for a Snap package in the Canonical Snap Store.",
  "type": "object",
  "properties": {
    "snap-id": {
      "type": "string",
      "description": "Unique snap identifier."
    },
    "name": {
      "type": "string",
      "description": "Snap package name (kebab-case)."
    },
    "title": {
      "type": "string",
      "description": "Display title of the snap."
    },
    "summary": {
      "type": "string",
      "description": "Short one-line description."
    },
    "description": {
      "type": "string",
      "description": "Full description of the snap."
    },
    "publisher": {
      "type": "object",
      "properties": {
        "id": { "type": "string" },
        "username": { "type": "string" },
        "display-name": { "type": "string" }
      },
      "description": "Publisher information."
    },
    "channels": {
      "type": "object",
      "additionalProperties": {
        "type": "object",
        "properties": {
          "channel": { "type": "string" },
          "revision": { "type": "integer" },
          "version": { "type": "string" },
          "released-at": { "type": "string", "format": "date-time" },
          "size": { "type": "integer" }
        }
      },
      "description": "Available release channels and their revisions."
    },
    "categories": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": { "type": "string" }
        }
      },
      "description": "Snap categories."
    },
    "license": {
      "type": "string",
      "description": "SPDX license identifier."
    },
    "media": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "type": { "type": "string" },
          "url": { "type": "string", "format": "uri" },
          "width": { "type": "integer" },
          "height": { "type": "integer" }
        }
      },
      "description": "Screenshots and icons."
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/ubuntu-snap"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.