OpenShift · Schema

ObjectMeta

Standard Kubernetes object metadata. Every resource includes metadata such as name, namespace, labels, and annotations.

CI/CDCloud-NativeContainersDevOpsEnterpriseKubernetesPlatform-as-a-Service

Properties

Name Type Description
name string The name of the resource, unique within a namespace.
namespace string The namespace in which the resource resides.
uid string A unique identifier for the resource set by the server.
resourceVersion string An opaque value representing the internal version of the object.
generation integer A sequence number representing a specific generation of the desired state.
creationTimestamp string Timestamp representing when the object was created.
deletionTimestamp string Timestamp at which the object will be deleted.
labels object Map of string keys and values that can be used to organize and categorize objects.
annotations object Unstructured key-value map stored with a resource for arbitrary metadata.
ownerReferences array List of objects depended by this object.
finalizers array Must be empty before the object is deleted from the registry.
View JSON Schema on GitHub

JSON Schema

openshift-rest-object-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ObjectMeta",
  "type": "object",
  "description": "Standard Kubernetes object metadata. Every resource includes metadata such as name, namespace, labels, and annotations.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the resource, unique within a namespace."
    },
    "namespace": {
      "type": "string",
      "description": "The namespace in which the resource resides."
    },
    "uid": {
      "type": "string",
      "description": "A unique identifier for the resource set by the server."
    },
    "resourceVersion": {
      "type": "string",
      "description": "An opaque value representing the internal version of the object."
    },
    "generation": {
      "type": "integer",
      "description": "A sequence number representing a specific generation of the desired state."
    },
    "creationTimestamp": {
      "type": "string",
      "description": "Timestamp representing when the object was created."
    },
    "deletionTimestamp": {
      "type": "string",
      "description": "Timestamp at which the object will be deleted."
    },
    "labels": {
      "type": "object",
      "description": "Map of string keys and values that can be used to organize and categorize objects."
    },
    "annotations": {
      "type": "object",
      "description": "Unstructured key-value map stored with a resource for arbitrary metadata."
    },
    "ownerReferences": {
      "type": "array",
      "description": "List of objects depended by this object."
    },
    "finalizers": {
      "type": "array",
      "description": "Must be empty before the object is deleted from the registry."
    }
  }
}

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/openshift-rest-object-meta"
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.