Alliance for OpenUSD · JSON Structure

Aousd Usd Prim Structure

A USD prim — a named container in the scene hierarchy that can have typed schemas, properties, metadata, and composition arcs applied to it.

Type: object Properties: 10 Required: 3
3DInteroperabilityLinux FoundationMetaverseOpenUSDSpecificationStandardsUSDVisual Effects

USDPrim is a JSON Structure definition published by Alliance for OpenUSD, describing 10 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

path name typeName specifier active hidden kind documentation purpose instanceable

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

aousd-usd-prim-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aousd/refs/heads/main/json-structure/aousd-usd-prim-structure.json",
  "description": "A USD prim \u2014 a named container in the scene hierarchy that can have typed schemas, properties, metadata, and composition arcs applied to it.",
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "The absolute scene path to this prim.",
      "example": "/World/Characters/Hero"
    },
    "name": {
      "type": "string",
      "description": "The name component of the prim path.",
      "example": "Hero"
    },
    "typeName": {
      "type": "string",
      "description": "The typed schema name applied to this prim.",
      "example": "Xform"
    },
    "specifier": {
      "type": "string",
      "enum": [
        "def",
        "over",
        "class"
      ],
      "description": "How this prim is introduced into the scene.",
      "example": "def"
    },
    "active": {
      "type": "boolean",
      "description": "Whether this prim is active (inactive prims are excluded from rendering).",
      "example": true
    },
    "hidden": {
      "type": "boolean",
      "description": "Whether this prim is hidden in interactive contexts.",
      "example": false
    },
    "kind": {
      "type": "string",
      "enum": [
        "",
        "model",
        "group",
        "assembly",
        "component",
        "subcomponent"
      ],
      "description": "The model hierarchy kind of this prim.",
      "example": "component"
    },
    "documentation": {
      "type": "string",
      "description": "Documentation string for this prim.",
      "example": "The hero character asset prim."
    },
    "purpose": {
      "type": "string",
      "enum": [
        "default",
        "render",
        "proxy",
        "guide"
      ],
      "description": "The imaging purpose for this prim.",
      "example": "default"
    },
    "instanceable": {
      "type": "boolean",
      "description": "Whether this prim should be treated as an instance master for instancing.",
      "example": false
    }
  },
  "required": [
    "path",
    "name",
    "specifier"
  ],
  "name": "USDPrim"
}

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/aousd-usd-prim-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.