describe_object_type
Retrieve the field schema for an EnergyPlus object type, including types, constraints, defaults, and references. Use this before adding objects to ensure correct structure.
Instructions
Field schema with types, constraints, defaults, and references. Call before adding objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | EnergyPlus version as "X.Y.Z". | |
| object_type | Yes | Object type name (e.g. "Zone", "Material"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | Yes | ||
| fields | Yes | ||
| doc_url | No | ||
| has_name | Yes | ||
| object_type | Yes | ||
| is_extensible | Yes | ||
| extensible_size | Yes | ||
| required_fields | Yes | ||
| extensible_group | No |