Oci Image Defs Structure
Definitions used throughout the OpenContainer Specification
Type:
Properties: 0
ContainersContainer RuntimeOCIRustCNCFCloud-NativeKubernetes
OciImageDefs is a JSON Structure definition published by Youki. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/youki/refs/heads/main/json-structure/oci-image-defs-structure.json",
"name": "OciImageDefs",
"description": "Definitions used throughout the OpenContainer Specification",
"definitions": {
"int8": {
"name": "int8",
"type": "int32",
"minimum": -128,
"maximum": 127
},
"int16": {
"name": "int16",
"type": "int32",
"minimum": -32768,
"maximum": 32767
},
"int32": {
"name": "int32",
"type": "int32",
"minimum": -2147483648,
"maximum": 2147483647
},
"int64": {
"name": "int64",
"type": "int32",
"minimum": -9223372036854776000,
"maximum": 9223372036854776000
},
"uint8": {
"name": "uint8",
"type": "int32",
"minimum": 0,
"maximum": 255
},
"uint16": {
"name": "uint16",
"type": "int32",
"minimum": 0,
"maximum": 65535
},
"uint32": {
"name": "uint32",
"type": "int32",
"minimum": 0,
"maximum": 4294967295
},
"uint64": {
"name": "uint64",
"type": "int32",
"minimum": 0,
"maximum": 18446744073709552000
},
"uint16Pointer": {
"name": "uint16Pointer",
"oneOf": [
{
"$ref": "#/definitions/uint16"
},
{
"type": "null"
}
]
},
"uint64Pointer": {
"name": "uint64Pointer",
"oneOf": [
{
"$ref": "#/definitions/uint64"
},
{
"type": "null"
}
]
},
"base64": {
"name": "base64",
"type": "string",
"media": {
"binaryEncoding": "base64"
}
},
"stringPointer": {
"name": "stringPointer",
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"mapStringString": {
"name": "mapStringString",
"type": "object",
"patternProperties": {
".{1,}": {
"type": "string"
}
}
},
"mapStringObject": {
"name": "mapStringObject",
"type": "object",
"patternProperties": {
".{1,}": {
"type": "object"
}
}
}
}
}
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/oci-image-defs-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.