Linode · Schema

Image

Properties

Name Type Description
id string The unique ID of this image.
label string The label of this image.
description string A description of this image.
type string Whether this is a manual or automatic image.
is_public boolean Whether this image is publicly available.
size integer The size of this image in MB.
status string The status of this image.
vendor string The upstream distribution vendor.
created string When this image was created.
updated string When this image was last updated.
expiry string When this image expires. Null for distribution images.
View JSON Schema on GitHub

JSON Schema

linode-image-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Image",
  "title": "Image",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique ID of this image."
    },
    "label": {
      "type": "string",
      "description": "The label of this image."
    },
    "description": {
      "type": "string",
      "description": "A description of this image."
    },
    "type": {
      "type": "string",
      "enum": [
        "manual",
        "automatic"
      ],
      "description": "Whether this is a manual or automatic image."
    },
    "is_public": {
      "type": "boolean",
      "description": "Whether this image is publicly available."
    },
    "size": {
      "type": "integer",
      "description": "The size of this image in MB."
    },
    "status": {
      "type": "string",
      "enum": [
        "available",
        "creating",
        "pending_upload"
      ],
      "description": "The status of this image."
    },
    "vendor": {
      "type": "string",
      "description": "The upstream distribution vendor."
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "When this image was created."
    },
    "updated": {
      "type": "string",
      "format": "date-time",
      "description": "When this image was last updated."
    },
    "expiry": {
      "type": "string",
      "format": "date-time",
      "description": "When this image expires. Null for distribution images."
    }
  }
}

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/linode-image"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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