Vineyard · Schema

Vineyard Object Metadata

Schema for the metadata container of a Vineyard object, providing key-value properties, nested member objects, and type information

Big DataCNCFCloud-NativeData EngineeringDistributed SystemsIn-Memory StorageKubernetesMachine-LearningMetadata ManagementPythonZero-Copy

Properties

Name Type Description
id string The ObjectID as a hex string
typename string The fully qualified type name
nbytes integer Memory footprint in bytes
isglobal boolean Whether this is a global object
islocal boolean Whether this is a local object
instance_id integer Vineyard instance ID
hostname string Hostname of the vineyard instance
extra object Custom key-value metadata properties specific to the object type
members object Nested member objects (for composite types like DataFrame, Graph)
View JSON Schema on GitHub

JSON Schema

vineyard-metadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/vineyard/main/json-schema/vineyard-metadata-schema.json",
  "title": "Vineyard Object Metadata",
  "description": "Schema for the metadata container of a Vineyard object, providing key-value properties, nested member objects, and type information",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ObjectID as a hex string"
    },
    "typename": {
      "type": "string",
      "description": "The fully qualified type name"
    },
    "nbytes": {
      "type": "integer",
      "minimum": 0,
      "description": "Memory footprint in bytes"
    },
    "isglobal": {
      "type": "boolean",
      "description": "Whether this is a global object"
    },
    "islocal": {
      "type": "boolean",
      "description": "Whether this is a local object"
    },
    "instance_id": {
      "type": "integer",
      "description": "Vineyard instance ID"
    },
    "hostname": {
      "type": "string",
      "description": "Hostname of the vineyard instance"
    },
    "extra": {
      "type": "object",
      "description": "Custom key-value metadata properties specific to the object type",
      "additionalProperties": {
        "type": "string"
      },
      "examples": [
        {
          "shape_": "[100, 50]",
          "dtype_": "float64",
          "partition_index_": "0"
        }
      ]
    },
    "members": {
      "type": "object",
      "description": "Nested member objects (for composite types like DataFrame, Graph)",
      "additionalProperties": {
        "$ref": "#"
      }
    }
  },
  "required": ["id", "typename"]
}

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/vineyard-metadata"
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.