Convert LLM schema back to OpenAPI schema.
Restores constraint information from description tags and converts $defs references to #/components/schemas.
$defs
#/components/schemas
LLM schema definitions
Target components (mutated with definitions)
LLM schema to invert
OpenAPI JSON schema
Convert LLM schema back to OpenAPI schema.
Restores constraint information from description tags and converts
$defsreferences to#/components/schemas.