> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ionworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Parameterized Model Schema

> Return the schema for parameterized models.

A parameterized model attaches concrete parameter values
to a model and a cell_specification. Includes the create
body shape, the partial-update body shape (name and
description only), and the full response shape.



## OpenAPI

````yaml https://api.ionworks.com/openapi.json get /discovery/schemas/parameterized_model
openapi: 3.1.0
info:
  title: FastAPI
  version: 0.1.0
servers:
  - url: https://api.ionworks.com
    description: Production
security: []
paths:
  /discovery/schemas/parameterized_model:
    get:
      tags:
        - discovery
      summary: Get Parameterized Model Schema
      description: |-
        Return the schema for parameterized models.

        A parameterized model attaches concrete parameter values
        to a model and a cell_specification. Includes the create
        body shape, the partial-update body shape (name and
        description only), and the full response shape.
      operationId: get_parameterized_model_schema_discovery_schemas_parameterized_model_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````