Red Hat OpenShift · JSON Structure

Red Hat Openshift Project Structure

OpenShift Project resource structure

Type: Properties: 0
ContainersEnterpriseHybrid CloudKubernetesPlatform-as-a-ServiceRed Hat

Project is a JSON Structure definition published by Red Hat OpenShift.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Project",
  "description": "OpenShift Project resource structure",
  "fields": [
    { "name": "apiVersion", "type": "string", "const": "project.openshift.io/v1" },
    { "name": "kind", "type": "string", "const": "Project" },
    {
      "name": "metadata",
      "type": "object",
      "description": "Standard Kubernetes object metadata",
      "fields": [
        { "name": "name", "type": "string", "description": "Project name" },
        { "name": "uid", "type": "string", "description": "System-generated UUID" },
        { "name": "resourceVersion", "type": "string", "description": "Optimistic concurrency token" },
        { "name": "creationTimestamp", "type": "datetime" },
        { "name": "labels", "type": "map", "description": "Key-value label pairs" },
        { "name": "annotations", "type": "map", "description": "Non-identifying metadata" }
      ]
    },
    {
      "name": "spec",
      "type": "object",
      "fields": [
        { "name": "finalizers", "type": "array", "description": "Deletion finalizer list" }
      ]
    },
    {
      "name": "status",
      "type": "object",
      "fields": [
        { "name": "phase", "type": "string", "enum": ["Active", "Terminating"] }
      ]
    }
  ]
}

Work with this as data

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/red-hat-openshift-project-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 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.