finalize_type
Finalize a previously reserved type by assigning its final name, ADT definition, and metadata.
Instructions
Finalize reserved type after creation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_id | Yes | Reserved type ID | |
| name | Yes | Final name with _idxx suffix | |
| definition_json | Yes | ADT definition | |
| description | No | Type description | |
| links | No | Links to related functions | |
| file_id | No | File ID where type is defined | |
| skip_id_naming | No | If true, skip _id_XX pattern validation (for types where ID naming was skipped during reservation) |