Youki · Schema

Oci Image Content Descriptor

OpenContainer Content Descriptor Specification

ContainersContainer RuntimeOCIRustCNCFCloud-NativeKubernetes

Properties

Name Type Description
mediaType object the mediatype of the referenced object
size object the size in bytes of the referenced object
digest object the cryptographic checksum digest of the object, in the pattern ':'
urls object a list of urls from which this object may be downloaded
data object an embedding of the targeted content (base64 encoded)
artifactType object the IANA media type of this artifact
annotations object
View JSON Schema on GitHub

JSON Schema

oci-image-content-descriptor.json Raw ↑
{
  "description": "OpenContainer Content Descriptor Specification",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "https://opencontainers.org/schema/descriptor",
  "type": "object",
  "properties": {
    "mediaType": {
      "description": "the mediatype of the referenced object",
      "$ref": "defs-descriptor.json#/definitions/mediaType"
    },
    "size": {
      "description": "the size in bytes of the referenced object",
      "$ref": "defs-descriptor.json#/definitions/size"
    },
    "digest": {
      "description": "the cryptographic checksum digest of the object, in the pattern '<algorithm>:<encoded>'",
      "$ref": "defs-descriptor.json#/definitions/digest"
    },
    "urls": {
      "description": "a list of urls from which this object may be downloaded",
      "$ref": "defs-descriptor.json#/definitions/urls"
    },
    "data": {
      "description": "an embedding of the targeted content (base64 encoded)",
      "$ref": "defs.json#/definitions/base64"
    },
    "artifactType": {
      "description": "the IANA media type of this artifact",
      "$ref": "defs-descriptor.json#/definitions/mediaType"
    },
    "annotations": {
      "id": "https://opencontainers.org/schema/descriptor/annotations",
      "$ref": "defs-descriptor.json#/definitions/annotations"
    }
  },
  "required": [
    "mediaType",
    "size",
    "digest"
  ]
}

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/oci-image-content-descriptor"
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.